Searched refs:lowerJumpTable (Results 1 – 4 of 4) sorted by relevance
263 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
1884 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering2418 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
478 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
789 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()1706 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering