Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h263 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp1884 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering
2418 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h478 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp789 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()
1706 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering