Home
last modified time | relevance | path

Searched refs:VecFunc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5378 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in buildTree_rec() local
5380 if (!VecFunc && !isTriviallyVectorizable(ID)) { in buildTree_rec()
5397 (VecFunc && in buildTree_rec()
5398 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in buildTree_rec()
5677 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts() local
5679 if (!CI->isNoBuiltin() && VecFunc) { in getVectorCallCosts()
H A DLoopVectorize.cpp3453 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCost() local
3455 if (!TLI || CI->isNoBuiltin() || !VecFunc) in getVectorCallCost()