Home
last modified time | relevance | path

Searched refs:last_insn (Results 1 – 25 of 862) sorted by relevance

12345678910>>...35

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dmode-switching.c218 rtx last_insn, ret_reg; in create_pre_exit() local
226 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
239 rtx return_copy = PREV_INSN (last_insn); in create_pre_exit()
267 last_insn = return_copy; in create_pre_exit()
281 last_insn = return_copy; in create_pre_exit()
334 last_insn = return_copy; in create_pre_exit()
383 last_insn = return_copy; in create_pre_exit()
396 last_insn = return_copy; in create_pre_exit()
420 if (INSN_P (last_insn)) in create_pre_exit()
428 if (last_insn != BB_HEAD (src_bb)) in create_pre_exit()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dmode-switching.c218 rtx last_insn, ret_reg; in create_pre_exit() local
226 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
239 rtx return_copy = PREV_INSN (last_insn); in create_pre_exit()
267 last_insn = return_copy; in create_pre_exit()
281 last_insn = return_copy; in create_pre_exit()
334 last_insn = return_copy; in create_pre_exit()
383 last_insn = return_copy; in create_pre_exit()
396 last_insn = return_copy; in create_pre_exit()
420 if (INSN_P (last_insn)) in create_pre_exit()
428 if (last_insn != BB_HEAD (src_bb)) in create_pre_exit()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dmode-switching.c218 rtx last_insn, ret_reg; in create_pre_exit() local
225 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
226 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
239 rtx return_copy = PREV_INSN (last_insn); in create_pre_exit()
268 last_insn = return_copy; in create_pre_exit()
282 last_insn = return_copy; in create_pre_exit()
376 last_insn = return_copy; in create_pre_exit()
387 last_insn = return_copy; in create_pre_exit()
400 last_insn = return_copy; in create_pre_exit()
424 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.reverse/
H A Dinsn-reverse.exp64 set last_insn ""
68 set last_insn $expect_out(1,string)
71 if { $last_insn == "" } {
95 if { $last_insn == $insn_addr } {
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dmode-switching.c225 rtx last_insn, ret_reg; in create_pre_exit() local
232 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
233 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
246 rtx return_copy = PREV_INSN (last_insn); in create_pre_exit()
259 last_insn = return_copy; in create_pre_exit()
317 last_insn = return_copy; in create_pre_exit()
330 last_insn = return_copy; in create_pre_exit()
354 if (INSN_P (last_insn)) in create_pre_exit()
357 = emit_note_before (NOTE_INSN_DELETED, last_insn); in create_pre_exit()
362 if (last_insn != BB_HEAD (src_bb)) in create_pre_exit()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dpredict.c199 rtx last_insn; in predict_edge() local
200 last_insn = BB_END (e->src); in predict_edge()
204 if (!any_condjump_p (last_insn)) in predict_edge()
211 predict_insn (last_insn, predictor, probability); in predict_edge()
478 rtx last_insn = BB_END (bb); in estimate_probability() local
482 if (! can_predict_insn_p (last_insn)) in estimate_probability()
538 predict_insn_def (last_insn, PRED_POINTER, TAKEN); in estimate_probability()
550 predict_insn_def (last_insn, PRED_UNCONDITIONAL, in estimate_probability()
587 predict_insn_def (last_insn, PRED_FPOPCODE, TAKEN); in estimate_probability()
1139 rtx last_insn = BB_END (bb); in estimate_bb_frequencies() local
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dpredict.c199 rtx last_insn; in predict_edge() local
200 last_insn = BB_END (e->src); in predict_edge()
204 if (!any_condjump_p (last_insn)) in predict_edge()
211 predict_insn (last_insn, predictor, probability); in predict_edge()
478 rtx last_insn = BB_END (bb); in estimate_probability() local
482 if (! can_predict_insn_p (last_insn)) in estimate_probability()
538 predict_insn_def (last_insn, PRED_POINTER, TAKEN); in estimate_probability()
550 predict_insn_def (last_insn, PRED_UNCONDITIONAL, in estimate_probability()
587 predict_insn_def (last_insn, PRED_FPOPCODE, TAKEN); in estimate_probability()
1139 rtx last_insn = BB_END (bb); in estimate_bb_frequencies() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
254 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
267 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
296 last_insn = return_copy; in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
406 last_insn = return_copy; in create_pre_exit()
417 last_insn = return_copy; in create_pre_exit()
430 last_insn = return_copy; in create_pre_exit()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
254 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
267 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
296 last_insn = return_copy; in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
406 last_insn = return_copy; in create_pre_exit()
417 last_insn = return_copy; in create_pre_exit()
430 last_insn = return_copy; in create_pre_exit()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmode-switching.c244 rtx_insn *last_insn; in create_pre_exit() local
252 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
253 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
266 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
295 last_insn = return_copy; in create_pre_exit()
309 last_insn = return_copy; in create_pre_exit()
405 last_insn = return_copy; in create_pre_exit()
416 last_insn = return_copy; in create_pre_exit()
429 last_insn = return_copy; in create_pre_exit()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
254 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
267 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
296 last_insn = return_copy; in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
406 last_insn = return_copy; in create_pre_exit()
417 last_insn = return_copy; in create_pre_exit()
430 last_insn = return_copy; in create_pre_exit()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
254 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
267 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
296 last_insn = return_copy; in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
406 last_insn = return_copy; in create_pre_exit()
417 last_insn = return_copy; in create_pre_exit()
430 last_insn = return_copy; in create_pre_exit()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
254 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
267 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
296 last_insn = return_copy; in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
406 last_insn = return_copy; in create_pre_exit()
417 last_insn = return_copy; in create_pre_exit()
430 last_insn = return_copy; in create_pre_exit()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
267 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
268 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
281 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
324 last_insn = return_copy; in create_pre_exit()
420 last_insn = return_copy; in create_pre_exit()
431 last_insn = return_copy; in create_pre_exit()
444 last_insn = return_copy; in create_pre_exit()
467 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dmode-switching.c245 rtx_insn *last_insn; in create_pre_exit() local
253 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
254 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
267 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
296 last_insn = return_copy; in create_pre_exit()
310 last_insn = return_copy; in create_pre_exit()
406 last_insn = return_copy; in create_pre_exit()
417 last_insn = return_copy; in create_pre_exit()
430 last_insn = return_copy; in create_pre_exit()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dmode-switching.c244 rtx_insn *last_insn; in create_pre_exit() local
252 && NONJUMP_INSN_P ((last_insn = BB_END (src_bb))) in create_pre_exit()
253 && GET_CODE (PATTERN (last_insn)) == USE in create_pre_exit()
266 rtx_insn *return_copy = PREV_INSN (last_insn); in create_pre_exit()
295 last_insn = return_copy; in create_pre_exit()
309 last_insn = return_copy; in create_pre_exit()
405 last_insn = return_copy; in create_pre_exit()
416 last_insn = return_copy; in create_pre_exit()
429 last_insn = return_copy; in create_pre_exit()
453 if (!NOTE_INSN_BASIC_BLOCK_P (last_insn)) in create_pre_exit()
[all …]

12345678910>>...35