Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h577 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp2915 SDValue SystemZTargetLowering::lowerSETCC(SDValue Op, in lowerSETCC() function in SystemZTargetLowering
5380 return lowerSETCC(Op, DAG); in LowerOperation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h538 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1217 case ISD::SETCC: return lowerSETCC(Op, DAG); in LowerOperation()
2052 SDValue MipsTargetLowering::lowerSETCC(SDValue Op, SelectionDAG &DAG) const { in lowerSETCC() function in MipsTargetLowering