Searched refs:PRE_DEC (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGAddressAnalysis.cpp | 214 } else if (N->getAddressingMode() == ISD::PRE_DEC) { in matchLSNode() 248 if (LSBase->getAddressingMode() == ISD::PRE_DEC || in matchLSNode()
|
| H A D | SelectionDAGDumper.cpp | 603 case ISD::PRE_DEC: return "<pre-dec>"; in getIndexedModeName()
|
| H A D | DAGCombiner.cpp | 19457 if (!getCombineLoadStoreParts(N, ISD::PRE_INC, ISD::PRE_DEC, IsLoad, IsMasked, in CombineToPreIndexedLoadStore() 19634 int X1 = (AM == ISD::PRE_DEC && !Swapped) ? -1 : 1; in CombineToPreIndexedLoadStore() 19635 int Y1 = (AM == ISD::PRE_DEC && Swapped) ? -1 : 1; in CombineToPreIndexedLoadStore() 29395 : (LSN->getAddressingMode() == ISD::PRE_DEC) in mayAlias()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 150 (AM != ISD::POST_INC && AM != ISD::PRE_DEC)) { in selectIndexedLoad() 156 bool isPre = (AM == ISD::PRE_DEC); in selectIndexedLoad()
|
| H A D | AVRISelLowering.cpp | 124 setIndexedLoadAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering() 125 setIndexedLoadAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering() 128 setIndexedStoreAction(ISD::PRE_DEC, MVT::i8, Legal); in AVRTargetLowering() 129 setIndexedStoreAction(ISD::PRE_DEC, MVT::i16, Legal); in AVRTargetLowering() 1060 AM = ISD::PRE_DEC; in getPreIndexedAddressParts()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1634 enum MemIndexedMode { UNINDEXED = 0, PRE_INC, PRE_DEC, POST_INC, POST_DEC }; enumerator
|
| H A D | BasicTTIImpl.h | 202 return ISD::PRE_DEC; in getISDIndexedMode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 1594 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in tryARMIndexedLoad() 1701 bool isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in tryT2IndexedLoad() 1765 isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in tryMVEIndexedLoad() 1781 isPre = (AM == ISD::PRE_INC) || (AM == ISD::PRE_DEC); in tryMVEIndexedLoad()
|
| H A D | ARMInstrMVE.td | 7049 return AM == ISD::PRE_INC || AM == ISD::PRE_DEC; 7133 …turn cast<MaskedStoreSDNode>(N)->isTruncatingStore() && (AM == ISD::PRE_INC || AM == ISD::PRE_DEC);
|
| H A D | ARMISelLowering.cpp | 19914 AM = isInc ? ISD::PRE_INC : ISD::PRE_DEC; in getPreIndexedAddressParts()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 1430 return AM == ISD::PRE_INC || AM == ISD::PRE_DEC; 1441 return AM == ISD::PRE_INC || AM == ISD::PRE_DEC;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 1593 bool IsPre = AM == ISD::PRE_INC || AM == ISD::PRE_DEC; in tryIndexedLoad()
|