Searched refs:getVectorizedFunction (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 203 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 204 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 213 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 395 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 397 return Impl->getVectorizedFunction(F, VF, Masked);
|
| H A D | VectorUtils.h | 105 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1341 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 6536 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getScalarsVectorizationState() 6553 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in getScalarsVectorizationState() 7616 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts() 13524 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()
|