Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h802 POST_INC, enumerator
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp302 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
DMSP430ISelLowering.cpp77 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
78 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
1130 AM = ISD::POST_INC; in getPostIndexedAddressParts()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp366 case ISD::POST_INC: return "<post-inc>"; in getIndexedModeName()
DDAGCombiner.cpp9779 if (!TLI.isIndexedLoadLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()
9787 if (!TLI.isIndexedStoreLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()
9904 (AM == ISD::PRE_INC || AM == ISD::POST_INC ? ISD::ADD : ISD::SUB); in SplitIndexingFromLoad()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp910 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode2OffsetReg()
946 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode2OffsetImmPre()
966 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode2OffsetImm()
1045 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode3Offset()
1138 if (AM != ISD::POST_INC) in SelectAddrMode6Offset()
1367 OffImm = ((AM == ISD::PRE_INC) || (AM == ISD::POST_INC)) in SelectT2AddrModeImm8Offset()
DARMISelLowering.cpp11158 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp935 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
1880 setIndexedLoadAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering()
1881 setIndexedStoreAction(ISD::POST_INC, LSXTy, Legal); in HexagonTargetLowering()
1886 setIndexedLoadAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
1887 setIndexedStoreAction(ISD::POST_INC, VT, Legal); in HexagonTargetLowering()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td900 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
906 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9803 AM = IsInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()