Searched refs:getVectorizedFunction (Results 1 – 3 of 3) sorted by relevance
163 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()172 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;235 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() function236 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
1093 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
4265 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in vectorizeBlockInLoop()