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.h271 LLVM_ABI void getWidestVF(StringRef ScalarF, ElementCount &FixedVF,
606 void getWidestVF(StringRef ScalarF, ElementCount &FixedVF, in getWidestVF() argument
608 Impl->getWidestVF(ScalarF, FixedVF, ScalableVF); in getWidestVF()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1518 void TargetLibraryInfoImpl::getWidestVF(StringRef ScalarF, in getWidestVF() argument
1521 ScalarF = sanitizeFunctionName(ScalarF); in getWidestVF()
1526 if (ScalarF.empty()) in getWidestVF()
1530 llvm::lower_bound(VectorDescs, ScalarF, compareWithScalarFnName); in getWidestVF()
1531 while (I != VectorDescs.end() && StringRef(I->getScalarFnName()) == ScalarF) { in getWidestVF()