Lines Matching refs:setLoadExtAction
1029 setLoadExtAction(ISD::EXTLOAD, VT, MVT::bf16, Expand); in AArch64TargetLowering()
1030 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f16, Expand); in AArch64TargetLowering()
1031 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f32, Expand); in AArch64TargetLowering()
1032 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f64, Expand); in AArch64TargetLowering()
1033 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f80, Expand); in AArch64TargetLowering()
1036 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Expand); in AArch64TargetLowering()
1341 setLoadExtAction(ISD::SEXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1342 setLoadExtAction(ISD::ZEXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1343 setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1380 setLoadExtAction(ISD::EXTLOAD, MVT::v4i16, MVT::v4i8, Custom); in AArch64TargetLowering()
1381 setLoadExtAction(ISD::SEXTLOAD, MVT::v4i16, MVT::v4i8, Custom); in AArch64TargetLowering()
1382 setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i16, MVT::v4i8, Custom); in AArch64TargetLowering()
1383 setLoadExtAction(ISD::EXTLOAD, MVT::v4i32, MVT::v4i8, Custom); in AArch64TargetLowering()
1384 setLoadExtAction(ISD::SEXTLOAD, MVT::v4i32, MVT::v4i8, Custom); in AArch64TargetLowering()
1385 setLoadExtAction(ISD::ZEXTLOAD, MVT::v4i32, MVT::v4i8, Custom); in AArch64TargetLowering()
1406 setLoadExtAction(ISD::SEXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1407 setLoadExtAction(ISD::ZEXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1408 setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1552 setLoadExtAction(ISD::SEXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1553 setLoadExtAction(ISD::ZEXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1554 setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Expand); in AArch64TargetLowering()
1566 setLoadExtAction(Op, MVT::nxv2i64, MVT::nxv2i8, Legal); in AArch64TargetLowering()
1567 setLoadExtAction(Op, MVT::nxv2i64, MVT::nxv2i16, Legal); in AArch64TargetLowering()
1568 setLoadExtAction(Op, MVT::nxv2i64, MVT::nxv2i32, Legal); in AArch64TargetLowering()
1569 setLoadExtAction(Op, MVT::nxv4i32, MVT::nxv4i8, Legal); in AArch64TargetLowering()
1570 setLoadExtAction(Op, MVT::nxv4i32, MVT::nxv4i16, Legal); in AArch64TargetLowering()
1571 setLoadExtAction(Op, MVT::nxv8i16, MVT::nxv8i8, Legal); in AArch64TargetLowering()
1882 setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand); in addTypeForNEON()
2012 setLoadExtAction(ISD::ZEXTLOAD, VT, InnerVT, Default); in addTypeForFixedLengthSVE()
2013 setLoadExtAction(ISD::SEXTLOAD, VT, InnerVT, Default); in addTypeForFixedLengthSVE()
2014 setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Default); in addTypeForFixedLengthSVE()
2026 setLoadExtAction(ISD::EXTLOAD, VT, InnerVT, Default); in addTypeForFixedLengthSVE()