Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h631 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3100 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op, in lowerSETCC() function in SystemZTargetLowering
5704 return lowerSETCC(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h542 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1225 case ISD::SETCC: return lowerSETCC(Op, DAG); in LowerOperation()
2060 SDValue MipsTargetLowering::lowerSETCC(SDValue Op, SelectionDAG &DAG) const { in lowerSETCC() function in MipsTargetLowering