Home
last modified time | relevance | path

Searched refs:TargetFrameIndex (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h128 TargetFrameIndex, enumerator
DSelectionDAGNodes.h1401 : SDNode(isTarg ? ISD::TargetFrameIndex : ISD::FrameIndex,
1410 N->getOpcode() == ISD::TargetFrameIndex;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h134 TargetFrameIndex, enumerator
DSelectionDAGNodes.h1745 : SDNode(isTarg ? ISD::TargetFrameIndex : ISD::FrameIndex,
1754 N->getOpcode() == ISD::TargetFrameIndex;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp136 case ISD::TargetFrameIndex: return "TargetFrameIndex"; in getOperationName()
DSelectionDAG.cpp422 case ISD::TargetFrameIndex: in AddNodeIDCustom()
1296 unsigned Opc = isTarget ? ISD::TargetFrameIndex : ISD::FrameIndex; in getFrameIndex()
2475 case ISD::TargetFrameIndex: in computeKnownBits()
DSelectionDAGISel.cpp2745 case ISD::TargetFrameIndex: in SelectCodeCommon()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp163 case ISD::TargetFrameIndex: return "TargetFrameIndex"; in getOperationName()
DSelectionDAGISel.cpp2789 case ISD::TargetFrameIndex: in SelectCodeCommon()
DSelectionDAG.cpp528 case ISD::TargetFrameIndex: in AddNodeIDCustom()
1428 unsigned Opc = isTarget ? ISD::TargetFrameIndex : ISD::FrameIndex; in getFrameIndex()
3404 case ISD::TargetFrameIndex: in computeKnownBits()
DDAGCombiner.cpp20116 LLD->getBasePtr().getOpcode() == ISD::TargetFrameIndex || in SimplifySelectOps()
20117 RLD->getBasePtr().getOpcode() == ISD::TargetFrameIndex || in SimplifySelectOps()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1676 if (Base.getOpcode() != ISD::TargetFrameIndex && in SelectInlineAsmMemoryOperand()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td353 def tframeindex : SDNode<"ISD::TargetFrameIndex", SDTPtrLeaf, [],
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td337 def tframeindex : SDNode<"ISD::TargetFrameIndex", SDTPtrLeaf, [],