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

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h296 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp1809 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op,
2703 return lowerSETCC(Op, DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h406 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp845 case ISD::SETCC: return lowerSETCC(Op, DAG);
1631 SDValue MipsTargetLowering::lowerSETCC(SDValue Op, SelectionDAG &DAG) const { function in class:MipsTargetLowering

Completed in 109 milliseconds