Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h676 POST_DEC, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h812 POST_DEC, enumerator
/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/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td739 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
745 return AM == ISD::POST_INC || AM == ISD::POST_DEC;
/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/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp948 AM = isInc ? ISD::POST_INC : ISD::POST_DEC; in getPostIndexedAddressParts()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6013 !TLI.isIndexedLoadLegal(ISD::POST_DEC, VT)) in CombineToPostIndexedLoadStore()
6021 !TLI.isIndexedStoreLegal(ISD::POST_DEC, VT)) in CombineToPostIndexedLoadStore()
DSelectionDAG.cpp6136 case ISD::POST_DEC: in getIndexedModeName()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp8386 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()