Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCISelLowering.h90 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DARCISelLowering.cpp248 SDValue ARCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in ARCTargetLowering
797 return LowerJumpTable(Op, DAG); in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiISelLowering.h84 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DLanaiISelLowering.cpp185 return LowerJumpTable(Op, DAG); in LowerOperation()
1208 SDValue LanaiTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in LanaiTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h104 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DMSP430ISelLowering.cpp354 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
1326 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in MSP430TargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h129 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DWebAssemblyISelLowering.cpp1402 return LowerJumpTable(Op, DAG); in LowerOperation()
1725 SDValue WebAssemblyTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in WebAssemblyTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h280 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DHexagonISelLowering.cpp1154 HexagonTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in HexagonTargetLowering
3355 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h1024 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DAArch64ISelLowering.cpp5830 return LowerJumpTable(Op, DAG); in LowerOperation()
9325 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in AArch64TargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1269 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp3225 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering
11310 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h1640 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DX86ISelLowering.cpp20600 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in X86TargetLowering
33244 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()