Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h95 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DMSP430ISelLowering.cpp203 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
1097 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in MSP430TargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h426 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DAArch64ISelLowering.cpp1939 return LowerJumpTable(Op, DAG); in LowerOperation()
3802 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in AArch64TargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h955 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DX86ISelLowering.cpp10893 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in X86TargetLowering
17223 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h686 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DPPCISelLowering.cpp1867 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering
7663 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()