Searched refs:LowerJumpTable (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h87 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DARCISelLowering.cpp210 SDValue ARCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { function in class:ARCTargetLowering
762 return LowerJumpTable(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h84 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DLanaiISelLowering.cpp189 return LowerJumpTable(Op, DAG);
1208 SDValue LanaiTargetLowering::LowerJumpTable(SDValue Op, function in class:LanaiTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h104 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMSP430ISelLowering.cpp355 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
1326 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, function in class:MSP430TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h111 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DWebAssemblyISelLowering.cpp1097 return LowerJumpTable(Op, DAG);
1259 SDValue WebAssemblyTargetLowering::LowerJumpTable(SDValue Op, function in class:WebAssemblyTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h253 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp1134 HexagonTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { function in class:HexagonTargetLowering
3059 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h840 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp3448 return LowerJumpTable(Op, DAG);
5970 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, function in class:AArch64TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1098 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp2971 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
11147 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1496 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp18629 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
[all...]

Completed in 304 milliseconds