Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp3531 int VecCallCost = TTI->getIntrinsicInstrCost(ID, CI->getType(), Args, FMF, in getEntryCost() local
3534 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()
3535 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()
3538 return ReuseShuffleCost + VecCallCost - ScalarCallCost; in getEntryCost()