Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.h56 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DBlackfinISelLowering.cpp154 SDValue BlackfinTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in BlackfinTargetLowering
467 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h86 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DWebAssemblyISelLowering.cpp540 return LowerJumpTable(Op, DAG); in LowerOperation()
638 SDValue WebAssemblyTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in WebAssemblyTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.h77 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp169 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
764 SDValue SystemZTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in SystemZTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.h123 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DMBlazeISelLowering.cpp202 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
607 LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in MBlazeTargetLowering
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.h85 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DLanaiISelLowering.cpp175 return LowerJumpTable(Op, DAG); in LowerOperation()
1211 SDValue LanaiTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in LanaiTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.h134 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp673 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
1524 LowerJumpTable(SDValue Op, SelectionDAG &DAG) const in LowerJumpTable() function in MipsTargetLowering
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h97 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DMSP430ISelLowering.cpp195 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
1071 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in MSP430TargetLowering
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h197 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DHexagonISelLowering.cpp1424 HexagonTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in HexagonTargetLowering
2781 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h391 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp1173 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering
4515 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h488 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DAArch64ISelLowering.cpp2326 return LowerJumpTable(Op, DAG); in LowerOperation()
4117 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in AArch64TargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp194 static SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) { in LowerJumpTable() function
578 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h829 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h804 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1099 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp1030 LowerJumpTable(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) { in LowerJumpTable() function
2802 return LowerJumpTable(Op, DAG, SPUTM.getSubtargetImpl()); in LowerOperation()

12