Searched refs:VecDesc (Results 1 – 2 of 2) sorted by relevance
28 struct VecDesc { struct70 std::vector<VecDesc> VectorDescs;73 std::vector<VecDesc> ScalarDescs;148 void addVectorizableFunctions(ArrayRef<VecDesc> Fns);
1600 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()1604 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()1608 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()1612 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()1624 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1632 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1640 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1648 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1656 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1673 std::vector<VecDesc>::const_iterator I = in isFunctionVectorizable()[all …]