Searched refs:getVectorizedFunction (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.h | 161 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 D | VectorUtils.h | 268 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | VectorUtilsTest.cpp | 550 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 D | InjectTLIMappings.cpp | 94 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ReplaceWithVeclib.cpp | 159 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in replaceWithCallToVeclib()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1903 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5378 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 D | LoopVectorize.cpp | 3453 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()
|