Searched refs:getVectorizedFunction (Results 1 – 4 of 4) sorted by relevance
155 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()164 StringRef getVectorizedFunction(StringRef F, unsigned VF) const;310 StringRef getVectorizedFunction(StringRef F, unsigned VF) const { in getVectorizedFunction() function311 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
123 const std::string TLIName = TLI.getVectorizedFunction(ScalarName, VF); in addMappingsFromTLI()
1563 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
4381 StringRef VFnName = TLI->getVectorizedFunction(FnName, VF); in widenInstruction()