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

12

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

Completed in 450 milliseconds

12