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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeISelLowering.h123 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMBlazeISelLowering.cpp204 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
608 LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { function in class:MBlazeTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h189 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp855 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
1851 LowerJumpTable(SDValue Op, SelectionDAG &DAG) const function in class:MipsTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelLowering.h404 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DPPCISelLowering.cpp1240 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { function in class:PPCTargetLowering
4742 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h801 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DX86ISelLowering.cpp7300 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { function in class:X86TargetLowering
11413 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1043 LowerJumpTable(SDValue Op, SelectionDAG &DAG, const SPUSubtarget *ST) { function
1062 llvm_unreachable("LowerJumpTable: Relocation model other than static"
2806 return LowerJumpTable(Op, DAG, SPUTM.getSubtargetImpl());

Completed in 185 milliseconds