Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h493 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp2356 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op, in lowerSETCC() function in SystemZTargetLowering
4494 return lowerSETCC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h439 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp904 case ISD::SETCC: return lowerSETCC(Op, DAG); in LowerOperation()
1735 SDValue MipsTargetLowering::lowerSETCC(SDValue Op, SelectionDAG &DAG) const { in lowerSETCC() function in MipsTargetLowering