Searched refs:VecDesc (Results 1 – 2 of 2) sorted by relevance
439 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()444 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()449 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()453 static bool compareWithVectorFnName(const VecDesc &LHS, StringRef S) { in compareWithVectorFnName()457 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()469 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()492 std::vector<VecDesc>::const_iterator I = std::lower_bound( in isFunctionVectorizable()503 std::vector<VecDesc>::const_iterator I = std::lower_bound( in getVectorizedFunction()519 std::vector<VecDesc>::const_iterator I = std::lower_bound( in getScalarizedFunction()
36 struct VecDesc { struct79 std::vector<VecDesc> VectorDescs;82 std::vector<VecDesc> ScalarDescs;141 void addVectorizableFunctions(ArrayRef<VecDesc> Fns);