Lines Matching refs:Expand
87 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); in AArch64TargetLowering()
88 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in AArch64TargetLowering()
89 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in AArch64TargetLowering()
119 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AArch64TargetLowering()
125 setOperationAction(ISD::VAEND, MVT::Other, Expand); in AArch64TargetLowering()
126 setOperationAction(ISD::VAARG, MVT::Other, Expand); in AArch64TargetLowering()
130 setOperationAction(ISD::ROTL, MVT::i32, Expand); in AArch64TargetLowering()
131 setOperationAction(ISD::ROTL, MVT::i64, Expand); in AArch64TargetLowering()
133 setOperationAction(ISD::UREM, MVT::i32, Expand); in AArch64TargetLowering()
134 setOperationAction(ISD::UREM, MVT::i64, Expand); in AArch64TargetLowering()
135 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in AArch64TargetLowering()
136 setOperationAction(ISD::UDIVREM, MVT::i64, Expand); in AArch64TargetLowering()
138 setOperationAction(ISD::SREM, MVT::i32, Expand); in AArch64TargetLowering()
139 setOperationAction(ISD::SREM, MVT::i64, Expand); in AArch64TargetLowering()
140 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in AArch64TargetLowering()
141 setOperationAction(ISD::SDIVREM, MVT::i64, Expand); in AArch64TargetLowering()
143 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in AArch64TargetLowering()
144 setOperationAction(ISD::CTPOP, MVT::i64, Expand); in AArch64TargetLowering()
176 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Expand); in AArch64TargetLowering()
177 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in AArch64TargetLowering()
179 setOperationAction(ISD::FCOS, MVT::f32, Expand); in AArch64TargetLowering()
180 setOperationAction(ISD::FCOS, MVT::f64, Expand); in AArch64TargetLowering()
182 setOperationAction(ISD::FEXP, MVT::f32, Expand); in AArch64TargetLowering()
183 setOperationAction(ISD::FEXP, MVT::f64, Expand); in AArch64TargetLowering()
185 setOperationAction(ISD::FEXP2, MVT::f32, Expand); in AArch64TargetLowering()
186 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in AArch64TargetLowering()
188 setOperationAction(ISD::FLOG, MVT::f32, Expand); in AArch64TargetLowering()
189 setOperationAction(ISD::FLOG, MVT::f64, Expand); in AArch64TargetLowering()
191 setOperationAction(ISD::FLOG2, MVT::f32, Expand); in AArch64TargetLowering()
192 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in AArch64TargetLowering()
194 setOperationAction(ISD::FLOG10, MVT::f32, Expand); in AArch64TargetLowering()
195 setOperationAction(ISD::FLOG10, MVT::f64, Expand); in AArch64TargetLowering()
197 setOperationAction(ISD::FPOW, MVT::f32, Expand); in AArch64TargetLowering()
198 setOperationAction(ISD::FPOW, MVT::f64, Expand); in AArch64TargetLowering()
200 setOperationAction(ISD::FPOWI, MVT::f32, Expand); in AArch64TargetLowering()
201 setOperationAction(ISD::FPOWI, MVT::f64, Expand); in AArch64TargetLowering()
203 setOperationAction(ISD::FREM, MVT::f32, Expand); in AArch64TargetLowering()
204 setOperationAction(ISD::FREM, MVT::f64, Expand); in AArch64TargetLowering()
206 setOperationAction(ISD::FSIN, MVT::f32, Expand); in AArch64TargetLowering()
207 setOperationAction(ISD::FSIN, MVT::f64, Expand); in AArch64TargetLowering()
209 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in AArch64TargetLowering()
210 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in AArch64TargetLowering()
214 setOperationAction(ISD::FABS, MVT::f128, Expand); in AArch64TargetLowering()
216 setOperationAction(ISD::FCOPYSIGN, MVT::f128, Expand); in AArch64TargetLowering()
217 setOperationAction(ISD::FCOS, MVT::f128, Expand); in AArch64TargetLowering()
219 setOperationAction(ISD::FMA, MVT::f128, Expand); in AArch64TargetLowering()
221 setOperationAction(ISD::FNEG, MVT::f128, Expand); in AArch64TargetLowering()
222 setOperationAction(ISD::FP_EXTEND, MVT::f128, Expand); in AArch64TargetLowering()
223 setOperationAction(ISD::FP_ROUND, MVT::f128, Expand); in AArch64TargetLowering()
224 setOperationAction(ISD::FPOW, MVT::f128, Expand); in AArch64TargetLowering()
225 setOperationAction(ISD::FREM, MVT::f128, Expand); in AArch64TargetLowering()
226 setOperationAction(ISD::FRINT, MVT::f128, Expand); in AArch64TargetLowering()
227 setOperationAction(ISD::FSIN, MVT::f128, Expand); in AArch64TargetLowering()
228 setOperationAction(ISD::FSINCOS, MVT::f128, Expand); in AArch64TargetLowering()
229 setOperationAction(ISD::FSQRT, MVT::f128, Expand); in AArch64TargetLowering()
231 setOperationAction(ISD::FTRUNC, MVT::f128, Expand); in AArch64TargetLowering()
234 setOperationAction(ISD::SELECT, MVT::f128, Expand); in AArch64TargetLowering()
258 setLoadExtAction(ISD::EXTLOAD, MVT::f64, Expand); in AArch64TargetLowering()
259 setLoadExtAction(ISD::EXTLOAD, MVT::f32, Expand); in AArch64TargetLowering()
260 setLoadExtAction(ISD::EXTLOAD, MVT::f16, Expand); in AArch64TargetLowering()
262 setTruncStoreAction(MVT::f128, MVT::f64, Expand); in AArch64TargetLowering()
263 setTruncStoreAction(MVT::f128, MVT::f32, Expand); in AArch64TargetLowering()
264 setTruncStoreAction(MVT::f128, MVT::f16, Expand); in AArch64TargetLowering()
265 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in AArch64TargetLowering()
266 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in AArch64TargetLowering()
267 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in AArch64TargetLowering()