Searched refs:PRE_DEC (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp183 } else if (N->getAddressingMode() == ISD::PRE_DEC) {
216 if (LSBase->getAddressingMode() == ISD::PRE_DEC ||
H A DSelectionDAGDumper.cpp458 case ISD::PRE_DEC: return "<pre-dec>";
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h968 /// PRE_DEC the value of the base pointer add / subtract the offset.
988 PRE_DEC, enumerator in enum:llvm::ISD::MemIndexedMode
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp129 (AM != ISD::POST_INC && AM != ISD::PRE_DEC)) {
135 bool isPre = (AM == ISD::PRE_DEC);
H A DAVRISelLowering.cpp118 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal);
119 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal);
122 setIndexedStoreAction(ISD::PRE_DEC, MVT::i8, Legal);
123 setIndexedStoreAction(ISD::PRE_DEC, MVT::i16, Legal);
817 AM = ISD::PRE_DEC;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h2029 if ( GET_CODE (ADDR) == PRE_DEC || GET_CODE (ADDR) == POST_DEC \
2349 || GET_CODE (X) == PRE_DEC || GET_CODE (X) == POST_DEC) \
2355 if (GET_CODE (X) == PRE_DEC || GET_CODE (X) == PRE_INC) \
2358 GET_CODE (X) == PRE_DEC ? "-" : "", \
H A Darm.c529 /* In case of a PRE_INC, POST_INC, PRE_DEC, POST_DEC memory reference, we
3537 if (code == POST_INC || code == PRE_DEC
5149 if (c == PRE_INC || c == PRE_DEC || c == POST_INC || c == POST_DEC)
5419 || GET_CODE (ind) == PRE_DEC
8784 case PRE_DEC:
8953 case PRE_DEC:
15557 if (GET_CODE (XEXP (e0, 0)) != PRE_DEC
/freebsd-11-stable/contrib/gcc/
H A Dcselib.c657 case PRE_DEC:
873 case PRE_DEC:
H A Dregrename.c622 case PRE_DEC:
709 case PRE_DEC:
1549 case PRE_DEC:
H A Dalias.c927 case PRE_DEC:
1386 case PRE_DEC:
1610 case PRE_DEC:
H A Dsched-vis.c319 case PRE_DEC:
H A Dexpr.c75 #define STACK_PUSH_CODE PRE_DEC
892 = (GET_CODE (to_addr) == PRE_INC || GET_CODE (to_addr) == PRE_DEC
895 = (GET_CODE (to_addr) == PRE_DEC || GET_CODE (to_addr) == POST_DEC);
911 = (GET_CODE (from_addr) == PRE_INC || GET_CODE (from_addr) == PRE_DEC
2384 = (GET_CODE (to_addr) == PRE_INC || GET_CODE (to_addr) == PRE_DEC
2389 = (GET_CODE (to_addr) == PRE_DEC || GET_CODE (to_addr) == POST_DEC);
2932 if (code == PRE_DEC || code == POST_DEC)
2959 case PRE_DEC:
3001 case PRE_DEC:
H A Drecog.c48 #define STACK_PUSH_CODE PRE_DEC
1678 || GET_CODE (XEXP (op, 0)) == PRE_DEC
2489 && (GET_CODE (XEXP (op, 0)) == PRE_DEC
H A Dregclass.c1602 && (GET_CODE (XEXP (op, 0)) == PRE_DEC
2092 case PRE_DEC:
H A Dregmove.c124 && pre == 1 && (inc_code = PRE_DEC, increment == -size))
2431 && ((GET_CODE (XEXP (dest, 0)) == PRE_DEC
H A Dpostreload-gcse.c540 case PRE_DEC:
H A Dresource.c735 case PRE_DEC:
H A Drtlanal.c317 case PRE_DEC:
392 case PRE_DEC:
2015 case PRE_DEC:
2845 case PRE_DEC:
H A Dreload.c961 case PRE_INC: case PRE_DEC: case PRE_MODIFY:
2215 if (GET_CODE (y) == PRE_DEC || GET_CODE (y) == PRE_INC
2325 if (GET_CODE (addr) == PRE_DEC || GET_CODE (addr) == PRE_INC
3210 && (GET_CODE (XEXP (operand, 0)) == PRE_DEC
5650 case PRE_DEC:
6669 case PRE_DEC:
7095 if ((GET_CODE (addr) == PRE_DEC
H A Dpostreload.c1452 || GET_CODE (dst) == PRE_DEC || GET_CODE (dst) == POST_DEC)
H A Dstruct-equiv.c641 case POST_INC: case POST_DEC: case PRE_INC: case PRE_DEC:
H A Dgcse.c1279 case PRE_DEC:
3033 case PRE_DEC:
5571 case PRE_DEC:
H A Dreload1.c2304 much to adjust a register for, e.g., PRE_DEC. Also, if we are inside a
2557 case PRE_DEC:
2750 case PRE_DEC:
2764 if (code == PRE_DEC || code == POST_DEC)
4076 /* PRE_INC / PRE_DEC will have the reload register ending up
4151 else if ((code == PRE_INC || code == PRE_DEC)
8266 if (GET_CODE (value) == PRE_DEC || GET_CODE (value) == POST_DEC)
H A Ddf-scan.c1446 case PRE_DEC:
H A Dlocal-alloc.c601 case PRE_DEC:

Completed in 532 milliseconds

12