Searched refs:lowerJumpTable (Results 1 – 4 of 4) sorted by relevance
506 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
2675 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering4502 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
437 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
902 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()1887 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering