Home
last modified time | relevance | path

Searched refs:lowerJumpTable (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h506 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp2675 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering
4502 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h437 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp902 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()
1887 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering