Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h158 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()
167 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const;
332 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const { in getVectorizedFunction() function
333 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
H A DVectorUtils.h268 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp95 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp160 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in replaceWithCallToVeclib()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1698 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3314 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in buildTree_rec()
3334 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in buildTree_rec()
3560 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts()
5575 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()
H A DLoopVectorize.cpp3912 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCost()
5027 assert(VFDatabase(*CI).getVectorizedFunction(Shape) != nullptr && in widenCallInstruction()
5030 VectorF = VFDatabase(*CI).getVectorizedFunction(Shape); in widenCallInstruction()