Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h153 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()
162 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
256 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() function
257 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1618 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4117 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction()