Lines Matching defs:Scalable
5887 // Scalable vector type used to wrap operands.
6565 // Scalable vectors with "vscale * 2" or fewer elements sit within a 64-bit
12699 "Scalable vectors cannot be used with ISD::BUILD_VECTOR");
12792 "Scalable vectors cannot be used with ISD::BUILD_VECTOR");
17091 bool Scalable, Type *LDVTy,
17100 if (Scalable)
17108 bool Scalable, Type *STVTy,
17117 if (Scalable)
21841 bool Scalable = N->getValueType(0).isScalableVector();
21842 if (Scalable && !Subtarget->isSVEorStreamingSVEAvailable())
21844 if (!Scalable && (!Subtarget->isNeonAvailable() || !Subtarget->hasDotProd()))
21898 bool Scalable = N->getValueType(0).isScalableVT();
21900 if (Scalable && ReducedVT != MVT::nxv4i32 && ReducedVT != MVT::nxv4i64)
28621 // Scalable vector i32/i64 DIV is supported.
28625 // Scalable vector i8/i16 DIV is not supported. Promote it to i32.
28868 // Convert operands to Scalable.