Home
last modified time | relevance | path

Searched refs:new_ref (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-loop-ivopts.c5571 copy_ref_info (tree new_ref, tree old_ref) in copy_ref_info() argument
5574 copy_mem_ref_info (new_ref, old_ref); in copy_ref_info()
5577 TMR_ORIGINAL (new_ref) = unshare_and_remove_ssa_names (old_ref); in copy_ref_info()
5578 TMR_TAG (new_ref) = get_ref_tag (old_ref, TMR_ORIGINAL (new_ref)); in copy_ref_info()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c2725 rtx new_ref; local
2728 new_ref = gen_rtx_SYMBOL_REF (Pmode, name);
2729 CONSTANT_POOL_ADDRESS_P (new_ref)
2731 SYMBOL_REF_FLAG (new_ref) = SYMBOL_REF_FLAG (operands[1]);
2732 SYMBOL_REF_USED (new_ref) = SYMBOL_REF_USED (operands[1]);
2733 operands[1] = new_ref;
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c4126 rtx new_ref; in rs6000_emit_move() local
4129 new_ref = gen_rtx_SYMBOL_REF (Pmode, name); in rs6000_emit_move()
4130 CONSTANT_POOL_ADDRESS_P (new_ref) in rs6000_emit_move()
4132 SYMBOL_REF_FLAGS (new_ref) = SYMBOL_REF_FLAGS (operands[1]); in rs6000_emit_move()
4133 SYMBOL_REF_USED (new_ref) = SYMBOL_REF_USED (operands[1]); in rs6000_emit_move()
4134 SYMBOL_REF_DATA (new_ref) = SYMBOL_REF_DATA (operands[1]); in rs6000_emit_move()
4135 operands[1] = new_ref; in rs6000_emit_move()