Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h665 POST_INC, enumerator
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp85 setIndexedLoadAction(ISD::POST_INC, MVT::i8, Legal); in MSP430TargetLowering()
86 setIndexedLoadAction(ISD::POST_INC, MVT::i16, Legal); in MSP430TargetLowering()
964 AM = ISD::POST_INC; in getPostIndexedAddressParts()
DMSP430ISelDAGToDAG.cpp304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp692 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode2Offset()
782 ARM_AM::AddrOpc AddSub = (AM == ISD::PRE_INC || AM == ISD::POST_INC) in SelectAddrMode3Offset()
866 if (AM != ISD::POST_INC) in SelectAddrMode6Offset()
1186 OffImm = ((AM == ISD::PRE_INC) || (AM == ISD::POST_INC)) in SelectT2AddrModeImm8Offset()
DARMISelLowering.cpp7486 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td719 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
725 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6016 if (!TLI.isIndexedLoadLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()
6024 if (!TLI.isIndexedStoreLegal(ISD::POST_INC, VT) && in CombineToPostIndexedLoadStore()
DSelectionDAG.cpp6027 case ISD::POST_INC: in getIndexedModeName()