Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h740 POST_INC, enumerator
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp694 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
1599 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in HexagonTargetLowering()
1600 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in HexagonTargetLowering()
1601 setIndexedLoadAction(ISD::POST_INC, MVT::i32, Legal); in HexagonTargetLowering()
1602 setIndexedLoadAction(ISD::POST_INC, MVT::i64, Legal); in HexagonTargetLowering()
1604 setIndexedStoreAction(ISD::POST_INC, MVT::i8, Legal); in HexagonTargetLowering()
1605 setIndexedStoreAction(ISD::POST_INC, MVT::i16, Legal); in HexagonTargetLowering()
1606 setIndexedStoreAction(ISD::POST_INC, MVT::i32, Legal); in HexagonTargetLowering()
1607 setIndexedStoreAction(ISD::POST_INC, MVT::i64, Legal); in HexagonTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
DMSP430ISelLowering.cpp81 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
82 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
1133 AM = ISD::POST_INC; in getPostIndexedAddressParts()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp805 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode2OffsetReg()
841 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode2OffsetImmPre()
861 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode2OffsetImm()
934 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode3Offset()
1023 if (AM != ISD::POST_INC) in SelectAddrMode6Offset()
1351 OffImm = ((AM == ISD::PRE_INC) || (AM == ISD::POST_INC)) in SelectT2AddrModeImm8Offset()
DARMISelLowering.cpp10385 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp341 case ISD::POST_INC: return "<post-inc>"; in getIndexedModeName()
DDAGCombiner.cpp8832 if (!TLI.isIndexedLoadLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()
8840 if (!TLI.isIndexedStoreLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()
8958 (AM == ISD::PRE_INC || AM == ISD::POST_INC ? ISD::ADD : ISD::SUB); in SplitIndexingFromLoad()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td844 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
850 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8869 AM = IsInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()