Searched refs:LowerJumpTable (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.h | 123 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | MBlazeISelLowering.cpp | 206 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/ |
D | AArch64ISelLowering.h | 214 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | AArch64ISelLowering.cpp | 2082 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/ |
D | PPCISelLowering.h | 487 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | PPCISelLowering.cpp | 1312 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/ |
D | X86ISelLowering.h | 824 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | X86ISelLowering.cpp | 7459 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in X86TargetLowering 12139 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|