Searched refs:lowerJumpTable (Results 1 – 4 of 4) sorted by relevance
468 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
2616 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering4328 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
431 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
873 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()1806 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering