Lines Matching refs:VecDesc
51 std::string VecDesc::getVectorFunctionABIVariantString() const { in getVectorFunctionABIVariantString()
1187 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()
1191 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()
1195 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()
1199 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()
1207 static const VecDesc VecFuncs_Accelerate[] = {
1213 static const VecDesc VecFuncs_DarwinLibSystemM[] = {
1219 static const VecDesc VecFuncs_LIBMVEC_X86[] = {
1225 static const VecDesc VecFuncs_MASSV[] = {
1231 static const VecDesc VecFuncs_SVML[] = {
1237 static const VecDesc VecFuncs_SLEEFGNUABI_VF2[] = {
1244 static const VecDesc VecFuncs_SLEEFGNUABI_VF4[] = {
1251 static const VecDesc VecFuncs_SLEEFGNUABI_VFScalable[] = {
1259 static const VecDesc VecFuncs_ArmPL[] = {
1267 const VecDesc VecFuncs_AMDLIBM[] = {
1336 std::vector<VecDesc>::const_iterator I = in isFunctionVectorizable()
1344 const VecDesc *VD = getVectorMappingInfo(F, VF, Masked); in getVectorizedFunction()
1350 const VecDesc *
1356 std::vector<VecDesc>::const_iterator I = in getVectorMappingInfo()
1437 std::vector<VecDesc>::const_iterator I = in getWidestVF()