Searched refs:getVectorizedFunction (Results 1 – 8 of 8) sorted by relevance
164 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() function350 return Impl->getVectorizedFunction(F, VF); in getVectorizedFunction()
269 Function *getVectorizedFunction(const VFShape &Shape) const { in getVectorizedFunction() function
94 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in addMappingsFromTLI()
159 std::string(TLI.getVectorizedFunction(ScalarName, VF)); in replaceWithCallToVeclib()
481 assert(VFDatabase(CI).getVectorizedFunction(Shape) != nullptr && in execute()484 VectorF = VFDatabase(CI).getVectorizedFunction(Shape); in execute()
5808 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()
3469 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCost()
1218 TargetLibraryInfoImpl::getVectorizedFunction(StringRef F, in getVectorizedFunction() function in TargetLibraryInfoImpl