Lines Matching refs:setTruncStoreAction
183 setTruncStoreAction(MVT::v2i32, MVT::v2i8, Custom); in AMDGPUTargetLowering()
184 setTruncStoreAction(MVT::v2i32, MVT::v2i16, Custom); in AMDGPUTargetLowering()
186 setTruncStoreAction(MVT::v4i32, MVT::v4i8, Custom); in AMDGPUTargetLowering()
187 setTruncStoreAction(MVT::v4i32, MVT::v4i16, Expand); in AMDGPUTargetLowering()
189 setTruncStoreAction(MVT::v8i32, MVT::v8i16, Expand); in AMDGPUTargetLowering()
190 setTruncStoreAction(MVT::v16i32, MVT::v16i8, Expand); in AMDGPUTargetLowering()
191 setTruncStoreAction(MVT::v16i32, MVT::v16i16, Expand); in AMDGPUTargetLowering()
193 setTruncStoreAction(MVT::i64, MVT::i1, Expand); in AMDGPUTargetLowering()
194 setTruncStoreAction(MVT::i64, MVT::i8, Expand); in AMDGPUTargetLowering()
195 setTruncStoreAction(MVT::i64, MVT::i16, Expand); in AMDGPUTargetLowering()
196 setTruncStoreAction(MVT::i64, MVT::i32, Expand); in AMDGPUTargetLowering()
198 setTruncStoreAction(MVT::v2i64, MVT::v2i1, Expand); in AMDGPUTargetLowering()
199 setTruncStoreAction(MVT::v2i64, MVT::v2i8, Expand); in AMDGPUTargetLowering()
200 setTruncStoreAction(MVT::v2i64, MVT::v2i16, Expand); in AMDGPUTargetLowering()
201 setTruncStoreAction(MVT::v2i64, MVT::v2i32, Expand); in AMDGPUTargetLowering()
203 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AMDGPUTargetLowering()
204 setTruncStoreAction(MVT::v2f32, MVT::v2f16, Expand); in AMDGPUTargetLowering()
205 setTruncStoreAction(MVT::v4f32, MVT::v4f16, Expand); in AMDGPUTargetLowering()
206 setTruncStoreAction(MVT::v8f32, MVT::v8f16, Expand); in AMDGPUTargetLowering()
208 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AMDGPUTargetLowering()
209 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AMDGPUTargetLowering()
211 setTruncStoreAction(MVT::v2f64, MVT::v2f32, Expand); in AMDGPUTargetLowering()
212 setTruncStoreAction(MVT::v2f64, MVT::v2f16, Expand); in AMDGPUTargetLowering()
214 setTruncStoreAction(MVT::v4f64, MVT::v4f32, Expand); in AMDGPUTargetLowering()
215 setTruncStoreAction(MVT::v4f64, MVT::v4f16, Expand); in AMDGPUTargetLowering()
217 setTruncStoreAction(MVT::v8f64, MVT::v8f32, Expand); in AMDGPUTargetLowering()
218 setTruncStoreAction(MVT::v8f64, MVT::v8f16, Expand); in AMDGPUTargetLowering()