Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h150 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()
160 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;
219 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() function
220 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp498 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3364 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in vectorizeBlockInLoop()