Searched refs:VecDesc (Results 1 – 2 of 2) sorted by relevance
28 struct VecDesc { struct70 std::vector<VecDesc> VectorDescs;73 std::vector<VecDesc> ScalarDescs;146 void addVectorizableFunctions(ArrayRef<VecDesc> Fns);
1497 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()1501 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()1505 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()1509 static bool compareWithVectorFnName(const VecDesc &LHS, StringRef S) { in compareWithVectorFnName()1513 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()1525 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1533 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1541 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1558 std::vector<VecDesc>::const_iterator I = in isFunctionVectorizable()1568 std::vector<VecDesc>::const_iterator I = in getVectorizedFunction()[all …]