Lines Matching refs:setCondCodeAction
252 setCondCodeAction(ISD::SETLE, XLenVT, Expand); in RISCVTargetLowering()
253 setCondCodeAction(ISD::SETGT, XLenVT, Custom); in RISCVTargetLowering()
254 setCondCodeAction(ISD::SETGE, XLenVT, Expand); in RISCVTargetLowering()
255 setCondCodeAction(ISD::SETULE, XLenVT, Expand); in RISCVTargetLowering()
256 setCondCodeAction(ISD::SETUGT, XLenVT, Custom); in RISCVTargetLowering()
257 setCondCodeAction(ISD::SETUGE, XLenVT, Expand); in RISCVTargetLowering()
490 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering()
522 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering()
564 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering()
946 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering()
1303 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering()