Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1634 enum MemIndexedMode { UNINDEXED = 0, PRE_INC, PRE_DEC, POST_INC, POST_DEC }; enumerator
1636 static const int LAST_INDEXED_MODE = POST_DEC + 1;
H A DBasicTTIImpl.h206 return ISD::POST_DEC; in getISDIndexedMode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp249 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
H A DSelectionDAGDumper.cpp605 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
H A DDAGCombiner.cpp19694 if (getCombineLoadStoreParts(User, ISD::POST_INC, ISD::POST_DEC, IsLoad, in shouldCombineToPostInc()
19720 if (!getCombineLoadStoreParts(N, ISD::POST_INC, ISD::POST_DEC, IsLoad, in getPostIndexedLoadStoreOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1482 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
1488 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7054 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
7148 …rn cast<MaskedStoreSDNode>(N)->isTruncatingStore() && (AM == ISD::POST_INC || AM == ISD::POST_DEC);
H A DARMISelLowering.cpp20006 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()