Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h167 TargetJumpTable, enumerator
H A DSelectionDAGNodes.h1908 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable,
1918 N->getOpcode() == ISD::TargetJumpTable;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp171 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
H A DSelectionDAGISel.cpp3071 case ISD::TargetJumpTable: in SelectCodeCommon()
H A DSelectionDAG.cpp771 case ISD::TargetJumpTable: in AddNodeIDCustom()
1850 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td369 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1090 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2826 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm()
18456 Disp.getOpcode() == ISD::TargetJumpTable); in SelectOptimalAddrMode()