Searched refs:getVectorizedFunction (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 207 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable() 208 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable() 217 LLVM_ABI StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 403 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF, 405 return Impl->getVectorizedFunction(F, VF, Masked);
|
| H A D | VectorUtils.h | 107 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1443 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 8972 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts() 9325 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getScalarsVectorizationState() 9342 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in getScalarsVectorizationState() 18424 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()
|