Home
last modified time | relevance | path

Searched refs:TargetJumpTable (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h173 TargetJumpTable, enumerator
H A DSelectionDAGNodes.h1954 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 0, DebugLoc(),
1964 N->getOpcode() == ISD::TargetJumpTable;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp177 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
H A DSelectionDAGISel.cpp3205 case ISD::TargetJumpTable: in SelectCodeCommon()
H A DSelectionDAG.cpp775 case ISD::TargetJumpTable: in AddNodeIDCustom()
1883 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td379 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1106 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2831 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm()
18670 Disp.getOpcode() == ISD::TargetJumpTable); in SelectOptimalAddrMode()