Home
last modified time | relevance | path

Searched refs:tmp_rtx (Results 1 – 23 of 23) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-sr.c408 rtx tmp_rtx = XVECEXP (callpat, 0, 0); in riscv_remove_unneeded_save_restore_calls() local
410 switch (GET_CODE (tmp_rtx)) in riscv_remove_unneeded_save_restore_calls()
413 target_call = tmp_rtx; in riscv_remove_unneeded_save_restore_calls()
418 set_target = XEXP (tmp_rtx, 0); in riscv_remove_unneeded_save_restore_calls()
419 tmp_rtx = XEXP (tmp_rtx, 1); in riscv_remove_unneeded_save_restore_calls()
420 if (GET_CODE (tmp_rtx) != CALL) in riscv_remove_unneeded_save_restore_calls()
422 target_call = tmp_rtx; in riscv_remove_unneeded_save_restore_calls()
H A Driscv-sr.cc408 rtx tmp_rtx = XVECEXP (callpat, 0, 0); in riscv_remove_unneeded_save_restore_calls() local
410 switch (GET_CODE (tmp_rtx)) in riscv_remove_unneeded_save_restore_calls()
413 target_call = tmp_rtx; in riscv_remove_unneeded_save_restore_calls()
418 set_target = XEXP (tmp_rtx, 0); in riscv_remove_unneeded_save_restore_calls()
419 tmp_rtx = XEXP (tmp_rtx, 1); in riscv_remove_unneeded_save_restore_calls()
420 if (GET_CODE (tmp_rtx) != CALL) in riscv_remove_unneeded_save_restore_calls()
422 target_call = tmp_rtx; in riscv_remove_unneeded_save_restore_calls()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-sr.c408 rtx tmp_rtx = XVECEXP (callpat, 0, 0); in riscv_remove_unneeded_save_restore_calls() local
410 switch (GET_CODE (tmp_rtx)) in riscv_remove_unneeded_save_restore_calls()
413 target_call = tmp_rtx; in riscv_remove_unneeded_save_restore_calls()
418 set_target = XEXP (tmp_rtx, 0); in riscv_remove_unneeded_save_restore_calls()
419 tmp_rtx = XEXP (tmp_rtx, 1); in riscv_remove_unneeded_save_restore_calls()
420 if (GET_CODE (tmp_rtx) != CALL) in riscv_remove_unneeded_save_restore_calls()
422 target_call = tmp_rtx; in riscv_remove_unneeded_save_restore_calls()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.c2187 const rtx_insn *tmp_rtx; in print_rtl_with_bb() local
2233 for (tmp_rtx = rtx_first; tmp_rtx != NULL; tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl_with_bb()
2237 bb = start[INSN_UID (tmp_rtx)]; in print_rtl_with_bb()
2246 && !NOTE_P (tmp_rtx) in print_rtl_with_bb()
2247 && !BARRIER_P (tmp_rtx)) in print_rtl_with_bb()
2254 df_dump_insn_top (tmp_rtx, outf); in print_rtl_with_bb()
2256 print_rtl_single (outf, tmp_rtx); in print_rtl_with_bb()
2258 dump_insn_slim (outf, tmp_rtx); in print_rtl_with_bb()
2260 df_dump_insn_bottom (tmp_rtx, outf); in print_rtl_with_bb()
2262 bb = end[INSN_UID (tmp_rtx)]; in print_rtl_with_bb()
[all …]
H A Dcfgrtl.cc2187 const rtx_insn *tmp_rtx; in print_rtl_with_bb() local
2233 for (tmp_rtx = rtx_first; tmp_rtx != NULL; tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl_with_bb()
2237 bb = start[INSN_UID (tmp_rtx)]; in print_rtl_with_bb()
2246 && !NOTE_P (tmp_rtx) in print_rtl_with_bb()
2247 && !BARRIER_P (tmp_rtx)) in print_rtl_with_bb()
2254 df_dump_insn_top (tmp_rtx, outf); in print_rtl_with_bb()
2256 print_rtl_single (outf, tmp_rtx); in print_rtl_with_bb()
2258 dump_insn_slim (outf, tmp_rtx); in print_rtl_with_bb()
2260 df_dump_insn_bottom (tmp_rtx, outf); in print_rtl_with_bb()
2262 bb = end[INSN_UID (tmp_rtx)]; in print_rtl_with_bb()
[all …]
H A Dprint-rtl.c1142 const rtx_insn *tmp_rtx; in print_rtl() local
1159 for (tmp_rtx = as_a <const rtx_insn *> (rtx_first); in print_rtl()
1160 tmp_rtx != 0; in print_rtl()
1161 tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl()
1164 print_rtx (tmp_rtx); in print_rtl()
H A Dprint-rtl.cc1175 const rtx_insn *tmp_rtx; in print_rtl() local
1192 for (tmp_rtx = as_a <const rtx_insn *> (rtx_first); in print_rtl()
1193 tmp_rtx != 0; in print_rtl()
1194 tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl()
1197 print_rtx (tmp_rtx); in print_rtl()
H A DChangeLog-201423310 local "tmp_rtx" from const_rtx to const rtx_insn *.
25940 (print_rtl): Likewise for local "tmp_rtx", adding a checked cast
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfgrtl.c2187 const rtx_insn *tmp_rtx; in print_rtl_with_bb() local
2233 for (tmp_rtx = rtx_first; tmp_rtx != NULL; tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl_with_bb()
2237 bb = start[INSN_UID (tmp_rtx)]; in print_rtl_with_bb()
2246 && !NOTE_P (tmp_rtx) in print_rtl_with_bb()
2247 && !BARRIER_P (tmp_rtx)) in print_rtl_with_bb()
2254 df_dump_insn_top (tmp_rtx, outf); in print_rtl_with_bb()
2256 print_rtl_single (outf, tmp_rtx); in print_rtl_with_bb()
2258 dump_insn_slim (outf, tmp_rtx); in print_rtl_with_bb()
2260 df_dump_insn_bottom (tmp_rtx, outf); in print_rtl_with_bb()
2262 bb = end[INSN_UID (tmp_rtx)]; in print_rtl_with_bb()
[all …]
H A Dprint-rtl.c1142 const rtx_insn *tmp_rtx; in print_rtl() local
1159 for (tmp_rtx = as_a <const rtx_insn *> (rtx_first); in print_rtl()
1160 tmp_rtx != 0; in print_rtl()
1161 tmp_rtx = NEXT_INSN (tmp_rtx)) in print_rtl()
1164 print_rtx (tmp_rtx); in print_rtl()
/netbsd/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c2100 rtx tmp_rtx = (rtx)0; in iq2000_expand_epilogue() local
2110 tmp_rtx = gen_rtx_REG (Pmode, IQ2000_TEMP1_REGNUM); in iq2000_expand_epilogue()
2111 emit_move_insn (tmp_rtx, tsize_rtx); in iq2000_expand_epilogue()
2112 tsize_rtx = tmp_rtx; in iq2000_expand_epilogue()
H A Diq2000.cc2100 rtx tmp_rtx = (rtx)0; in iq2000_expand_epilogue() local
2110 tmp_rtx = gen_rtx_REG (Pmode, IQ2000_TEMP1_REGNUM); in iq2000_expand_epilogue()
2111 emit_move_insn (tmp_rtx, tsize_rtx); in iq2000_expand_epilogue()
2112 tsize_rtx = tmp_rtx; in iq2000_expand_epilogue()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c2100 rtx tmp_rtx = (rtx)0; in iq2000_expand_epilogue() local
2110 tmp_rtx = gen_rtx_REG (Pmode, IQ2000_TEMP1_REGNUM); in iq2000_expand_epilogue()
2111 emit_move_insn (tmp_rtx, tsize_rtx); in iq2000_expand_epilogue()
2112 tsize_rtx = tmp_rtx; in iq2000_expand_epilogue()
/netbsd/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-intrinsic.c111 rtx tmp_rtx = gen_reg_rtx (mode); in nds32_legitimize_argument() local
112 convert_move (tmp_rtx, arg, false); in nds32_legitimize_argument()
113 return tmp_rtx; in nds32_legitimize_argument()
H A Dnds32-intrinsic.cc111 rtx tmp_rtx = gen_reg_rtx (mode); in nds32_legitimize_argument() local
112 convert_move (tmp_rtx, arg, false); in nds32_legitimize_argument()
113 return tmp_rtx; in nds32_legitimize_argument()
H A Dnds32.md205 rtx tmp_rtx;
207 tmp_rtx = can_create_pseudo_p () ? gen_reg_rtx (SImode) : operands[0];
212 emit_move_insn (tmp_rtx, high20_rtx);
214 tmp_rtx,
H A Dnds32-dspext.md37 rtx tmp_rtx;
39 tmp_rtx = can_create_pseudo_p ()
43 emit_move_insn (tmp_rtx, gen_int_mode (ival, SImode));
44 convert_move (operands[0], tmp_rtx, false);
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-intrinsic.c111 rtx tmp_rtx = gen_reg_rtx (mode); in nds32_legitimize_argument() local
112 convert_move (tmp_rtx, arg, false); in nds32_legitimize_argument()
113 return tmp_rtx; in nds32_legitimize_argument()
H A Dnds32.md205 rtx tmp_rtx;
207 tmp_rtx = can_create_pseudo_p () ? gen_reg_rtx (SImode) : operands[0];
212 emit_move_insn (tmp_rtx, high20_rtx);
214 tmp_rtx,
H A Dnds32-dspext.md37 rtx tmp_rtx;
39 tmp_rtx = can_create_pseudo_p ()
43 emit_move_insn (tmp_rtx, gen_int_mode (ival, SImode));
44 convert_move (operands[0], tmp_rtx, false);
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.c865 rtx tmp_rtx; in s390_expand_builtin() local
951 && ((tmp_rtx = simplify_gen_subreg (insn_op->mode, op[arity], in s390_expand_builtin()
955 op[arity] = tmp_rtx; in s390_expand_builtin()
H A Ds390.cc927 rtx tmp_rtx; in s390_expand_builtin() local
1013 && ((tmp_rtx = simplify_gen_subreg (insn_op->mode, op[arity], in s390_expand_builtin()
1017 op[arity] = tmp_rtx; in s390_expand_builtin()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c865 rtx tmp_rtx; in s390_expand_builtin() local
951 && ((tmp_rtx = simplify_gen_subreg (insn_op->mode, op[arity], in s390_expand_builtin()
955 op[arity] = tmp_rtx; in s390_expand_builtin()