Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h164 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()
173 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const;
349 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const { in getVectorizedFunction() function
350 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
H A DVectorUtils.h269 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp94 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp159 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in replaceWithCallToVeclib()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp481 assert(VFDatabase(CI).getVectorizedFunction(Shape) != nullptr && in execute()
484 VectorF = VFDatabase(CI).getVectorizedFunction(Shape); in execute()
H A DSLPVectorizer.cpp5808 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in buildTree_rec()
5828 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in buildTree_rec()
6103 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts()
9700 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()
H A DLoopVectorize.cpp3469 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCost()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1218 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl