Lines Matching refs:setOperationAction
160 setOperationAction(ISD::LOAD, VT, Promote); in addTypeForNEON()
163 setOperationAction(ISD::STORE, VT, Promote); in addTypeForNEON()
169 setOperationAction(ISD::SETCC, VT, Custom); in addTypeForNEON()
170 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom); in addTypeForNEON()
171 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom); in addTypeForNEON()
173 setOperationAction(ISD::SINT_TO_FP, VT, Custom); in addTypeForNEON()
174 setOperationAction(ISD::UINT_TO_FP, VT, Custom); in addTypeForNEON()
175 setOperationAction(ISD::FP_TO_SINT, VT, Custom); in addTypeForNEON()
176 setOperationAction(ISD::FP_TO_UINT, VT, Custom); in addTypeForNEON()
178 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addTypeForNEON()
179 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addTypeForNEON()
180 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addTypeForNEON()
181 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addTypeForNEON()
183 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in addTypeForNEON()
184 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in addTypeForNEON()
185 setOperationAction(ISD::CONCAT_VECTORS, VT, Legal); in addTypeForNEON()
186 setOperationAction(ISD::EXTRACT_SUBVECTOR, VT, Legal); in addTypeForNEON()
187 setOperationAction(ISD::SELECT, VT, Expand); in addTypeForNEON()
188 setOperationAction(ISD::SELECT_CC, VT, Expand); in addTypeForNEON()
189 setOperationAction(ISD::VSELECT, VT, Expand); in addTypeForNEON()
190 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand); in addTypeForNEON()
192 setOperationAction(ISD::SHL, VT, Custom); in addTypeForNEON()
193 setOperationAction(ISD::SRA, VT, Custom); in addTypeForNEON()
194 setOperationAction(ISD::SRL, VT, Custom); in addTypeForNEON()
198 setOperationAction(ISD::SDIV, VT, Expand); in addTypeForNEON()
199 setOperationAction(ISD::UDIV, VT, Expand); in addTypeForNEON()
200 setOperationAction(ISD::FDIV, VT, Expand); in addTypeForNEON()
201 setOperationAction(ISD::SREM, VT, Expand); in addTypeForNEON()
202 setOperationAction(ISD::UREM, VT, Expand); in addTypeForNEON()
203 setOperationAction(ISD::FREM, VT, Expand); in addTypeForNEON()
204 setOperationAction(ISD::SDIVREM, VT, Expand); in addTypeForNEON()
205 setOperationAction(ISD::UDIVREM, VT, Expand); in addTypeForNEON()
210 setOperationAction(Opcode, VT, Legal); in addTypeForNEON()
213 setOperationAction(Opcode, VT, Legal); in addTypeForNEON()
228 setOperationAction(Opc, VT, Expand); in setAllExpand()
233 setOperationAction(ISD::BITCAST, VT, Legal); in setAllExpand()
234 setOperationAction(ISD::LOAD, VT, Legal); in setAllExpand()
235 setOperationAction(ISD::STORE, VT, Legal); in setAllExpand()
236 setOperationAction(ISD::UNDEF, VT, Legal); in setAllExpand()
251 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in addMVEVectorTypes()
252 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom); in addMVEVectorTypes()
253 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom); in addMVEVectorTypes()
254 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in addMVEVectorTypes()
255 setOperationAction(ISD::SHL, VT, Custom); in addMVEVectorTypes()
256 setOperationAction(ISD::SRA, VT, Custom); in addMVEVectorTypes()
257 setOperationAction(ISD::SRL, VT, Custom); in addMVEVectorTypes()
258 setOperationAction(ISD::SMIN, VT, Legal); in addMVEVectorTypes()
259 setOperationAction(ISD::SMAX, VT, Legal); in addMVEVectorTypes()
260 setOperationAction(ISD::UMIN, VT, Legal); in addMVEVectorTypes()
261 setOperationAction(ISD::UMAX, VT, Legal); in addMVEVectorTypes()
262 setOperationAction(ISD::ABS, VT, Legal); in addMVEVectorTypes()
263 setOperationAction(ISD::SETCC, VT, Custom); in addMVEVectorTypes()
264 setOperationAction(ISD::MLOAD, VT, Custom); in addMVEVectorTypes()
265 setOperationAction(ISD::MSTORE, VT, Legal); in addMVEVectorTypes()
266 setOperationAction(ISD::CTLZ, VT, Legal); in addMVEVectorTypes()
267 setOperationAction(ISD::CTTZ, VT, Custom); in addMVEVectorTypes()
268 setOperationAction(ISD::BITREVERSE, VT, Legal); in addMVEVectorTypes()
269 setOperationAction(ISD::BSWAP, VT, Legal); in addMVEVectorTypes()
270 setOperationAction(ISD::SADDSAT, VT, Legal); in addMVEVectorTypes()
271 setOperationAction(ISD::UADDSAT, VT, Legal); in addMVEVectorTypes()
272 setOperationAction(ISD::SSUBSAT, VT, Legal); in addMVEVectorTypes()
273 setOperationAction(ISD::USUBSAT, VT, Legal); in addMVEVectorTypes()
274 setOperationAction(ISD::ABDS, VT, Legal); in addMVEVectorTypes()
275 setOperationAction(ISD::ABDU, VT, Legal); in addMVEVectorTypes()
276 setOperationAction(ISD::AVGFLOORS, VT, Legal); in addMVEVectorTypes()
277 setOperationAction(ISD::AVGFLOORU, VT, Legal); in addMVEVectorTypes()
278 setOperationAction(ISD::AVGCEILS, VT, Legal); in addMVEVectorTypes()
279 setOperationAction(ISD::AVGCEILU, VT, Legal); in addMVEVectorTypes()
282 setOperationAction(ISD::UDIV, VT, Expand); in addMVEVectorTypes()
283 setOperationAction(ISD::SDIV, VT, Expand); in addMVEVectorTypes()
284 setOperationAction(ISD::UREM, VT, Expand); in addMVEVectorTypes()
285 setOperationAction(ISD::SREM, VT, Expand); in addMVEVectorTypes()
286 setOperationAction(ISD::UDIVREM, VT, Expand); in addMVEVectorTypes()
287 setOperationAction(ISD::SDIVREM, VT, Expand); in addMVEVectorTypes()
288 setOperationAction(ISD::CTPOP, VT, Expand); in addMVEVectorTypes()
289 setOperationAction(ISD::SELECT, VT, Expand); in addMVEVectorTypes()
290 setOperationAction(ISD::SELECT_CC, VT, Expand); in addMVEVectorTypes()
293 setOperationAction(ISD::VECREDUCE_ADD, VT, Legal); in addMVEVectorTypes()
294 setOperationAction(ISD::VECREDUCE_SMAX, VT, Legal); in addMVEVectorTypes()
295 setOperationAction(ISD::VECREDUCE_UMAX, VT, Legal); in addMVEVectorTypes()
296 setOperationAction(ISD::VECREDUCE_SMIN, VT, Legal); in addMVEVectorTypes()
297 setOperationAction(ISD::VECREDUCE_UMIN, VT, Legal); in addMVEVectorTypes()
298 setOperationAction(ISD::VECREDUCE_MUL, VT, Custom); in addMVEVectorTypes()
299 setOperationAction(ISD::VECREDUCE_AND, VT, Custom); in addMVEVectorTypes()
300 setOperationAction(ISD::VECREDUCE_OR, VT, Custom); in addMVEVectorTypes()
301 setOperationAction(ISD::VECREDUCE_XOR, VT, Custom); in addMVEVectorTypes()
304 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addMVEVectorTypes()
305 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addMVEVectorTypes()
306 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addMVEVectorTypes()
307 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addMVEVectorTypes()
309 setOperationAction(ISD::FP_TO_SINT_SAT, VT, Custom); in addMVEVectorTypes()
310 setOperationAction(ISD::FP_TO_UINT_SAT, VT, Custom); in addMVEVectorTypes()
330 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in addMVEVectorTypes()
331 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom); in addMVEVectorTypes()
332 setOperationAction(ISD::INSERT_VECTOR_ELT, VT.getVectorElementType(), Custom); in addMVEVectorTypes()
333 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom); in addMVEVectorTypes()
334 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in addMVEVectorTypes()
335 setOperationAction(ISD::BUILD_VECTOR, VT.getVectorElementType(), Custom); in addMVEVectorTypes()
336 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Legal); in addMVEVectorTypes()
337 setOperationAction(ISD::SETCC, VT, Custom); in addMVEVectorTypes()
338 setOperationAction(ISD::MLOAD, VT, Custom); in addMVEVectorTypes()
339 setOperationAction(ISD::MSTORE, VT, Legal); in addMVEVectorTypes()
340 setOperationAction(ISD::SELECT, VT, Expand); in addMVEVectorTypes()
341 setOperationAction(ISD::SELECT_CC, VT, Expand); in addMVEVectorTypes()
353 setOperationAction(ISD::FMINNUM, VT, Legal); in addMVEVectorTypes()
354 setOperationAction(ISD::FMAXNUM, VT, Legal); in addMVEVectorTypes()
355 setOperationAction(ISD::FROUND, VT, Legal); in addMVEVectorTypes()
356 setOperationAction(ISD::VECREDUCE_FADD, VT, Custom); in addMVEVectorTypes()
357 setOperationAction(ISD::VECREDUCE_FMUL, VT, Custom); in addMVEVectorTypes()
358 setOperationAction(ISD::VECREDUCE_FMIN, VT, Custom); in addMVEVectorTypes()
359 setOperationAction(ISD::VECREDUCE_FMAX, VT, Custom); in addMVEVectorTypes()
362 setOperationAction(ISD::FDIV, VT, Expand); in addMVEVectorTypes()
363 setOperationAction(ISD::FREM, VT, Expand); in addMVEVectorTypes()
364 setOperationAction(ISD::FSQRT, VT, Expand); in addMVEVectorTypes()
365 setOperationAction(ISD::FSIN, VT, Expand); in addMVEVectorTypes()
366 setOperationAction(ISD::FCOS, VT, Expand); in addMVEVectorTypes()
367 setOperationAction(ISD::FPOW, VT, Expand); in addMVEVectorTypes()
368 setOperationAction(ISD::FLOG, VT, Expand); in addMVEVectorTypes()
369 setOperationAction(ISD::FLOG2, VT, Expand); in addMVEVectorTypes()
370 setOperationAction(ISD::FLOG10, VT, Expand); in addMVEVectorTypes()
371 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes()
372 setOperationAction(ISD::FEXP2, VT, Expand); in addMVEVectorTypes()
373 setOperationAction(ISD::FNEARBYINT, VT, Expand); in addMVEVectorTypes()
379 setOperationAction(ISD::VECREDUCE_FADD, MVT::v4f16, Custom); in addMVEVectorTypes()
380 setOperationAction(ISD::VECREDUCE_FMUL, MVT::v4f16, Custom); in addMVEVectorTypes()
381 setOperationAction(ISD::VECREDUCE_FMIN, MVT::v4f16, Custom); in addMVEVectorTypes()
382 setOperationAction(ISD::VECREDUCE_FMAX, MVT::v4f16, Custom); in addMVEVectorTypes()
383 setOperationAction(ISD::VECREDUCE_FADD, MVT::v2f16, Custom); in addMVEVectorTypes()
384 setOperationAction(ISD::VECREDUCE_FMUL, MVT::v2f16, Custom); in addMVEVectorTypes()
385 setOperationAction(ISD::VECREDUCE_FMIN, MVT::v2f16, Custom); in addMVEVectorTypes()
386 setOperationAction(ISD::VECREDUCE_FMAX, MVT::v2f16, Custom); in addMVEVectorTypes()
395 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom); in addMVEVectorTypes()
396 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom); in addMVEVectorTypes()
397 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in addMVEVectorTypes()
398 setOperationAction(ISD::VSELECT, VT, Legal); in addMVEVectorTypes()
399 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in addMVEVectorTypes()
401 setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v2f64, Legal); in addMVEVectorTypes()
404 setOperationAction(ISD::AND, MVT::v2i64, Legal); in addMVEVectorTypes()
405 setOperationAction(ISD::OR, MVT::v2i64, Legal); in addMVEVectorTypes()
406 setOperationAction(ISD::XOR, MVT::v2i64, Legal); in addMVEVectorTypes()
414 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v4i8, Legal); in addMVEVectorTypes()
415 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v4i16, Legal); in addMVEVectorTypes()
416 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v4i32, Legal); in addMVEVectorTypes()
417 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v8i8, Legal); in addMVEVectorTypes()
418 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::v8i16, Legal); in addMVEVectorTypes()
440 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in addMVEVectorTypes()
441 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in addMVEVectorTypes()
442 setOperationAction(ISD::EXTRACT_SUBVECTOR, VT, Custom); in addMVEVectorTypes()
443 setOperationAction(ISD::CONCAT_VECTORS, VT, Custom); in addMVEVectorTypes()
444 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom); in addMVEVectorTypes()
445 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom); in addMVEVectorTypes()
446 setOperationAction(ISD::SETCC, VT, Custom); in addMVEVectorTypes()
447 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Expand); in addMVEVectorTypes()
448 setOperationAction(ISD::LOAD, VT, Custom); in addMVEVectorTypes()
449 setOperationAction(ISD::STORE, VT, Custom); in addMVEVectorTypes()
450 setOperationAction(ISD::TRUNCATE, VT, Custom); in addMVEVectorTypes()
451 setOperationAction(ISD::VSELECT, VT, Expand); in addMVEVectorTypes()
452 setOperationAction(ISD::SELECT, VT, Expand); in addMVEVectorTypes()
453 setOperationAction(ISD::SELECT_CC, VT, Expand); in addMVEVectorTypes()
456 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addMVEVectorTypes()
457 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addMVEVectorTypes()
458 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addMVEVectorTypes()
459 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addMVEVectorTypes()
462 setOperationAction(ISD::SETCC, MVT::v2i1, Expand); in addMVEVectorTypes()
463 setOperationAction(ISD::TRUNCATE, MVT::v2i1, Expand); in addMVEVectorTypes()
464 setOperationAction(ISD::AND, MVT::v2i1, Expand); in addMVEVectorTypes()
465 setOperationAction(ISD::OR, MVT::v2i1, Expand); in addMVEVectorTypes()
466 setOperationAction(ISD::XOR, MVT::v2i1, Expand); in addMVEVectorTypes()
467 setOperationAction(ISD::SINT_TO_FP, MVT::v2i1, Expand); in addMVEVectorTypes()
468 setOperationAction(ISD::UINT_TO_FP, MVT::v2i1, Expand); in addMVEVectorTypes()
469 setOperationAction(ISD::FP_TO_SINT, MVT::v2i1, Expand); in addMVEVectorTypes()
470 setOperationAction(ISD::FP_TO_UINT, MVT::v2i1, Expand); in addMVEVectorTypes()
472 setOperationAction(ISD::SIGN_EXTEND, MVT::v8i32, Custom); in addMVEVectorTypes()
473 setOperationAction(ISD::SIGN_EXTEND, MVT::v16i16, Custom); in addMVEVectorTypes()
474 setOperationAction(ISD::SIGN_EXTEND, MVT::v16i32, Custom); in addMVEVectorTypes()
475 setOperationAction(ISD::ZERO_EXTEND, MVT::v8i32, Custom); in addMVEVectorTypes()
476 setOperationAction(ISD::ZERO_EXTEND, MVT::v16i16, Custom); in addMVEVectorTypes()
477 setOperationAction(ISD::ZERO_EXTEND, MVT::v16i32, Custom); in addMVEVectorTypes()
478 setOperationAction(ISD::TRUNCATE, MVT::v8i32, Custom); in addMVEVectorTypes()
479 setOperationAction(ISD::TRUNCATE, MVT::v16i16, Custom); in addMVEVectorTypes()
775 setOperationAction(ISD::FP_TO_SINT_SAT, MVT::i32, Custom); in ARMTargetLowering()
776 setOperationAction(ISD::FP_TO_UINT_SAT, MVT::i32, Custom); in ARMTargetLowering()
777 setOperationAction(ISD::FP_TO_SINT_SAT, MVT::i64, Custom); in ARMTargetLowering()
778 setOperationAction(ISD::FP_TO_UINT_SAT, MVT::i64, Custom); in ARMTargetLowering()
788 setOperationAction(ISD::BITCAST, MVT::i16, Custom); in ARMTargetLowering()
789 setOperationAction(ISD::BITCAST, MVT::f16, Custom); in ARMTargetLowering()
791 setOperationAction(ISD::FMINNUM, MVT::f16, Legal); in ARMTargetLowering()
792 setOperationAction(ISD::FMAXNUM, MVT::f16, Legal); in ARMTargetLowering()
799 setOperationAction(ISD::BITCAST, MVT::bf16, Custom); in ARMTargetLowering()
808 setOperationAction(ISD::SMUL_LOHI, VT, Expand); in ARMTargetLowering()
809 setOperationAction(ISD::UMUL_LOHI, VT, Expand); in ARMTargetLowering()
811 setOperationAction(ISD::BSWAP, VT, Expand); in ARMTargetLowering()
814 setOperationAction(ISD::ConstantFP, MVT::f32, Custom); in ARMTargetLowering()
815 setOperationAction(ISD::ConstantFP, MVT::f64, Custom); in ARMTargetLowering()
817 setOperationAction(ISD::READ_REGISTER, MVT::i64, Custom); in ARMTargetLowering()
818 setOperationAction(ISD::WRITE_REGISTER, MVT::i64, Custom); in ARMTargetLowering()
856 setOperationAction(ISD::FADD, MVT::v2f64, Expand); in ARMTargetLowering()
857 setOperationAction(ISD::FSUB, MVT::v2f64, Expand); in ARMTargetLowering()
858 setOperationAction(ISD::FMUL, MVT::v2f64, Expand); in ARMTargetLowering()
861 setOperationAction(ISD::FDIV, MVT::v2f64, Expand); in ARMTargetLowering()
862 setOperationAction(ISD::FREM, MVT::v2f64, Expand); in ARMTargetLowering()
866 setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand); in ARMTargetLowering()
869 setOperationAction(ISD::SETCC, MVT::v2f64, Expand); in ARMTargetLowering()
871 setOperationAction(ISD::FNEG, MVT::v2f64, Expand); in ARMTargetLowering()
872 setOperationAction(ISD::FABS, MVT::v2f64, Expand); in ARMTargetLowering()
873 setOperationAction(ISD::FSQRT, MVT::v2f64, Expand); in ARMTargetLowering()
874 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
875 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering()
876 setOperationAction(ISD::FPOW, MVT::v2f64, Expand); in ARMTargetLowering()
877 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
878 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()
879 setOperationAction(ISD::FLOG10, MVT::v2f64, Expand); in ARMTargetLowering()
880 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
881 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering()
883 setOperationAction(ISD::FCEIL, MVT::v2f64, Expand); in ARMTargetLowering()
884 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()
885 setOperationAction(ISD::FRINT, MVT::v2f64, Expand); in ARMTargetLowering()
886 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand); in ARMTargetLowering()
887 setOperationAction(ISD::FFLOOR, MVT::v2f64, Expand); in ARMTargetLowering()
888 setOperationAction(ISD::FMA, MVT::v2f64, Expand); in ARMTargetLowering()
894 setOperationAction(ISD::FSQRT, MVT::v4f32, Expand); in ARMTargetLowering()
895 setOperationAction(ISD::FSIN, MVT::v4f32, Expand); in ARMTargetLowering()
896 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering()
897 setOperationAction(ISD::FPOW, MVT::v4f32, Expand); in ARMTargetLowering()
898 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering()
899 setOperationAction(ISD::FLOG2, MVT::v4f32, Expand); in ARMTargetLowering()
900 setOperationAction(ISD::FLOG10, MVT::v4f32, Expand); in ARMTargetLowering()
901 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
902 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand); in ARMTargetLowering()
903 setOperationAction(ISD::FCEIL, MVT::v4f32, Expand); in ARMTargetLowering()
904 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand); in ARMTargetLowering()
905 setOperationAction(ISD::FRINT, MVT::v4f32, Expand); in ARMTargetLowering()
906 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Expand); in ARMTargetLowering()
907 setOperationAction(ISD::FFLOOR, MVT::v4f32, Expand); in ARMTargetLowering()
910 setOperationAction(ISD::FSQRT, MVT::v2f32, Expand); in ARMTargetLowering()
911 setOperationAction(ISD::FSIN, MVT::v2f32, Expand); in ARMTargetLowering()
912 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering()
913 setOperationAction(ISD::FPOW, MVT::v2f32, Expand); in ARMTargetLowering()
914 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering()
915 setOperationAction(ISD::FLOG2, MVT::v2f32, Expand); in ARMTargetLowering()
916 setOperationAction(ISD::FLOG10, MVT::v2f32, Expand); in ARMTargetLowering()
917 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
918 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in ARMTargetLowering()
919 setOperationAction(ISD::FCEIL, MVT::v2f32, Expand); in ARMTargetLowering()
920 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand); in ARMTargetLowering()
921 setOperationAction(ISD::FRINT, MVT::v2f32, Expand); in ARMTargetLowering()
922 setOperationAction(ISD::FNEARBYINT, MVT::v2f32, Expand); in ARMTargetLowering()
923 setOperationAction(ISD::FFLOOR, MVT::v2f32, Expand); in ARMTargetLowering()
926 setOperationAction(ISD::MUL, MVT::v1i64, Expand); in ARMTargetLowering()
928 setOperationAction(ISD::MUL, MVT::v8i16, Custom); in ARMTargetLowering()
929 setOperationAction(ISD::MUL, MVT::v4i32, Custom); in ARMTargetLowering()
930 setOperationAction(ISD::MUL, MVT::v2i64, Custom); in ARMTargetLowering()
932 setOperationAction(ISD::SDIV, MVT::v4i16, Custom); in ARMTargetLowering()
933 setOperationAction(ISD::SDIV, MVT::v8i8, Custom); in ARMTargetLowering()
934 setOperationAction(ISD::UDIV, MVT::v4i16, Custom); in ARMTargetLowering()
935 setOperationAction(ISD::UDIV, MVT::v8i8, Custom); in ARMTargetLowering()
940 setOperationAction(ISD::SINT_TO_FP, MVT::v4i16, Custom); in ARMTargetLowering()
941 setOperationAction(ISD::SINT_TO_FP, MVT::v8i16, Custom); in ARMTargetLowering()
942 setOperationAction(ISD::UINT_TO_FP, MVT::v4i16, Custom); in ARMTargetLowering()
943 setOperationAction(ISD::UINT_TO_FP, MVT::v8i16, Custom); in ARMTargetLowering()
944 setOperationAction(ISD::FP_TO_UINT, MVT::v4i16, Custom); in ARMTargetLowering()
945 setOperationAction(ISD::FP_TO_UINT, MVT::v8i16, Custom); in ARMTargetLowering()
946 setOperationAction(ISD::FP_TO_SINT, MVT::v4i16, Custom); in ARMTargetLowering()
947 setOperationAction(ISD::FP_TO_SINT, MVT::v8i16, Custom); in ARMTargetLowering()
949 setOperationAction(ISD::FP_ROUND, MVT::v2f32, Expand); in ARMTargetLowering()
950 setOperationAction(ISD::FP_EXTEND, MVT::v2f64, Expand); in ARMTargetLowering()
955 setOperationAction(ISD::CTPOP, MVT::v2i32, Custom); in ARMTargetLowering()
956 setOperationAction(ISD::CTPOP, MVT::v4i32, Custom); in ARMTargetLowering()
957 setOperationAction(ISD::CTPOP, MVT::v4i16, Custom); in ARMTargetLowering()
958 setOperationAction(ISD::CTPOP, MVT::v8i16, Custom); in ARMTargetLowering()
959 setOperationAction(ISD::CTPOP, MVT::v1i64, Custom); in ARMTargetLowering()
960 setOperationAction(ISD::CTPOP, MVT::v2i64, Custom); in ARMTargetLowering()
962 setOperationAction(ISD::CTLZ, MVT::v1i64, Expand); in ARMTargetLowering()
963 setOperationAction(ISD::CTLZ, MVT::v2i64, Expand); in ARMTargetLowering()
966 setOperationAction(ISD::CTTZ, MVT::v8i8, Custom); in ARMTargetLowering()
967 setOperationAction(ISD::CTTZ, MVT::v4i16, Custom); in ARMTargetLowering()
968 setOperationAction(ISD::CTTZ, MVT::v2i32, Custom); in ARMTargetLowering()
969 setOperationAction(ISD::CTTZ, MVT::v1i64, Custom); in ARMTargetLowering()
971 setOperationAction(ISD::CTTZ, MVT::v16i8, Custom); in ARMTargetLowering()
972 setOperationAction(ISD::CTTZ, MVT::v8i16, Custom); in ARMTargetLowering()
973 setOperationAction(ISD::CTTZ, MVT::v4i32, Custom); in ARMTargetLowering()
974 setOperationAction(ISD::CTTZ, MVT::v2i64, Custom); in ARMTargetLowering()
976 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v8i8, Custom); in ARMTargetLowering()
977 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v4i16, Custom); in ARMTargetLowering()
978 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v2i32, Custom); in ARMTargetLowering()
979 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v1i64, Custom); in ARMTargetLowering()
981 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v16i8, Custom); in ARMTargetLowering()
982 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v8i16, Custom); in ARMTargetLowering()
983 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v4i32, Custom); in ARMTargetLowering()
984 setOperationAction(ISD::CTTZ_ZERO_UNDEF, MVT::v2i64, Custom); in ARMTargetLowering()
987 setOperationAction(ISD::MULHS, VT, Expand); in ARMTargetLowering()
988 setOperationAction(ISD::MULHU, VT, Expand); in ARMTargetLowering()
993 setOperationAction(ISD::FMA, MVT::v2f32, Expand); in ARMTargetLowering()
994 setOperationAction(ISD::FMA, MVT::v4f32, Expand); in ARMTargetLowering()
1033 setOperationAction(ISD::FADD, MVT::f64, Expand); in ARMTargetLowering()
1034 setOperationAction(ISD::FSUB, MVT::f64, Expand); in ARMTargetLowering()
1035 setOperationAction(ISD::FMUL, MVT::f64, Expand); in ARMTargetLowering()
1036 setOperationAction(ISD::FMA, MVT::f64, Expand); in ARMTargetLowering()
1037 setOperationAction(ISD::FDIV, MVT::f64, Expand); in ARMTargetLowering()
1038 setOperationAction(ISD::FREM, MVT::f64, Expand); in ARMTargetLowering()
1039 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in ARMTargetLowering()
1040 setOperationAction(ISD::FGETSIGN, MVT::f64, Expand); in ARMTargetLowering()
1041 setOperationAction(ISD::FNEG, MVT::f64, Expand); in ARMTargetLowering()
1042 setOperationAction(ISD::FABS, MVT::f64, Expand); in ARMTargetLowering()
1043 setOperationAction(ISD::FSQRT, MVT::f64, Expand); in ARMTargetLowering()
1044 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1045 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
1046 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering()
1047 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
1048 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in ARMTargetLowering()
1049 setOperationAction(ISD::FLOG10, MVT::f64, Expand); in ARMTargetLowering()
1050 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
1051 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in ARMTargetLowering()
1052 setOperationAction(ISD::FCEIL, MVT::f64, Expand); in ARMTargetLowering()
1053 setOperationAction(ISD::FTRUNC, MVT::f64, Expand); in ARMTargetLowering()
1054 setOperationAction(ISD::FRINT, MVT::f64, Expand); in ARMTargetLowering()
1055 setOperationAction(ISD::FNEARBYINT, MVT::f64, Expand); in ARMTargetLowering()
1056 setOperationAction(ISD::FFLOOR, MVT::f64, Expand); in ARMTargetLowering()
1057 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in ARMTargetLowering()
1058 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom); in ARMTargetLowering()
1059 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in ARMTargetLowering()
1060 setOperationAction(ISD::FP_TO_UINT, MVT::i32, Custom); in ARMTargetLowering()
1061 setOperationAction(ISD::FP_TO_SINT, MVT::f64, Custom); in ARMTargetLowering()
1062 setOperationAction(ISD::FP_TO_UINT, MVT::f64, Custom); in ARMTargetLowering()
1063 setOperationAction(ISD::FP_ROUND, MVT::f32, Custom); in ARMTargetLowering()
1064 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in ARMTargetLowering()
1065 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::i32, Custom); in ARMTargetLowering()
1066 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::f64, Custom); in ARMTargetLowering()
1067 setOperationAction(ISD::STRICT_FP_TO_UINT, MVT::f64, Custom); in ARMTargetLowering()
1068 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f32, Custom); in ARMTargetLowering()
1072 setOperationAction(ISD::FP_EXTEND, MVT::f64, Custom); in ARMTargetLowering()
1073 setOperationAction(ISD::STRICT_FP_EXTEND, MVT::f64, Custom); in ARMTargetLowering()
1075 setOperationAction(ISD::FP_ROUND, MVT::f16, Custom); in ARMTargetLowering()
1076 setOperationAction(ISD::STRICT_FP_ROUND, MVT::f16, Custom); in ARMTargetLowering()
1081 setOperationAction(ISD::FP_EXTEND, MVT::f32, Custom); in ARMTargetLowering()
1082 setOperationAction(ISD::STRICT_FP_EXTEND, MVT::f32, Custom); in ARMTargetLowering()
1121 setOperationAction(ISD::SADDO, MVT::i32, Custom); in ARMTargetLowering()
1122 setOperationAction(ISD::UADDO, MVT::i32, Custom); in ARMTargetLowering()
1123 setOperationAction(ISD::SSUBO, MVT::i32, Custom); in ARMTargetLowering()
1124 setOperationAction(ISD::USUBO, MVT::i32, Custom); in ARMTargetLowering()
1126 setOperationAction(ISD::ADDCARRY, MVT::i32, Custom); in ARMTargetLowering()
1127 setOperationAction(ISD::SUBCARRY, MVT::i32, Custom); in ARMTargetLowering()
1129 setOperationAction(ISD::SADDSAT, MVT::i8, Custom); in ARMTargetLowering()
1130 setOperationAction(ISD::SSUBSAT, MVT::i8, Custom); in ARMTargetLowering()
1131 setOperationAction(ISD::SADDSAT, MVT::i16, Custom); in ARMTargetLowering()
1132 setOperationAction(ISD::SSUBSAT, MVT::i16, Custom); in ARMTargetLowering()
1133 setOperationAction(ISD::UADDSAT, MVT::i8, Custom); in ARMTargetLowering()
1134 setOperationAction(ISD::USUBSAT, MVT::i8, Custom); in ARMTargetLowering()
1135 setOperationAction(ISD::UADDSAT, MVT::i16, Custom); in ARMTargetLowering()
1136 setOperationAction(ISD::USUBSAT, MVT::i16, Custom); in ARMTargetLowering()
1139 setOperationAction(ISD::SADDSAT, MVT::i32, Legal); in ARMTargetLowering()
1140 setOperationAction(ISD::SSUBSAT, MVT::i32, Legal); in ARMTargetLowering()
1144 setOperationAction(ISD::MUL, MVT::i64, Expand); in ARMTargetLowering()
1145 setOperationAction(ISD::MULHU, MVT::i32, Expand); in ARMTargetLowering()
1147 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in ARMTargetLowering()
1148 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in ARMTargetLowering()
1152 setOperationAction(ISD::MULHS, MVT::i32, Expand); in ARMTargetLowering()
1154 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
1155 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in ARMTargetLowering()
1156 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
1157 setOperationAction(ISD::SRL, MVT::i64, Custom); in ARMTargetLowering()
1158 setOperationAction(ISD::SRA, MVT::i64, Custom); in ARMTargetLowering()
1159 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in ARMTargetLowering()
1160 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::i64, Custom); in ARMTargetLowering()
1161 setOperationAction(ISD::LOAD, MVT::i64, Custom); in ARMTargetLowering()
1162 setOperationAction(ISD::STORE, MVT::i64, Custom); in ARMTargetLowering()
1167 setOperationAction(ISD::SHL, MVT::i64, Custom); in ARMTargetLowering()
1171 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
1172 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in ARMTargetLowering()
1173 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
1177 setOperationAction(ISD::BITREVERSE, MVT::i32, Legal); in ARMTargetLowering()
1180 setOperationAction(ISD::ROTL, MVT::i32, Expand); in ARMTargetLowering()
1182 setOperationAction(ISD::ROTL, VT, Expand); in ARMTargetLowering()
1183 setOperationAction(ISD::ROTR, VT, Expand); in ARMTargetLowering()
1185 setOperationAction(ISD::CTTZ, MVT::i32, Custom); in ARMTargetLowering()
1186 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in ARMTargetLowering()
1188 setOperationAction(ISD::CTLZ, MVT::i32, Expand); in ARMTargetLowering()
1189 setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i32, LibCall); in ARMTargetLowering()
1197 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Custom); in ARMTargetLowering()
1201 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in ARMTargetLowering()
1207 setOperationAction(ISD::SDIV, MVT::i32, LibCall); in ARMTargetLowering()
1208 setOperationAction(ISD::UDIV, MVT::i32, LibCall); in ARMTargetLowering()
1212 setOperationAction(ISD::SDIV, MVT::i32, Custom); in ARMTargetLowering()
1213 setOperationAction(ISD::UDIV, MVT::i32, Custom); in ARMTargetLowering()
1215 setOperationAction(ISD::SDIV, MVT::i64, Custom); in ARMTargetLowering()
1216 setOperationAction(ISD::UDIV, MVT::i64, Custom); in ARMTargetLowering()
1219 setOperationAction(ISD::SREM, MVT::i32, Expand); in ARMTargetLowering()
1220 setOperationAction(ISD::UREM, MVT::i32, Expand); in ARMTargetLowering()
1226 setOperationAction(ISD::SREM, MVT::i64, Custom); in ARMTargetLowering()
1227 setOperationAction(ISD::UREM, MVT::i64, Custom); in ARMTargetLowering()
1274 setOperationAction(ISD::SDIVREM, MVT::i32, Custom); in ARMTargetLowering()
1275 setOperationAction(ISD::UDIVREM, MVT::i32, Custom); in ARMTargetLowering()
1276 setOperationAction(ISD::SDIVREM, MVT::i64, Custom); in ARMTargetLowering()
1277 setOperationAction(ISD::UDIVREM, MVT::i64, Custom); in ARMTargetLowering()
1279 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in ARMTargetLowering()
1280 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in ARMTargetLowering()
1289 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in ARMTargetLowering()
1290 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in ARMTargetLowering()
1291 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in ARMTargetLowering()
1292 setOperationAction(ISD::BlockAddress, MVT::i32, Custom); in ARMTargetLowering()
1294 setOperationAction(ISD::TRAP, MVT::Other, Legal); in ARMTargetLowering()
1295 setOperationAction(ISD::DEBUGTRAP, MVT::Other, Legal); in ARMTargetLowering()
1298 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering()
1299 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARMTargetLowering()
1300 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
1301 setOperationAction(ISD::VAEND, MVT::Other, Expand); in ARMTargetLowering()
1302 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARMTargetLowering()
1303 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARMTargetLowering()
1306 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in ARMTargetLowering()
1308 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in ARMTargetLowering()
1317 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in ARMTargetLowering()
1319 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i64, Custom); in ARMTargetLowering()
1335 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, in ARMTargetLowering()
1339 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Expand); in ARMTargetLowering()
1340 setOperationAction(ISD::ATOMIC_SWAP, MVT::i32, Expand); in ARMTargetLowering()
1341 setOperationAction(ISD::ATOMIC_LOAD_ADD, MVT::i32, Expand); in ARMTargetLowering()
1342 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Expand); in ARMTargetLowering()
1343 setOperationAction(ISD::ATOMIC_LOAD_AND, MVT::i32, Expand); in ARMTargetLowering()
1344 setOperationAction(ISD::ATOMIC_LOAD_OR, MVT::i32, Expand); in ARMTargetLowering()
1345 setOperationAction(ISD::ATOMIC_LOAD_XOR, MVT::i32, Expand); in ARMTargetLowering()
1346 setOperationAction(ISD::ATOMIC_LOAD_NAND, MVT::i32, Expand); in ARMTargetLowering()
1347 setOperationAction(ISD::ATOMIC_LOAD_MIN, MVT::i32, Expand); in ARMTargetLowering()
1348 setOperationAction(ISD::ATOMIC_LOAD_MAX, MVT::i32, Expand); in ARMTargetLowering()
1349 setOperationAction(ISD::ATOMIC_LOAD_UMIN, MVT::i32, Expand); in ARMTargetLowering()
1350 setOperationAction(ISD::ATOMIC_LOAD_UMAX, MVT::i32, Expand); in ARMTargetLowering()
1354 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in ARMTargetLowering()
1355 setOperationAction(ISD::ATOMIC_STORE, MVT::i32, Custom); in ARMTargetLowering()
1383 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); in ARMTargetLowering()
1387 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); in ARMTargetLowering()
1388 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Expand); in ARMTargetLowering()
1390 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in ARMTargetLowering()
1396 setOperationAction(ISD::BITCAST, MVT::i64, Custom); in ARMTargetLowering()
1397 setOperationAction(ISD::FLT_ROUNDS_, MVT::i32, Custom); in ARMTargetLowering()
1398 setOperationAction(ISD::SET_ROUNDING, MVT::Other, Custom); in ARMTargetLowering()
1402 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in ARMTargetLowering()
1403 setOperationAction(ISD::EH_SJLJ_SETJMP, MVT::i32, Custom); in ARMTargetLowering()
1404 setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom); in ARMTargetLowering()
1405 setOperationAction(ISD::EH_SJLJ_SETUP_DISPATCH, MVT::Other, Custom); in ARMTargetLowering()
1409 setOperationAction(ISD::SETCC, MVT::i32, Expand); in ARMTargetLowering()
1410 setOperationAction(ISD::SETCC, MVT::f32, Expand); in ARMTargetLowering()
1411 setOperationAction(ISD::SETCC, MVT::f64, Expand); in ARMTargetLowering()
1412 setOperationAction(ISD::SELECT, MVT::i32, Custom); in ARMTargetLowering()
1413 setOperationAction(ISD::SELECT, MVT::f32, Custom); in ARMTargetLowering()
1414 setOperationAction(ISD::SELECT, MVT::f64, Custom); in ARMTargetLowering()
1415 setOperationAction(ISD::SELECT_CC, MVT::i32, Custom); in ARMTargetLowering()
1416 setOperationAction(ISD::SELECT_CC, MVT::f32, Custom); in ARMTargetLowering()
1417 setOperationAction(ISD::SELECT_CC, MVT::f64, Custom); in ARMTargetLowering()
1419 setOperationAction(ISD::SETCC, MVT::f16, Expand); in ARMTargetLowering()
1420 setOperationAction(ISD::SELECT, MVT::f16, Custom); in ARMTargetLowering()
1421 setOperationAction(ISD::SELECT_CC, MVT::f16, Custom); in ARMTargetLowering()
1424 setOperationAction(ISD::SETCCCARRY, MVT::i32, Custom); in ARMTargetLowering()
1426 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in ARMTargetLowering()
1427 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in ARMTargetLowering()
1429 setOperationAction(ISD::BR_CC, MVT::f16, Custom); in ARMTargetLowering()
1430 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in ARMTargetLowering()
1431 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in ARMTargetLowering()
1432 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in ARMTargetLowering()
1435 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1436 setOperationAction(ISD::FSIN, MVT::f32, Expand); in ARMTargetLowering()
1437 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering()
1438 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
1439 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering()
1440 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering()
1441 setOperationAction(ISD::FREM, MVT::f64, Expand); in ARMTargetLowering()
1442 setOperationAction(ISD::FREM, MVT::f32, Expand); in ARMTargetLowering()
1445 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Custom); in ARMTargetLowering()
1446 setOperationAction(ISD::FCOPYSIGN, MVT::f32, Custom); in ARMTargetLowering()
1448 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering()
1449 setOperationAction(ISD::FPOW, MVT::f32, Expand); in ARMTargetLowering()
1452 setOperationAction(ISD::FMA, MVT::f64, Expand); in ARMTargetLowering()
1453 setOperationAction(ISD::FMA, MVT::f32, Expand); in ARMTargetLowering()
1460 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in ARMTargetLowering()
1461 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in ARMTargetLowering()
1466 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in ARMTargetLowering()
1467 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in ARMTargetLowering()
1471 setOperationAction(ISD::STRICT_FSETCC, MVT::f16, Custom); in ARMTargetLowering()
1472 setOperationAction(ISD::STRICT_FSETCCS, MVT::f16, Custom); in ARMTargetLowering()
1473 setOperationAction(ISD::STRICT_FSETCC, MVT::f32, Custom); in ARMTargetLowering()
1474 setOperationAction(ISD::STRICT_FSETCCS, MVT::f32, Custom); in ARMTargetLowering()
1475 setOperationAction(ISD::STRICT_FSETCC, MVT::f64, Custom); in ARMTargetLowering()
1476 setOperationAction(ISD::STRICT_FSETCCS, MVT::f64, Custom); in ARMTargetLowering()
1482 setOperationAction(ISD::FSINCOS, MVT::f64, Custom); in ARMTargetLowering()
1483 setOperationAction(ISD::FSINCOS, MVT::f32, Custom); in ARMTargetLowering()
1488 setOperationAction(ISD::FFLOOR, MVT::f32, Legal); in ARMTargetLowering()
1489 setOperationAction(ISD::FCEIL, MVT::f32, Legal); in ARMTargetLowering()
1490 setOperationAction(ISD::FROUND, MVT::f32, Legal); in ARMTargetLowering()
1491 setOperationAction(ISD::FTRUNC, MVT::f32, Legal); in ARMTargetLowering()
1492 setOperationAction(ISD::FNEARBYINT, MVT::f32, Legal); in ARMTargetLowering()
1493 setOperationAction(ISD::FRINT, MVT::f32, Legal); in ARMTargetLowering()
1494 setOperationAction(ISD::FMINNUM, MVT::f32, Legal); in ARMTargetLowering()
1495 setOperationAction(ISD::FMAXNUM, MVT::f32, Legal); in ARMTargetLowering()
1497 setOperationAction(ISD::FMINNUM, MVT::v2f32, Legal); in ARMTargetLowering()
1498 setOperationAction(ISD::FMAXNUM, MVT::v2f32, Legal); in ARMTargetLowering()
1499 setOperationAction(ISD::FMINNUM, MVT::v4f32, Legal); in ARMTargetLowering()
1500 setOperationAction(ISD::FMAXNUM, MVT::v4f32, Legal); in ARMTargetLowering()
1504 setOperationAction(ISD::FFLOOR, MVT::f64, Legal); in ARMTargetLowering()
1505 setOperationAction(ISD::FCEIL, MVT::f64, Legal); in ARMTargetLowering()
1506 setOperationAction(ISD::FROUND, MVT::f64, Legal); in ARMTargetLowering()
1507 setOperationAction(ISD::FTRUNC, MVT::f64, Legal); in ARMTargetLowering()
1508 setOperationAction(ISD::FNEARBYINT, MVT::f64, Legal); in ARMTargetLowering()
1509 setOperationAction(ISD::FRINT, MVT::f64, Legal); in ARMTargetLowering()
1510 setOperationAction(ISD::FMINNUM, MVT::f64, Legal); in ARMTargetLowering()
1511 setOperationAction(ISD::FMAXNUM, MVT::f64, Legal); in ARMTargetLowering()
1517 setOperationAction(ISD::FREM, MVT::f16, Promote); in ARMTargetLowering()
1518 setOperationAction(ISD::FCOPYSIGN, MVT::f16, Expand); in ARMTargetLowering()
1519 setOperationAction(ISD::FSIN, MVT::f16, Promote); in ARMTargetLowering()
1520 setOperationAction(ISD::FCOS, MVT::f16, Promote); in ARMTargetLowering()
1521 setOperationAction(ISD::FSINCOS, MVT::f16, Promote); in ARMTargetLowering()
1522 setOperationAction(ISD::FPOWI, MVT::f16, Promote); in ARMTargetLowering()
1523 setOperationAction(ISD::FPOW, MVT::f16, Promote); in ARMTargetLowering()
1524 setOperationAction(ISD::FEXP, MVT::f16, Promote); in ARMTargetLowering()
1525 setOperationAction(ISD::FEXP2, MVT::f16, Promote); in ARMTargetLowering()
1526 setOperationAction(ISD::FLOG, MVT::f16, Promote); in ARMTargetLowering()
1527 setOperationAction(ISD::FLOG10, MVT::f16, Promote); in ARMTargetLowering()
1528 setOperationAction(ISD::FLOG2, MVT::f16, Promote); in ARMTargetLowering()
1530 setOperationAction(ISD::FROUND, MVT::f16, Legal); in ARMTargetLowering()
1539 setOperationAction(ISD::FMINIMUM, MVT::f32, Legal); in ARMTargetLowering()
1540 setOperationAction(ISD::FMAXIMUM, MVT::f32, Legal); in ARMTargetLowering()
1541 setOperationAction(ISD::FMINIMUM, MVT::f16, Legal); in ARMTargetLowering()
1542 setOperationAction(ISD::FMAXIMUM, MVT::f16, Legal); in ARMTargetLowering()
1544 setOperationAction(ISD::FMINIMUM, MVT::v2f32, Legal); in ARMTargetLowering()
1545 setOperationAction(ISD::FMAXIMUM, MVT::v2f32, Legal); in ARMTargetLowering()
1546 setOperationAction(ISD::FMINIMUM, MVT::v4f32, Legal); in ARMTargetLowering()
1547 setOperationAction(ISD::FMAXIMUM, MVT::v4f32, Legal); in ARMTargetLowering()
1550 setOperationAction(ISD::FMINNUM, MVT::v4f16, Legal); in ARMTargetLowering()
1551 setOperationAction(ISD::FMAXNUM, MVT::v4f16, Legal); in ARMTargetLowering()
1552 setOperationAction(ISD::FMINNUM, MVT::v8f16, Legal); in ARMTargetLowering()
1553 setOperationAction(ISD::FMAXNUM, MVT::v8f16, Legal); in ARMTargetLowering()
1555 setOperationAction(ISD::FMINIMUM, MVT::v4f16, Legal); in ARMTargetLowering()
1556 setOperationAction(ISD::FMAXIMUM, MVT::v4f16, Legal); in ARMTargetLowering()
1557 setOperationAction(ISD::FMINIMUM, MVT::v8f16, Legal); in ARMTargetLowering()
1558 setOperationAction(ISD::FMAXIMUM, MVT::v8f16, Legal); in ARMTargetLowering()