Home
last modified time | relevance | path

Searched refs:lowerBR_JT (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsISelLowering.h431 SDValue lowerBR_JT(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp896 case ISD::BR_JT: return lowerBR_JT(Op, DAG); in LowerOperation()
1665 SDValue MipsTargetLowering::lowerBR_JT(SDValue Op, SelectionDAG &DAG) const { in lowerBR_JT() function in MipsTargetLowering