Searched refs:lowerSETCC (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h254 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp1684 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op, function in class:SystemZTargetLowering
2410 return lowerSETCC(Op, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h481 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp792 case ISD::SETCC: return lowerSETCC(Op, DAG);
1557 SDValue MipsTargetLowering::lowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering

Completed in 196 milliseconds