Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Demit-rtl.c3254 tem = emit_insn_after_setloc (seq, trial, INSN_LOCATOR (trial)); in try_split()
3291 INSN_LOCATOR (insn) = 0; in make_insn_raw()
3324 INSN_LOCATOR (insn) = 0; in make_jump_insn_raw()
3345 INSN_LOCATOR (insn) = 0; in make_call_insn_raw()
4138 if (active_insn_p (after) && !INSN_LOCATOR (after)) in emit_insn_after_setloc()
4139 INSN_LOCATOR (after) = loc; in emit_insn_after_setloc()
4152 return emit_insn_after_setloc (pattern, after, INSN_LOCATOR (after)); in emit_insn_after()
4169 if (active_insn_p (after) && !INSN_LOCATOR (after)) in emit_jump_insn_after_setloc()
4170 INSN_LOCATOR (after) = loc; in emit_jump_insn_after_setloc()
4183 return emit_jump_insn_after_setloc (pattern, after, INSN_LOCATOR (after)); in emit_jump_insn_after()
[all …]
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()
1712 emit_insn_before_setloc (seq, if_info->jump, INSN_LOCATOR (if_info->insn_a)); in noce_try_minmax()
1834 emit_insn_before_setloc (seq, if_info->jump, INSN_LOCATOR (if_info->insn_a)); in noce_try_abs()
[all …]
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()
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()
Dprint-rtl.c415 if (INSN_LOCATOR (in_rtx) && insn_file (in_rtx)) in print_rtx()
Drtl.h740 #define INSN_LOCATOR(INSN) XINT (INSN, 4) macro
Drecog.c3186 INSN_LOCATOR (peep2_insn_data[i].insn)); in peephole2_optimize()
Dfunction.c4621 INSN_LOCATOR (insn) = loc; in set_insn_locators()
Dcombine.c2127 BLOCK_FOR_INSN (i2), INSN_LOCATOR (i2), in try_combine()