Searched refs:POST_DEC (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1373 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 D | BasicTTIImpl.h | 188 return ISD::POST_DEC; in getISDIndexedMode()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 243 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
|
| H A D | SelectionDAGDumper.cpp | 508 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
|
| H A D | DAGCombiner.cpp | 16465 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 D | TargetSelectionDAG.td | 1259 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 D | ARMInstrMVE.td | 7126 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 D | ARMISelLowering.cpp | 19770 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 19988 AM = IsInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
|