Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h167 TargetJumpTable, enumerator
H A DSelectionDAGNodes.h1810 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable,
1820 N->getOpcode() == ISD::TargetJumpTable;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp165 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
H A DSelectionDAGISel.cpp2858 case ISD::TargetJumpTable: in SelectCodeCommon()
H A DSelectionDAG.cpp649 case ISD::TargetJumpTable: in AddNodeIDCustom()
1597 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td349 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1091 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2713 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm()
17428 Disp.getOpcode() == ISD::TargetJumpTable); in SelectOptimalAddrMode()