Home
last modified time | relevance | path

Searched refs:input_tvec (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-asm.cc141 auto_vec<tree> input_tvec; in on_asm_stmt() local
146 input_tvec.safe_grow (ninputs, true); in on_asm_stmt()
158 input_tvec[i] = TREE_VALUE (t); in on_asm_stmt()
215 tree val = input_tvec[i]; in on_asm_stmt()
229 tree src_expr = input_tvec[i]; in on_asm_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgexpand.c2954 auto_vec<tree, MAX_RECOG_OPERANDS> input_tvec; in expand_asm_stmt() local
2960 input_tvec.safe_grow (ninputs); in expand_asm_stmt()
2972 input_tvec[i] = TREE_VALUE (t); in expand_asm_stmt()
3075 if (DECL_P (input_tvec[j]) in expand_asm_stmt()
3076 && REG_P (DECL_RTL (input_tvec[j])) in expand_asm_stmt()
3077 && HARD_REGISTER_P (DECL_RTL (input_tvec[j]))) in expand_asm_stmt()
3079 unsigned input_hregno = REGNO (DECL_RTL (input_tvec[j])); in expand_asm_stmt()
3129 mark_addressable (input_tvec[i]); in expand_asm_stmt()
3248 tree val = input_tvec[i]; in expand_asm_stmt()
3338 if (tree_conflicts_with_clobbers_p (input_tvec[i], &clobbered_regs)) in expand_asm_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgexpand.cc3108 auto_vec<tree, MAX_RECOG_OPERANDS> input_tvec; in expand_asm_stmt() local
3114 input_tvec.safe_grow (ninputs, true); in expand_asm_stmt()
3126 input_tvec[i] = TREE_VALUE (t); in expand_asm_stmt()
3231 if (DECL_P (input_tvec[j]) in expand_asm_stmt()
3232 && REG_P (DECL_RTL (input_tvec[j])) in expand_asm_stmt()
3233 && HARD_REGISTER_P (DECL_RTL (input_tvec[j]))) in expand_asm_stmt()
3235 unsigned input_hregno = REGNO (DECL_RTL (input_tvec[j])); in expand_asm_stmt()
3285 mark_addressable (input_tvec[i]); in expand_asm_stmt()
3407 tree val = input_tvec[i]; in expand_asm_stmt()
3497 if (tree_conflicts_with_clobbers_p (input_tvec[i], &clobbered_regs, locus)) in expand_asm_stmt()