Lines Matching refs:setCondCodeAction
254 setCondCodeAction(ISD::SETLE, XLenVT, Expand); in RISCVTargetLowering()
255 setCondCodeAction(ISD::SETGT, XLenVT, Custom); in RISCVTargetLowering()
256 setCondCodeAction(ISD::SETGE, XLenVT, Expand); in RISCVTargetLowering()
258 setCondCodeAction(ISD::SETULE, XLenVT, Expand); in RISCVTargetLowering()
259 setCondCodeAction(ISD::SETUGT, XLenVT, Custom); in RISCVTargetLowering()
260 setCondCodeAction(ISD::SETUGE, XLenVT, Expand); in RISCVTargetLowering()
499 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering()
531 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering()
577 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering()
980 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering()
1378 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering()