Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h990 POST_DEC enumerator
993 static const int LAST_INDEXED_MODE = POST_DEC + 1;
DBasicTTIImpl.h185 return ISD::POST_DEC; in getISDIndexedMode()
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1212 enum MemIndexedMode { UNINDEXED = 0, PRE_INC, PRE_DEC, POST_INC, POST_DEC }; enumerator
1214 static const int LAST_INDEXED_MODE = POST_DEC + 1;
DBasicTTIImpl.h182 return ISD::POST_DEC; in getISDIndexedMode()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h812 POST_DEC, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp217 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
DSelectionDAGDumper.cpp460 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
DDAGCombiner.cpp14008 if (!getCombineLoadStoreParts(N, ISD::POST_INC, ISD::POST_DEC, IsLoad, IsMasked, in CombineToPostIndexedLoadStore()
14226 LD->getAddressingMode() == ISD::POST_DEC); in ForwardStoreValueToDirectLoad()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp228 LSBase->getAddressingMode() == ISD::POST_DEC) in matchLSNode()
DSelectionDAGDumper.cpp487 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
DDAGCombiner.cpp15005 if (getCombineLoadStoreParts(Use, ISD::POST_INC, ISD::POST_DEC, IsLoad, in shouldCombineToPostInc()
15031 if (!getCombineLoadStoreParts(N, ISD::POST_INC, ISD::POST_DEC, IsLoad, in getPostIndexedLoadStoreOp()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp368 case ISD::POST_DEC: return "<post-dec>"; in getIndexedModeName()
DDAGCombiner.cpp9898 !TLI.isIndexedLoadLegal(ISD::POST_DEC, VT)) in CombineToPostIndexedLoadStore()
9906 !TLI.isIndexedStoreLegal(ISD::POST_DEC, VT)) in CombineToPostIndexedLoadStore()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td912 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
918 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td1188 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
1194 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td1195 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
1201 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp948 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrMVE.td5970 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
6064 …rn cast<MaskedStoreSDNode>(N)->isTruncatingStore() && (AM == ISD::POST_INC || AM == ISD::POST_DEC);
DARMISelLowering.cpp15648 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrMVE.td6945 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
7039 …rn cast<MaskedStoreSDNode>(N)->isTruncatingStore() && (AM == ISD::POST_INC || AM == ISD::POST_DEC);
DARMISelLowering.cpp17410 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10049 AM = IsInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11624 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp12793 AM = IsInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp15661 AM = IsInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()

12