Lines Matching refs:setTruncStoreAction
135 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in AMDGPUTargetLowering()
136 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in AMDGPUTargetLowering()
137 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in AMDGPUTargetLowering()
141 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Expand); in AMDGPUTargetLowering()
143 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in AMDGPUTargetLowering()
144 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in AMDGPUTargetLowering()
145 setTruncStoreAction(MVT::i64, MVT::i1, Expand); in AMDGPUTargetLowering()
146 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand); in AMDGPUTargetLowering()
147 setTruncStoreAction(MVT::v4i64, MVT::v4i1, Expand); in AMDGPUTargetLowering()
232 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering()
233 setTruncStoreAction(MVT::v2f32, MVT::v2f16, Expand); in AMDGPUTargetLowering()
234 setTruncStoreAction(MVT::v4f32, MVT::v4f16, Expand); in AMDGPUTargetLowering()
235 setTruncStoreAction(MVT::v8f32, MVT::v8f16, Expand); in AMDGPUTargetLowering()
237 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AMDGPUTargetLowering()
238 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AMDGPUTargetLowering()