Searched refs:LowerJumpTable (Results 1 - 8 of 8) sorted by path

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1535 return LowerJumpTable(Op, DAG);
3391 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, function in class:AArch64TargetLowering
H A DAArch64ISelLowering.h394 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp200 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
1101 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, function in class:MSP430TargetLowering
H A DMSP430ISelLowering.h93 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1560 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
6130 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
H A DPPCISelLowering.h538 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10171 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const {
16210 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
H A DX86ISelLowering.h905 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;

Completed in 387 milliseconds