Lines Matching refs:setTruncStoreAction

830   setTruncStoreAction(MVT::f32, MVT::f16, Expand);  in AArch64TargetLowering()
831 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AArch64TargetLowering()
832 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AArch64TargetLowering()
833 setTruncStoreAction(MVT::f128, MVT::f80, Expand); in AArch64TargetLowering()
834 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in AArch64TargetLowering()
835 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in AArch64TargetLowering()
836 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in AArch64TargetLowering()
1075 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Expand); in AArch64TargetLowering()
1095 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
1115 setTruncStoreAction(MVT::v4i16, MVT::v4i8, Custom); in AArch64TargetLowering()
1256 setTruncStoreAction(VT, InnerVT, Expand); in AArch64TargetLowering()
1264 setTruncStoreAction(MVT::nxv2i64, MVT::nxv2i8, Legal); in AArch64TargetLowering()
1265 setTruncStoreAction(MVT::nxv2i64, MVT::nxv2i16, Legal); in AArch64TargetLowering()
1266 setTruncStoreAction(MVT::nxv2i64, MVT::nxv2i32, Legal); in AArch64TargetLowering()
1267 setTruncStoreAction(MVT::nxv4i32, MVT::nxv4i8, Legal); in AArch64TargetLowering()
1268 setTruncStoreAction(MVT::nxv4i32, MVT::nxv4i16, Legal); in AArch64TargetLowering()
1269 setTruncStoreAction(MVT::nxv8i16, MVT::nxv8i8, Legal); in AArch64TargetLowering()
1280 setTruncStoreAction(MVT::v2i64, MVT::v2i8, Custom); in AArch64TargetLowering()
1281 setTruncStoreAction(MVT::v2i64, MVT::v2i16, Custom); in AArch64TargetLowering()
1282 setTruncStoreAction(MVT::v2i64, MVT::v2i32, Custom); in AArch64TargetLowering()
1283 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in AArch64TargetLowering()
1284 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in AArch64TargetLowering()
1610 setTruncStoreAction(VT, InnerVT, Custom); in addTypeForFixedLengthSVE()
1623 setTruncStoreAction(VT, InnerVT, Custom); in addTypeForFixedLengthSVE()