Searched refs:POST_DEC (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1523 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 D | BasicTTIImpl.h | 204 return ISD::POST_DEC; in getISDIndexedMode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 248 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
|
H A D | SelectionDAGDumper.cpp | 570 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
|
H A D | DAGCombiner.cpp | 18695 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 D | TargetSelectionDAG.td | 1393 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 D | ARMInstrMVE.td | 7122 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 D | ARMISelLowering.cpp | 20071 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
|