Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCISelLowering.h90 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DARCISelLowering.cpp248 SDValue ARCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in ARCTargetLowering
800 return LowerJumpTable(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h84 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DLanaiISelLowering.cpp185 return LowerJumpTable(Op, DAG); in LowerOperation()
1213 SDValue LanaiTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in LanaiTargetLowering
/llvm-project-15.0.7/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()
1327 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in MSP430TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.h158 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DCSKYISelLowering.cpp170 return LowerJumpTable(Op, DAG); in LowerOperation()
1148 SDValue CSKYTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in CSKYTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.h129 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DWebAssemblyISelLowering.cpp1397 return LowerJumpTable(Op, DAG); in LowerOperation()
1822 SDValue WebAssemblyTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in WebAssemblyTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.h215 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DM68kISelLowering.cpp1355 return LowerJumpTable(Op, DAG); in LowerOperation()
2649 SDValue M68kTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in M68kTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h257 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DHexagonISelLowering.cpp1155 HexagonTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in HexagonTargetLowering
3218 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1258 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp3212 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering
11146 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h972 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp5381 return LowerJumpTable(Op, DAG); in LowerOperation()
8394 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1577 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp20226 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in X86TargetLowering
32290 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()