Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1373 enum MemIndexedMode { UNINDEXED = 0, PRE_INC, PRE_DEC, POST_INC, POST_DEC }; enumerator
1375 static const int LAST_INDEXED_MODE = POST_DEC + 1;
H A DBasicTTIImpl.h188 return ISD::POST_DEC; in getISDIndexedMode()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp243 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
H A DSelectionDAGDumper.cpp508 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
H A DDAGCombiner.cpp16465 if (getCombineLoadStoreParts(Use, ISD::POST_INC, ISD::POST_DEC, IsLoad, in shouldCombineToPostInc()
16491 if (!getCombineLoadStoreParts(N, ISD::POST_INC, ISD::POST_DEC, IsLoad, in getPostIndexedLoadStoreOp()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1259 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
1265 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7126 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
7220 …rn cast<MaskedStoreSDNode>(N)->isTruncatingStore() && (AM == ISD::POST_INC || AM == ISD::POST_DEC);
H A DARMISelLowering.cpp19770 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19988 AM = IsInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()