Lines Matching refs:Expand
179 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addTypeForNEON()
180 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addTypeForNEON()
181 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addTypeForNEON()
182 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addTypeForNEON()
188 setOperationAction(ISD::SELECT, VT, Expand); in addTypeForNEON()
189 setOperationAction(ISD::SELECT_CC, VT, Expand); in addTypeForNEON()
190 setOperationAction(ISD::VSELECT, VT, Expand); in addTypeForNEON()
191 setOperationAction(ISD::SIGN_EXTEND_INREG, VT, Expand); in addTypeForNEON()
199 setOperationAction(ISD::SDIV, VT, Expand); in addTypeForNEON()
200 setOperationAction(ISD::UDIV, VT, Expand); in addTypeForNEON()
201 setOperationAction(ISD::FDIV, VT, Expand); in addTypeForNEON()
202 setOperationAction(ISD::SREM, VT, Expand); in addTypeForNEON()
203 setOperationAction(ISD::UREM, VT, Expand); in addTypeForNEON()
204 setOperationAction(ISD::FREM, VT, Expand); in addTypeForNEON()
205 setOperationAction(ISD::SDIVREM, VT, Expand); in addTypeForNEON()
206 setOperationAction(ISD::UDIVREM, VT, Expand); in addTypeForNEON()
229 setOperationAction(Opc, VT, Expand); in setAllExpand()
283 setOperationAction(ISD::UDIV, VT, Expand); in addMVEVectorTypes()
284 setOperationAction(ISD::SDIV, VT, Expand); in addMVEVectorTypes()
285 setOperationAction(ISD::UREM, VT, Expand); in addMVEVectorTypes()
286 setOperationAction(ISD::SREM, VT, Expand); in addMVEVectorTypes()
287 setOperationAction(ISD::UDIVREM, VT, Expand); in addMVEVectorTypes()
288 setOperationAction(ISD::SDIVREM, VT, Expand); in addMVEVectorTypes()
289 setOperationAction(ISD::CTPOP, VT, Expand); in addMVEVectorTypes()
290 setOperationAction(ISD::SELECT, VT, Expand); in addMVEVectorTypes()
291 setOperationAction(ISD::SELECT_CC, VT, Expand); in addMVEVectorTypes()
305 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addMVEVectorTypes()
306 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addMVEVectorTypes()
307 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addMVEVectorTypes()
308 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addMVEVectorTypes()
341 setOperationAction(ISD::SELECT, VT, Expand); in addMVEVectorTypes()
342 setOperationAction(ISD::SELECT_CC, VT, Expand); in addMVEVectorTypes()
363 setOperationAction(ISD::FDIV, VT, Expand); in addMVEVectorTypes()
364 setOperationAction(ISD::FREM, VT, Expand); in addMVEVectorTypes()
365 setOperationAction(ISD::FSQRT, VT, Expand); in addMVEVectorTypes()
366 setOperationAction(ISD::FSIN, VT, Expand); in addMVEVectorTypes()
367 setOperationAction(ISD::FCOS, VT, Expand); in addMVEVectorTypes()
368 setOperationAction(ISD::FPOW, VT, Expand); in addMVEVectorTypes()
369 setOperationAction(ISD::FLOG, VT, Expand); in addMVEVectorTypes()
370 setOperationAction(ISD::FLOG2, VT, Expand); in addMVEVectorTypes()
371 setOperationAction(ISD::FLOG10, VT, Expand); in addMVEVectorTypes()
372 setOperationAction(ISD::FEXP, VT, Expand); in addMVEVectorTypes()
373 setOperationAction(ISD::FEXP2, VT, Expand); in addMVEVectorTypes()
374 setOperationAction(ISD::FEXP10, VT, Expand); in addMVEVectorTypes()
375 setOperationAction(ISD::FNEARBYINT, VT, Expand); in addMVEVectorTypes()
449 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Expand); in addMVEVectorTypes()
453 setOperationAction(ISD::VSELECT, VT, Expand); in addMVEVectorTypes()
454 setOperationAction(ISD::SELECT, VT, Expand); in addMVEVectorTypes()
455 setOperationAction(ISD::SELECT_CC, VT, Expand); in addMVEVectorTypes()
458 setOperationAction(ISD::SINT_TO_FP, VT, Expand); in addMVEVectorTypes()
459 setOperationAction(ISD::UINT_TO_FP, VT, Expand); in addMVEVectorTypes()
460 setOperationAction(ISD::FP_TO_SINT, VT, Expand); in addMVEVectorTypes()
461 setOperationAction(ISD::FP_TO_UINT, VT, Expand); in addMVEVectorTypes()
464 setOperationAction(ISD::SETCC, MVT::v2i1, Expand); in addMVEVectorTypes()
465 setOperationAction(ISD::TRUNCATE, MVT::v2i1, Expand); in addMVEVectorTypes()
466 setOperationAction(ISD::AND, MVT::v2i1, Expand); in addMVEVectorTypes()
467 setOperationAction(ISD::OR, MVT::v2i1, Expand); in addMVEVectorTypes()
468 setOperationAction(ISD::XOR, MVT::v2i1, Expand); in addMVEVectorTypes()
469 setOperationAction(ISD::SINT_TO_FP, MVT::v2i1, Expand); in addMVEVectorTypes()
470 setOperationAction(ISD::UINT_TO_FP, MVT::v2i1, Expand); in addMVEVectorTypes()
471 setOperationAction(ISD::FP_TO_SINT, MVT::v2i1, Expand); in addMVEVectorTypes()
472 setOperationAction(ISD::FP_TO_UINT, MVT::v2i1, Expand); in addMVEVectorTypes()
806 setTruncStoreAction(VT, InnerVT, Expand); in ARMTargetLowering()
807 addAllExtLoads(VT, InnerVT, Expand); in ARMTargetLowering()
810 setOperationAction(ISD::SMUL_LOHI, VT, Expand); in ARMTargetLowering()
811 setOperationAction(ISD::UMUL_LOHI, VT, Expand); in ARMTargetLowering()
813 setOperationAction(ISD::BSWAP, VT, Expand); in ARMTargetLowering()
858 setOperationAction(ISD::FADD, MVT::v2f64, Expand); in ARMTargetLowering()
859 setOperationAction(ISD::FSUB, MVT::v2f64, Expand); in ARMTargetLowering()
860 setOperationAction(ISD::FMUL, MVT::v2f64, Expand); in ARMTargetLowering()
863 setOperationAction(ISD::FDIV, MVT::v2f64, Expand); in ARMTargetLowering()
864 setOperationAction(ISD::FREM, MVT::v2f64, Expand); in ARMTargetLowering()
868 setOperationAction(ISD::FCOPYSIGN, MVT::v2f64, Expand); in ARMTargetLowering()
871 setOperationAction(ISD::SETCC, MVT::v2f64, Expand); in ARMTargetLowering()
873 setOperationAction(ISD::FNEG, MVT::v2f64, Expand); in ARMTargetLowering()
874 setOperationAction(ISD::FABS, MVT::v2f64, Expand); in ARMTargetLowering()
875 setOperationAction(ISD::FSQRT, MVT::v2f64, Expand); in ARMTargetLowering()
876 setOperationAction(ISD::FSIN, MVT::v2f64, Expand); in ARMTargetLowering()
877 setOperationAction(ISD::FCOS, MVT::v2f64, Expand); in ARMTargetLowering()
878 setOperationAction(ISD::FPOW, MVT::v2f64, Expand); in ARMTargetLowering()
879 setOperationAction(ISD::FLOG, MVT::v2f64, Expand); in ARMTargetLowering()
880 setOperationAction(ISD::FLOG2, MVT::v2f64, Expand); in ARMTargetLowering()
881 setOperationAction(ISD::FLOG10, MVT::v2f64, Expand); in ARMTargetLowering()
882 setOperationAction(ISD::FEXP, MVT::v2f64, Expand); in ARMTargetLowering()
883 setOperationAction(ISD::FEXP2, MVT::v2f64, Expand); in ARMTargetLowering()
884 setOperationAction(ISD::FEXP10, MVT::v2f64, Expand); in ARMTargetLowering()
886 setOperationAction(ISD::FCEIL, MVT::v2f64, Expand); in ARMTargetLowering()
887 setOperationAction(ISD::FTRUNC, MVT::v2f64, Expand); in ARMTargetLowering()
888 setOperationAction(ISD::FRINT, MVT::v2f64, Expand); in ARMTargetLowering()
889 setOperationAction(ISD::FNEARBYINT, MVT::v2f64, Expand); in ARMTargetLowering()
890 setOperationAction(ISD::FFLOOR, MVT::v2f64, Expand); in ARMTargetLowering()
891 setOperationAction(ISD::FMA, MVT::v2f64, Expand); in ARMTargetLowering()
897 setOperationAction(ISD::FSQRT, MVT::v4f32, Expand); in ARMTargetLowering()
898 setOperationAction(ISD::FSIN, MVT::v4f32, Expand); in ARMTargetLowering()
899 setOperationAction(ISD::FCOS, MVT::v4f32, Expand); in ARMTargetLowering()
900 setOperationAction(ISD::FPOW, MVT::v4f32, Expand); in ARMTargetLowering()
901 setOperationAction(ISD::FLOG, MVT::v4f32, Expand); in ARMTargetLowering()
902 setOperationAction(ISD::FLOG2, MVT::v4f32, Expand); in ARMTargetLowering()
903 setOperationAction(ISD::FLOG10, MVT::v4f32, Expand); in ARMTargetLowering()
904 setOperationAction(ISD::FEXP, MVT::v4f32, Expand); in ARMTargetLowering()
905 setOperationAction(ISD::FEXP2, MVT::v4f32, Expand); in ARMTargetLowering()
906 setOperationAction(ISD::FEXP10, MVT::v4f32, Expand); in ARMTargetLowering()
907 setOperationAction(ISD::FCEIL, MVT::v4f32, Expand); in ARMTargetLowering()
908 setOperationAction(ISD::FTRUNC, MVT::v4f32, Expand); in ARMTargetLowering()
909 setOperationAction(ISD::FRINT, MVT::v4f32, Expand); in ARMTargetLowering()
910 setOperationAction(ISD::FNEARBYINT, MVT::v4f32, Expand); in ARMTargetLowering()
911 setOperationAction(ISD::FFLOOR, MVT::v4f32, Expand); in ARMTargetLowering()
914 setOperationAction(ISD::FSQRT, MVT::v2f32, Expand); in ARMTargetLowering()
915 setOperationAction(ISD::FSIN, MVT::v2f32, Expand); in ARMTargetLowering()
916 setOperationAction(ISD::FCOS, MVT::v2f32, Expand); in ARMTargetLowering()
917 setOperationAction(ISD::FPOW, MVT::v2f32, Expand); in ARMTargetLowering()
918 setOperationAction(ISD::FLOG, MVT::v2f32, Expand); in ARMTargetLowering()
919 setOperationAction(ISD::FLOG2, MVT::v2f32, Expand); in ARMTargetLowering()
920 setOperationAction(ISD::FLOG10, MVT::v2f32, Expand); in ARMTargetLowering()
921 setOperationAction(ISD::FEXP, MVT::v2f32, Expand); in ARMTargetLowering()
922 setOperationAction(ISD::FEXP2, MVT::v2f32, Expand); in ARMTargetLowering()
923 setOperationAction(ISD::FEXP10, MVT::v2f32, Expand); in ARMTargetLowering()
924 setOperationAction(ISD::FCEIL, MVT::v2f32, Expand); in ARMTargetLowering()
925 setOperationAction(ISD::FTRUNC, MVT::v2f32, Expand); in ARMTargetLowering()
926 setOperationAction(ISD::FRINT, MVT::v2f32, Expand); in ARMTargetLowering()
927 setOperationAction(ISD::FNEARBYINT, MVT::v2f32, Expand); in ARMTargetLowering()
928 setOperationAction(ISD::FFLOOR, MVT::v2f32, Expand); in ARMTargetLowering()
931 setOperationAction(ISD::MUL, MVT::v1i64, Expand); in ARMTargetLowering()
954 setOperationAction(ISD::FP_ROUND, MVT::v2f32, Expand); in ARMTargetLowering()
955 setOperationAction(ISD::FP_EXTEND, MVT::v2f64, Expand); in ARMTargetLowering()
967 setOperationAction(ISD::CTLZ, MVT::v1i64, Expand); in ARMTargetLowering()
968 setOperationAction(ISD::CTLZ, MVT::v2i64, Expand); in ARMTargetLowering()
992 setOperationAction(ISD::MULHS, VT, Expand); in ARMTargetLowering()
993 setOperationAction(ISD::MULHU, VT, Expand); in ARMTargetLowering()
998 setOperationAction(ISD::FMA, MVT::v2f32, Expand); in ARMTargetLowering()
999 setOperationAction(ISD::FMA, MVT::v4f32, Expand); in ARMTargetLowering()
1046 setOperationAction(ISD::FADD, MVT::f64, Expand); in ARMTargetLowering()
1047 setOperationAction(ISD::FSUB, MVT::f64, Expand); in ARMTargetLowering()
1048 setOperationAction(ISD::FMUL, MVT::f64, Expand); in ARMTargetLowering()
1049 setOperationAction(ISD::FMA, MVT::f64, Expand); in ARMTargetLowering()
1050 setOperationAction(ISD::FDIV, MVT::f64, Expand); in ARMTargetLowering()
1051 setOperationAction(ISD::FREM, MVT::f64, Expand); in ARMTargetLowering()
1052 setOperationAction(ISD::FCOPYSIGN, MVT::f64, Expand); in ARMTargetLowering()
1053 setOperationAction(ISD::FGETSIGN, MVT::f64, Expand); in ARMTargetLowering()
1054 setOperationAction(ISD::FNEG, MVT::f64, Expand); in ARMTargetLowering()
1055 setOperationAction(ISD::FABS, MVT::f64, Expand); in ARMTargetLowering()
1056 setOperationAction(ISD::FSQRT, MVT::f64, Expand); in ARMTargetLowering()
1057 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1058 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
1059 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering()
1060 setOperationAction(ISD::FLOG, MVT::f64, Expand); in ARMTargetLowering()
1061 setOperationAction(ISD::FLOG2, MVT::f64, Expand); in ARMTargetLowering()
1062 setOperationAction(ISD::FLOG10, MVT::f64, Expand); in ARMTargetLowering()
1063 setOperationAction(ISD::FEXP, MVT::f64, Expand); in ARMTargetLowering()
1064 setOperationAction(ISD::FEXP2, MVT::f64, Expand); in ARMTargetLowering()
1065 setOperationAction(ISD::FEXP10, MVT::f64, Expand); in ARMTargetLowering()
1066 setOperationAction(ISD::FCEIL, MVT::f64, Expand); in ARMTargetLowering()
1067 setOperationAction(ISD::FTRUNC, MVT::f64, Expand); in ARMTargetLowering()
1068 setOperationAction(ISD::FRINT, MVT::f64, Expand); in ARMTargetLowering()
1069 setOperationAction(ISD::FNEARBYINT, MVT::f64, Expand); in ARMTargetLowering()
1070 setOperationAction(ISD::FFLOOR, MVT::f64, Expand); in ARMTargetLowering()
1103 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f32, Expand); in ARMTargetLowering()
1104 setLoadExtAction(ISD::EXTLOAD, VT, MVT::f16, Expand); in ARMTargetLowering()
1108 setTruncStoreAction(MVT::f64, MVT::f32, Expand); in ARMTargetLowering()
1109 setTruncStoreAction(MVT::f32, MVT::f16, Expand); in ARMTargetLowering()
1110 setTruncStoreAction(MVT::f64, MVT::f16, Expand); in ARMTargetLowering()
1158 setOperationAction(ISD::MUL, MVT::i64, Expand); in ARMTargetLowering()
1159 setOperationAction(ISD::MULHU, MVT::i32, Expand); in ARMTargetLowering()
1161 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Expand); in ARMTargetLowering()
1162 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Expand); in ARMTargetLowering()
1166 setOperationAction(ISD::MULHS, MVT::i32, Expand); in ARMTargetLowering()
1185 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
1186 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in ARMTargetLowering()
1187 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
1194 setOperationAction(ISD::ROTL, MVT::i32, Expand); in ARMTargetLowering()
1196 setOperationAction(ISD::ROTL, VT, Expand); in ARMTargetLowering()
1197 setOperationAction(ISD::ROTR, VT, Expand); in ARMTargetLowering()
1200 setOperationAction(ISD::CTPOP, MVT::i32, Expand); in ARMTargetLowering()
1202 setOperationAction(ISD::CTLZ, MVT::i32, Expand); in ARMTargetLowering()
1215 setOperationAction(ISD::BSWAP, MVT::i32, Expand); in ARMTargetLowering()
1233 setOperationAction(ISD::SREM, MVT::i32, Expand); in ARMTargetLowering()
1234 setOperationAction(ISD::UREM, MVT::i32, Expand); in ARMTargetLowering()
1293 setOperationAction(ISD::SDIVREM, MVT::i32, Expand); in ARMTargetLowering()
1294 setOperationAction(ISD::UDIVREM, MVT::i32, Expand); in ARMTargetLowering()
1313 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARMTargetLowering()
1314 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
1315 setOperationAction(ISD::VAEND, MVT::Other, Expand); in ARMTargetLowering()
1316 setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); in ARMTargetLowering()
1317 setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); in ARMTargetLowering()
1322 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand); in ARMTargetLowering()
1350 Subtarget->hasAnyDataBarrier() ? Custom : Expand); in ARMTargetLowering()
1403 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i16, Expand); in ARMTargetLowering()
1404 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i8, Expand); in ARMTargetLowering()
1406 setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand); in ARMTargetLowering()
1431 setOperationAction(ISD::SETCC, MVT::i32, Expand); in ARMTargetLowering()
1432 setOperationAction(ISD::SETCC, MVT::f32, Expand); in ARMTargetLowering()
1433 setOperationAction(ISD::SETCC, MVT::f64, Expand); in ARMTargetLowering()
1441 setOperationAction(ISD::SETCC, MVT::f16, Expand); in ARMTargetLowering()
1457 setOperationAction(ISD::FSIN, MVT::f64, Expand); in ARMTargetLowering()
1458 setOperationAction(ISD::FSIN, MVT::f32, Expand); in ARMTargetLowering()
1459 setOperationAction(ISD::FCOS, MVT::f32, Expand); in ARMTargetLowering()
1460 setOperationAction(ISD::FCOS, MVT::f64, Expand); in ARMTargetLowering()
1461 setOperationAction(ISD::FSINCOS, MVT::f64, Expand); in ARMTargetLowering()
1462 setOperationAction(ISD::FSINCOS, MVT::f32, Expand); in ARMTargetLowering()
1463 setOperationAction(ISD::FREM, MVT::f64, Expand); in ARMTargetLowering()
1464 setOperationAction(ISD::FREM, MVT::f32, Expand); in ARMTargetLowering()
1470 setOperationAction(ISD::FPOW, MVT::f64, Expand); in ARMTargetLowering()
1471 setOperationAction(ISD::FPOW, MVT::f32, Expand); in ARMTargetLowering()
1474 setOperationAction(ISD::FMA, MVT::f64, Expand); in ARMTargetLowering()
1475 setOperationAction(ISD::FMA, MVT::f32, Expand); in ARMTargetLowering()
1482 setOperationAction(ISD::FP16_TO_FP, MVT::f64, Expand); in ARMTargetLowering()
1483 setOperationAction(ISD::FP_TO_FP16, MVT::f64, Expand); in ARMTargetLowering()
1488 setOperationAction(ISD::FP16_TO_FP, MVT::f32, Expand); in ARMTargetLowering()
1489 setOperationAction(ISD::FP_TO_FP16, MVT::f32, Expand); in ARMTargetLowering()
1540 setOperationAction(ISD::FCOPYSIGN, MVT::f16, Expand); in ARMTargetLowering()
21328 return Size == 64 && has64BitAtomicStore ? AtomicExpansionKind::Expand in shouldExpandAtomicStoreInIR()