Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h267 void getWidestVF(StringRef ScalarF, ElementCount &FixedVF,
580 void getWidestVF(StringRef ScalarF, ElementCount &FixedVF, in getWidestVF() argument
582 Impl->getWidestVF(ScalarF, FixedVF, ScalableVF); in getWidestVF()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1426 void TargetLibraryInfoImpl::getWidestVF(StringRef ScalarF, in getWidestVF() argument
1429 ScalarF = sanitizeFunctionName(ScalarF); in getWidestVF()
1434 if (ScalarF.empty()) in getWidestVF()
1438 llvm::lower_bound(VectorDescs, ScalarF, compareWithScalarFnName); in getWidestVF()
1439 while (I != VectorDescs.end() && StringRef(I->getScalarFnName()) == ScalarF) { in getWidestVF()