Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h689 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3807 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op, in lowerSETCC() function in SystemZTargetLowering
7021 return lowerSETCC(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h575 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1340 case ISD::SETCC: return lowerSETCC(Op, DAG); in LowerOperation()
2216 SDValue MipsTargetLowering::lowerSETCC(SDValue Op, SelectionDAG &DAG) const { in lowerSETCC() function in MipsTargetLowering