Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1455 enum MemIndexedMode { UNINDEXED = 0, PRE_INC, PRE_DEC, POST_INC, POST_DEC }; enumerator
1457 static const int LAST_INDEXED_MODE = POST_DEC + 1;
H A DBasicTTIImpl.h202 return ISD::POST_DEC; in getISDIndexedMode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp252 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
H A DSelectionDAGDumper.cpp531 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
H A DDAGCombiner.cpp18357 if (getCombineLoadStoreParts(Use, ISD::POST_INC, ISD::POST_DEC, IsLoad, in shouldCombineToPostInc()
18383 if (!getCombineLoadStoreParts(N, ISD::POST_INC, ISD::POST_DEC, IsLoad, in getPostIndexedLoadStoreOp()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1332 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
1338 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7122 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
7216 …rn cast<MaskedStoreSDNode>(N)->isTruncatingStore() && (AM == ISD::POST_INC || AM == ISD::POST_DEC);
H A DARMISelLowering.cpp20049 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()