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.h1523 enum MemIndexedMode { UNINDEXED = 0, PRE_INC, PRE_DEC, POST_INC, POST_DEC }; enumerator
1525 static const int LAST_INDEXED_MODE = POST_DEC + 1;
H A DBasicTTIImpl.h204 return ISD::POST_DEC; in getISDIndexedMode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp248 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
H A DSelectionDAGDumper.cpp570 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
H A DDAGCombiner.cpp18695 if (getCombineLoadStoreParts(Use, ISD::POST_INC, ISD::POST_DEC, IsLoad, in shouldCombineToPostInc()
18721 if (!getCombineLoadStoreParts(N, ISD::POST_INC, ISD::POST_DEC, IsLoad, in getPostIndexedLoadStoreOp()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1393 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
1399 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td7122 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
7216 return cast<MaskedStoreSDNode>(N)->isTruncatingStore() && (AM == ISD::POST_INC || AM == ISD::POST_DEC);
H A DARMISelLowering.cpp20071 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()