Searched refs:getVectorizedFunction (Results 1 – 3 of 3) sorted by relevance
153 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() function257 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
1618 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
4117 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction()