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.h207 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 DVectorUtils.h107 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1443 StringRef TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8972 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()