Lines Matching refs:setLoadExtAction
167 setLoadExtAction(N, XLenVT, MVT::i1, Promote); in RISCVTargetLowering()
344 setLoadExtAction(ISD::EXTLOAD, MVT::f32, MVT::f16, Expand); in RISCVTargetLowering()
363 setLoadExtAction(ISD::EXTLOAD, MVT::f64, MVT::f32, Expand); in RISCVTargetLowering()
367 setLoadExtAction(ISD::EXTLOAD, MVT::f64, MVT::f16, Expand); in RISCVTargetLowering()
487 setLoadExtAction(ISD::EXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
488 setLoadExtAction(ISD::SEXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
489 setLoadExtAction(ISD::ZEXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
566 setLoadExtAction(ISD::EXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
567 setLoadExtAction(ISD::SEXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
568 setLoadExtAction(ISD::ZEXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
637 setLoadExtAction(ISD::EXTLOAD, VT, SmallVT, Expand); in RISCVTargetLowering()
668 setLoadExtAction(ISD::EXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
669 setLoadExtAction(ISD::SEXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
670 setLoadExtAction(ISD::ZEXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()
782 setLoadExtAction(ISD::EXTLOAD, OtherVT, VT, Expand); in RISCVTargetLowering()