Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h202 return !(getVectorizedFunction(F, VF, false).empty() && in isFunctionVectorizable()
203 getVectorizedFunction(F, VF, true).empty()); in isFunctionVectorizable()
212 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF,
401 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF,
403 return Impl->getVectorizedFunction(F, VF, Masked);
H A DVectorUtils.h103 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1291 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5476 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getScalarsVectorizationState()
5493 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in getScalarsVectorizationState()
6472 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts()
11687 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()