Searched refs:orig_base (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/plugin/
H A Dselfassign.c118 tree base, orig_base = TREE_OPERAND (expr, 0); local
120 base = get_non_ssa_expr (orig_base);
128 if (base != orig_base || component != orig_component)
136 tree orig_base = TREE_OPERAND (expr, 0); local
137 if (TREE_CODE (orig_base) == SSA_NAME)
139 tree base = get_non_ssa_expr (orig_base);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/plugin/
H A Dselfassign.c118 tree base, orig_base = TREE_OPERAND (expr, 0); local
120 base = get_non_ssa_expr (orig_base);
128 if (base != orig_base || component != orig_component)
136 tree orig_base = TREE_OPERAND (expr, 0); local
137 if (TREE_CODE (orig_base) == SSA_NAME)
139 tree base = get_non_ssa_expr (orig_base);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58464.C111 uchar *orig_base; local
162 pfile->buffer->cur = orig_base + 1;
163 create_literal(pfile, token, orig_base, raw_prefix_start, CPP_OTHER);
/haiku-buildtools/gcc/gcc/
H A Dasan.c1049 rtx shadow_base, shadow_mem, ret, mem, orig_base; local
1118 orig_base = NULL_RTX;
1136 orig_base = gen_reg_rtx (Pmode);
1137 emit_move_insn (orig_base, base);
1247 emit_cmp_and_jump_insns (orig_base, base, EQ, NULL_RTX,
1271 rtx orig_addr = convert_memory_address (ptr_mode, orig_base);
H A Dtree-ssa-loop-niter.c2759 tree orig_base = base; local
2785 if (TREE_CODE (orig_base) == SSA_NAME
2787 && INTEGRAL_TYPE_P (TREE_TYPE (orig_base))
2788 && get_range_info (orig_base, &min, &max) == VR_RANGE
2802 if (TREE_CODE (orig_base) == SSA_NAME
2804 && INTEGRAL_TYPE_P (TREE_TYPE (orig_base))
2805 && get_range_info (orig_base, &min, &max) == VR_RANGE
/haiku-buildtools/gcc/libcpp/
H A Dlex.c1503 const uchar *orig_base;
1537 orig_base = base;
1677 pfile->buffer->cur = orig_base + raw_prefix_start - 1;
1678 create_literal (pfile, token, orig_base,
1502 const uchar *orig_base; local
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.c870 rtx reg1, reg2, base, idx, orig_base;
892 orig_base = XEXP (XEXP (x, 0), 1);
903 orig_base = XEXP (x, 1);
868 rtx reg1, reg2, base, idx, orig_base; local

Completed in 142 milliseconds