HomeSort by: relevance | last modified time | path
    Searched defs:input_tvec (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-asm.cc 139 auto_vec<tree> input_tvec; local
144 input_tvec.safe_grow (ninputs, true);
156 input_tvec[i] = TREE_VALUE (t);
213 tree val = input_tvec[i];
227 tree src_expr = input_tvec[i];
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-asm.cc 141 auto_vec<tree> input_tvec; local
146 input_tvec.safe_grow (ninputs, true);
158 input_tvec[i] = TREE_VALUE (t);
215 tree val = input_tvec[i];
229 tree src_expr = input_tvec[i];
  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 3111 auto_vec<tree, MAX_RECOG_OPERANDS> input_tvec; local
3117 input_tvec.safe_grow (ninputs, true);
3129 input_tvec[i] = TREE_VALUE (t);
3234 if (DECL_P (input_tvec[j])
3235 && REG_P (DECL_RTL (input_tvec[j]))
3236 && HARD_REGISTER_P (DECL_RTL (input_tvec[j])))
3238 unsigned input_hregno = REGNO (DECL_RTL (input_tvec[j]));
3288 mark_addressable (input_tvec[i]);
3410 tree val = input_tvec[i];
3500 if (tree_conflicts_with_clobbers_p (input_tvec[i], &clobbered_regs, locus)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 3124 auto_vec<tree, MAX_RECOG_OPERANDS> input_tvec; local
3130 input_tvec.safe_grow (ninputs, true);
3142 input_tvec[i] = TREE_VALUE (t);
3247 if (DECL_P (input_tvec[j])
3248 && REG_P (DECL_RTL (input_tvec[j]))
3249 && HARD_REGISTER_P (DECL_RTL (input_tvec[j])))
3251 unsigned input_hregno = REGNO (DECL_RTL (input_tvec[j]));
3301 mark_addressable (input_tvec[i]);
3423 tree val = input_tvec[i];
3515 if (tree_conflicts_with_clobbers_p (input_tvec[i], &clobbered_regs, locus)
    [all...]

Completed in 24 milliseconds