Searched defs:LowerJumpTable (Results 1 - 3 of 3) sorted by relevance

/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
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1535 return LowerJumpTable(Op, DAG);
3391 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, function in class:AArch64TargetLowering
/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);

Completed in 141 milliseconds