Home
last modified time | relevance | path

Searched refs:getVectorizedFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h203 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 DVectorUtils.h105 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1341 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6536 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()