Home
last modified time | relevance | path

Searched refs:INSN_LOCATOR (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Demit-rtl.c3289 INSN_LOCATOR (insn) = 0; in make_insn_raw()
3322 INSN_LOCATOR (insn) = 0; in make_jump_insn_raw()
3343 INSN_LOCATOR (insn) = 0; in make_call_insn_raw()
4136 if (active_insn_p (after) && !INSN_LOCATOR (after)) in emit_insn_after_setloc()
4137 INSN_LOCATOR (after) = loc; in emit_insn_after_setloc()
4168 INSN_LOCATOR (after) = loc; in emit_jump_insn_after_setloc()
4199 INSN_LOCATOR (after) = loc; in emit_call_insn_after_setloc()
4231 INSN_LOCATOR (first) = loc; in emit_insn_before_setloc()
4263 INSN_LOCATOR (first) = loc; in emit_jump_insn_before_setloc()
4295 INSN_LOCATOR (first) = loc; in emit_call_insn_before_setloc()
[all …]
H A Difcvt.c854 INSN_LOCATOR (if_info->insn_a)); in noce_try_move()
899 INSN_LOCATOR (if_info->insn_a)); in noce_try_store_flag()
1031 INSN_LOCATOR (if_info->insn_a)); in noce_try_store_flag_constants()
1080 INSN_LOCATOR (if_info->insn_a)); in noce_try_addcc()
1120 INSN_LOCATOR (if_info->insn_a)); in noce_try_addcc()
1170 INSN_LOCATOR (if_info->insn_a)); in noce_try_store_flag_mask()
1264 INSN_LOCATOR (if_info->insn_a)); in noce_try_cmove()
1465 emit_insn_before_setloc (tmp, if_info->jump, INSN_LOCATOR (if_info->insn_a)); in noce_try_cmove_arith()
2007 INSN_LOCATOR (if_info->insn_a)); in noce_try_bitop()
2623 emit_insn_before_setloc (seq, jump, INSN_LOCATOR (loc_insn)); in cond_move_process_if_block()
[all …]
H A Dcfglayout.c319 INSN_LOCATOR (insn) = loc; in insn_locators_initialize()
426 int loc = INSN_LOCATOR (insn); in insn_scope()
491 return locator_line (INSN_LOCATOR (insn)); in insn_line()
525 return locator_file (INSN_LOCATOR (insn)); in insn_file()
H A Dreorg.c528 if (INSN_LOCATOR (tem) && !INSN_LOCATOR (seq_insn)) in emit_delay_sequence()
529 INSN_LOCATOR (seq_insn) = INSN_LOCATOR (tem); in emit_delay_sequence()
530 INSN_LOCATOR (tem) = 0; in emit_delay_sequence()
3763 INSN_LOCATOR (XEXP (link, 0)) = 0; in dbr_schedule()
H A Dprint-rtl.c415 if (INSN_LOCATOR (in_rtx) && insn_file (in_rtx)) in print_rtx()
H A Drtl.h735 #define INSN_LOCATOR(INSN) XINT (INSN, 4) macro
H A Drecog.c3186 INSN_LOCATOR (peep2_insn_data[i].insn)); in peephole2_optimize()
H A Dfunction.c4607 INSN_LOCATOR (insn) = loc; in set_insn_locators()
H A Dcombine.c2127 BLOCK_FOR_INSN (i2), INSN_LOCATOR (i2), in try_combine()
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c4127 INSN_LOCATOR (insn) = INSN_LOCATOR (jump); in gen_block_redirect()