Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1304 enum MemIndexedMode { UNINDEXED = 0, PRE_INC, PRE_DEC, POST_INC, POST_DEC }; enumerator
1306 static const int LAST_INDEXED_MODE = POST_DEC + 1;
H A DBasicTTIImpl.h187 return ISD::POST_DEC; in getISDIndexedMode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp228 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
H A DSelectionDAGDumper.cpp498 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
H A DDAGCombiner.cpp15523 if (getCombineLoadStoreParts(Use, ISD::POST_INC, ISD::POST_DEC, IsLoad, in shouldCombineToPostInc()
15549 if (!getCombineLoadStoreParts(N, ISD::POST_INC, ISD::POST_DEC, IsLoad, in getPostIndexedLoadStoreOp()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1228 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
1234 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7028 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
7122 …rn cast<MaskedStoreSDNode>(N)->isTruncatingStore() && (AM == ISD::POST_INC || AM == ISD::POST_DEC);
H A DARMISelLowering.cpp18797 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17054 AM = IsInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()