Searched refs:VecDesc (Results 1 – 2 of 2) sorted by relevance
38 struct VecDesc { struct80 std::vector<VecDesc> VectorDescs;83 std::vector<VecDesc> ScalarDescs;154 void addVectorizableFunctions(ArrayRef<VecDesc> Fns);
1006 static bool compareByScalarFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByScalarFnName()1011 static bool compareByVectorFnName(const VecDesc &LHS, const VecDesc &RHS) { in compareByVectorFnName()1016 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName()1020 static bool compareWithVectorFnName(const VecDesc &LHS, StringRef S) { in compareWithVectorFnName()1024 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) { in addVectorizableFunctions()1036 const VecDesc VecFuncs[] = { in addVectorizableFunctionsFromVecLib()1087 std::vector<VecDesc>::const_iterator I = std::lower_bound( in isFunctionVectorizable()1098 std::vector<VecDesc>::const_iterator I = std::lower_bound( in getVectorizedFunction()1114 std::vector<VecDesc>::const_iterator I = std::lower_bound( in getScalarizedFunction()