Searched refs:input_rvec (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgexpand.c | 2747 auto_vec<rtx> input_rvec, output_rvec; in expand_asm_loc() local 2757 targetm.md_asm_adjust (output_rvec, input_rvec, in expand_asm_loc() 3238 auto_vec<rtx, MAX_RECOG_OPERANDS> input_rvec; in expand_asm_stmt() local 3241 input_rvec.safe_grow (ninputs); in expand_asm_stmt() 3291 input_rvec[i] = op; in expand_asm_stmt() 3302 input_rvec.safe_push (o); in expand_asm_stmt() 3317 after_md_seq = targetm.md_asm_adjust (output_rvec, input_rvec, in expand_asm_stmt() 3324 gcc_assert (input_rvec.length() == ninputs); in expand_asm_stmt() 3357 ASM_OPERANDS_INPUT (body, i) = input_rvec[i]; in expand_asm_stmt() 3467 if (reg_overlap_mentioned_p (clobbered_reg, input_rvec[k])) in expand_asm_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgexpand.cc | 2901 auto_vec<rtx> input_rvec, output_rvec; in expand_asm_loc() local 2912 targetm.md_asm_adjust (output_rvec, input_rvec, input_mode, in expand_asm_loc() 3397 auto_vec<rtx, MAX_RECOG_OPERANDS> input_rvec; in expand_asm_stmt() local 3400 input_rvec.safe_grow (ninputs, true); in expand_asm_stmt() 3449 input_rvec[i] = op; in expand_asm_stmt() 3460 input_rvec.safe_push (o); in expand_asm_stmt() 3476 = targetm.md_asm_adjust (output_rvec, input_rvec, input_mode, in expand_asm_stmt() 3483 gcc_assert (input_rvec.length() == ninputs); in expand_asm_stmt() 3516 ASM_OPERANDS_INPUT (body, i) = input_rvec[i]; in expand_asm_stmt() 3627 if (reg_overlap_mentioned_p (clobbered_reg, input_rvec[k])) in expand_asm_stmt()
|