Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h161 return !getVectorizedFunction(F, VF).empty(); in isFunctionVectorizable()
170 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const;
337 StringRef getVectorizedFunction(StringRef F, const ElementCount &VF) const { in getVectorizedFunction() function
338 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
H A DVectorUtils.h268 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp550 EXPECT_EQ(VFDatabase(*CI).getVectorizedFunction(ScalarShape), in TEST_F()
554 EXPECT_EQ(VFDatabase(*CI).getVectorizedFunction(Shape), nullptr); in TEST_F()
556 EXPECT_EQ(VFDatabase(*CI).getVectorizedFunction(Shape), nullptr); in TEST_F()
558 EXPECT_EQ(VFDatabase(*CI).getVectorizedFunction(Shape), nullptr); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp94 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp159 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in replaceWithCallToVeclib()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1903 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5378 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in buildTree_rec()
5398 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in buildTree_rec()
5677 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts()
8305 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()
H A DLoopVectorize.cpp3453 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCost()
4228 assert(VFDatabase(CI).getVectorizedFunction(Shape) != nullptr && in widenCallInstruction()
4231 VectorF = VFDatabase(CI).getVectorizedFunction(Shape); in widenCallInstruction()