Home
last modified time | relevance | path

Searched refs:LEGITIMATE_PIC_OPERAND_P (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dcommon.md67 (match_test "!flag_pic || LEGITIMATE_PIC_OPERAND_P (op)")))
73 (match_test "!flag_pic || LEGITIMATE_PIC_OPERAND_P (op)")))
78 (match_test "!flag_pic || LEGITIMATE_PIC_OPERAND_P (op)")))
H A Ddefaults.h1077 #ifndef LEGITIMATE_PIC_OPERAND_P
1078 #define LEGITIMATE_PIC_OPERAND_P(X) 1 macro
H A Drecog.c979 && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op)) in general_operand()
1150 && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op)) in immediate_operand()
H A Dira-costs.c757 && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op)))) in record_reg_classes()
H A Dira.c3966 || (CONSTANT_P (x) && LEGITIMATE_PIC_OPERAND_P (x))) in setup_reg_equiv()
H A Dlra-constraints.c1830 return CONSTANT_P (x) && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (x)); in general_constant_p()
H A Dreload.c3399 || LEGITIMATE_PIC_OPERAND_P (operand)) in find_reloads()
H A Dreload1.c4155 || !flag_pic || LEGITIMATE_PIC_OPERAND_P (x)) in init_eliminable_invariants()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h1145 #ifndef LEGITIMATE_PIC_OPERAND_P
1146 #define LEGITIMATE_PIC_OPERAND_P(X) 1 macro
H A Drecog.c953 && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op)) in general_operand()
1122 && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op)) in immediate_operand()
1730 if (CONSTANT_P (op) && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op))) in asm_operand_ok()
H A Dira-costs.c691 && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op))) in record_reg_classes()
722 && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (op)))) in record_reg_classes()
H A Dira.c1890 || ! flag_pic || LEGITIMATE_PIC_OPERAND_P (x)) in find_reg_equiv_invariant_const()
H A Dreload.c3355 && (! flag_pic || LEGITIMATE_PIC_OPERAND_P (operand))) in find_reloads()
3393 || LEGITIMATE_PIC_OPERAND_P (operand)) in find_reloads()
H A Dreload1.c4163 || !flag_pic || LEGITIMATE_PIC_OPERAND_P (x)) in init_eliminable_invariants()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1683 #define LEGITIMATE_PIC_OPERAND_P(X) legitimate_pic_operand_p (X) macro
H A Di386.c17020 if (parts.disp && flag_pic && !LEGITIMATE_PIC_OPERAND_P (parts.disp)) in ix86_avoid_lea_for_addr()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1840 #define LEGITIMATE_PIC_OPERAND_P(X) legitimate_pic_operand_p (X) macro
H A Di386.c21376 if (parts.disp && flag_pic && !LEGITIMATE_PIC_OPERAND_P (parts.disp)) in ix86_avoid_lea_for_addr()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi7261 @defmac LEGITIMATE_PIC_OPERAND_P (@var{x})
H A Dtm.texi.in7165 @defmac LEGITIMATE_PIC_OPERAND_P (@var{x})