Home
last modified time | relevance | path

Searched refs:compareWithScalarFnName (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1627 static bool compareWithScalarFnName(const VecDesc &LHS, StringRef S) { in compareWithScalarFnName() function
1693 llvm::lower_bound(VectorDescs, funcName, compareWithScalarFnName); in isFunctionVectorizable()
1704 llvm::lower_bound(VectorDescs, F, compareWithScalarFnName); in getVectorizedFunction()
1765 llvm::lower_bound(VectorDescs, ScalarF, compareWithScalarFnName); in getWidestVF()