Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcombine.c3572 else if (!OBJECT_P (XEXP (XEXP (x, 0), 0)) in find_split_point()
3574 && OBJECT_P (SUBREG_REG (XEXP (XEXP (x, 0), 0))))) in find_split_point()
3589 && !OBJECT_P (SET_SRC (x)) in find_split_point()
3591 && OBJECT_P (SUBREG_REG (SET_SRC (x))))) in find_split_point()
3788 && (OBJECT_P (XEXP (SET_SRC (x), 0)) in find_split_point()
3790 && OBJECT_P (SUBREG_REG (XEXP (SET_SRC (x), 0)))))) in find_split_point()
3925 if (code != MEM && code != LO_SUM && OBJECT_P (x)) in subst()
4184 && ((!OBJECT_P (XEXP (x, 0)) in combine_simplify_rtx()
4186 && OBJECT_P (SUBREG_REG (XEXP (x, 0))))) in combine_simplify_rtx()
4187 || (!OBJECT_P (XEXP (x, 1)) in combine_simplify_rtx()
[all …]
HDmode-switching.c306 && OBJECT_P (SET_SRC (return_copy_pat))) in create_pre_exit()
HDalias.c1341 if (OBJECT_P (x)) in find_symbolic_term()
HDrtl.h452 #define OBJECT_P(X) \ macro
HDifcvt.c700 insn = (OBJECT_P (y) || CONSTANT_P (y) || GET_CODE (y) == SUBREG) in noce_emit_move_insn()
HDrtlanal.c2768 if (code == SUBREG && OBJECT_P (SUBREG_REG (op))) in commutative_operand_precedence()
HDreload.c2758 if ((OBJECT_P (*recog_data.operand_loc[i]) in find_reloads()
HDreload1.c7849 else if (OBJECT_P (in) || GET_CODE (in) == SUBREG) in gen_reload()
HDChangeLog-200439765 OBJECT_P): New macros.
/NextBSD/contrib/gcc/config/ia64/
HDia64.c4909 if (!OBJECT_P (x)) in ia64_preferred_reload_class()