Home
last modified time | relevance | path

Searched refs:LowerJumpTable (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h87 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DARCISelLowering.cpp209 SDValue ARCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in ARCTargetLowering
761 return LowerJumpTable(Op, DAG); in LowerOperation()
/freebsd-13.1/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); in LowerOperation()
1208 SDValue LanaiTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in LanaiTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h104 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMSP430ISelLowering.cpp354 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
1323 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in MSP430TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h143 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DWebAssemblyISelLowering.cpp1287 return LowerJumpTable(Op, DAG); in LowerOperation()
1593 SDValue WebAssemblyTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in WebAssemblyTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h215 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DM68kISelLowering.cpp1349 return LowerJumpTable(Op, DAG); in LowerOperation()
2637 SDValue M68kTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in M68kTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h260 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp1160 HexagonTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in HexagonTargetLowering
3194 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1218 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp3160 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering
10830 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h933 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp4751 return LowerJumpTable(Op, DAG); in LowerOperation()
7563 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in AArch64TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1527 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp19249 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in X86TargetLowering
30510 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()