Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h157 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()
166 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const;
321 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const { in getVectorizedFunction() function
322 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
H A DVectorUtils.h270 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp95 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp160 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in replaceWithCallToVeclib()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1679 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3285 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in buildTree_rec()
3305 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in buildTree_rec()
3529 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts()
5313 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()
H A DLoopVectorize.cpp3866 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCost()
5102 assert(VFDatabase(*CI).getVectorizedFunction(Shape) != nullptr && in widenCallInstruction()
5105 VectorF = VFDatabase(*CI).getVectorizedFunction(Shape); in widenCallInstruction()