Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.h123 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DMBlazeISelLowering.cpp206 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
610 LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in MBlazeTargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h214 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DAArch64ISelLowering.cpp2082 AArch64TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in AArch64TargetLowering
2332 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h487 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp1312 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering
5549 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h824 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DX86ISelLowering.cpp7459 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in X86TargetLowering
12139 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()