Searched refs:RTX_AUTOINC (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | rtl.def | 73 RTX_AUTOINC 487 DEF_RTL_EXPR(PRE_DEC, "pre_dec", "e", RTX_AUTOINC) 488 DEF_RTL_EXPR(PRE_INC, "pre_inc", "e", RTX_AUTOINC) 489 DEF_RTL_EXPR(POST_DEC, "post_dec", "e", RTX_AUTOINC) 490 DEF_RTL_EXPR(POST_INC, "post_inc", "e", RTX_AUTOINC) 504 DEF_RTL_EXPR(PRE_MODIFY, "pre_modify", "ee", RTX_AUTOINC) 505 DEF_RTL_EXPR(POST_MODIFY, "post_modify", "ee", RTX_AUTOINC)
|
| HD | flow.c | 888 && GET_RTX_CLASS (GET_CODE (XEXP (x, 0))) == RTX_AUTOINC in notice_stack_pointer_modification_1() 2596 if (GET_RTX_CLASS (GET_CODE (x)) == RTX_AUTOINC) in invalidate_mems_from_autoinc()
|
| HD | reload.c | 760 && GET_RTX_CLASS (GET_CODE (rld[i].in)) == RTX_AUTOINC in find_reusable_reload() 763 && GET_RTX_CLASS (GET_CODE (in)) == RTX_AUTOINC in find_reusable_reload() 6492 || GET_RTX_CLASS (GET_CODE (x)) == RTX_AUTOINC) in reg_overlap_mentioned_for_reload_p()
|
| HD | regrename.c | 1219 if (GET_RTX_CLASS (GET_CODE (x)) == RTX_AUTOINC) in kill_autoinc_value()
|
| HD | rtl.h | 86 RTX_AUTOINC enumerator
|
| HD | recog.c | 1936 if (GET_RTX_CLASS (ycode) == RTX_AUTOINC) in offsettable_address_p()
|
| HD | cse.c | 5826 if (GET_RTX_CLASS (GET_CODE (addr)) == RTX_AUTOINC in cse_insn() 6512 if (GET_RTX_CLASS (GET_CODE (addr)) == RTX_AUTOINC in addr_affects_sp_p()
|
| HD | reload1.c | 5586 else if (GET_RTX_CLASS (GET_CODE (rld[r].in_reg)) == RTX_AUTOINC in choose_reload_regs()
|
| HD | ChangeLog-2006 | 8180 * reload1.c (choose_reload_regs): Check for all RTX_AUTOINC operators.
|
| /freebsd-11-stable/contrib/gcc/config/arm/ |
| HD | predicates.md | 118 != RTX_AUTOINC")
|
| /freebsd-11-stable/contrib/gcc/config/ia64/ |
| HD | predicates.md | 288 (match_test "GET_RTX_CLASS (GET_CODE (XEXP (op, 0))) != RTX_AUTOINC")))
|
| HD | ia64.c | 659 && GET_RTX_CLASS (GET_CODE (XEXP (value, 0))) != RTX_AUTOINC in ia64_extra_constraint() 4724 if (GET_RTX_CLASS (GET_CODE (addr)) == RTX_AUTOINC) in ia64_print_operand()
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | rtl.texi | 194 @item RTX_AUTOINC
|