Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Difcvt.h82 rtx orig_x; member
H A Difcvt.c2117 || !bbs_ok_for_cmove_arith (else_bb, then_bb, if_info->orig_x))) in noce_try_cmove_arith()
3376 rtx orig_x, x, a, b; in noce_process_if_block() local
3498 orig_x = x; in noce_process_if_block()
3499 if_info->orig_x = orig_x; in noce_process_if_block()
3558 else if (insn_b && side_effects_p (orig_x)) in noce_process_if_block()
3561 x = orig_x; in noce_process_if_block()
3565 if (!set_b && MEM_P (orig_x)) in noce_process_if_block()
3610 b = orig_x; in noce_process_if_block()
3622 if (orig_x != x) in noce_process_if_block()
3627 noce_emit_move_insn (orig_x, x); in noce_process_if_block()
[all …]
H A Dexplow.c449 rtx orig_x = x; in memory_address_addr_space() local
451 if (orig_x != x && memory_address_addr_space_p (mode, x, as)) in memory_address_addr_space()
H A Dtarghooks.c167 default_legitimize_address (rtx x, rtx orig_x ATTRIBUTE_UNUSED, in default_legitimize_address()
/dragonfly/contrib/gcc-4.7/gcc/
H A Difcvt.c2446 rtx orig_x, x, a, b; in noce_process_if_block() local
2520 orig_x = x; in noce_process_if_block()
2578 else if (insn_b && side_effects_p (orig_x)) in noce_process_if_block()
2581 x = orig_x; in noce_process_if_block()
2585 if (!set_b && MEM_P (orig_x)) in noce_process_if_block()
2596 if (noce_mem_write_may_trap_or_fault_p (orig_x)) in noce_process_if_block()
2607 if (!noce_can_store_speculate_p (test_bb, orig_x)) in noce_process_if_block()
2642 b = orig_x; in noce_process_if_block()
2651 if (orig_x != x) in noce_process_if_block()
2656 noce_emit_move_insn (orig_x, x); in noce_process_if_block()
[all …]
H A Dexplow.c462 rtx orig_x = x; in memory_address_addr_space() local
464 if (orig_x != x && memory_address_addr_space_p (mode, x, as)) in memory_address_addr_space()
H A Dtarghooks.c159 default_legitimize_address (rtx x, rtx orig_x ATTRIBUTE_UNUSED, in default_legitimize_address()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c13401 return orig_x; in ix86_delegitimize_tls_address()
13405 return orig_x; in ix86_delegitimize_tls_address()
13410 return orig_x; in ix86_delegitimize_tls_address()
13415 return orig_x; in ix86_delegitimize_tls_address()
13429 if (MEM_P (orig_x)) in ix86_delegitimize_tls_address()
13458 x = orig_x; in ix86_delegitimize_address()
13485 if (GET_MODE (orig_x) != GET_MODE (x) && MEM_P (orig_x)) in ix86_delegitimize_address()
13490 return orig_x; in ix86_delegitimize_address()
13557 return orig_x; in ix86_delegitimize_address()
13559 if (GET_MODE (orig_x) != Pmode && MEM_P (orig_x)) in ix86_delegitimize_address()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c17410 return orig_x; in ix86_delegitimize_tls_address()
17414 return orig_x; in ix86_delegitimize_tls_address()
17419 return orig_x; in ix86_delegitimize_tls_address()
17424 return orig_x; in ix86_delegitimize_tls_address()
17473 x = orig_x; in ix86_delegitimize_address_1()
17490 return orig_x; in ix86_delegitimize_address_1()
17505 if (GET_MODE (orig_x) != GET_MODE (x) && MEM_P (orig_x)) in ix86_delegitimize_address_1()
17509 return orig_x; in ix86_delegitimize_address_1()
17600 return orig_x; in ix86_delegitimize_address_1()
17602 if (GET_MODE (orig_x) != Pmode && MEM_P (orig_x)) in ix86_delegitimize_address_1()
[all …]