Searched refs:LowerJumpTable (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 95 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | MSP430ISelLowering.cpp | 203 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/ |
D | AArch64ISelLowering.h | 426 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | AArch64ISelLowering.cpp | 1939 return LowerJumpTable(Op, DAG); in LowerOperation() 3802 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in AArch64TargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 955 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | X86ISelLowering.cpp | 10893 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/ |
D | PPCISelLowering.h | 686 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | PPCISelLowering.cpp | 1867 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering 7663 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|