Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h456 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp2303 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op, in lowerSETCC() function in SystemZTargetLowering
4320 return lowerSETCC(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h434 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp876 case ISD::SETCC: return lowerSETCC(Op, DAG); in LowerOperation()
1665 SDValue MipsTargetLowering::lowerSETCC(SDValue Op, SelectionDAG &DAG) const { in lowerSETCC() function in MipsTargetLowering