Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1717 int VecCallCost = TTI->getIntrinsicInstrCost(ID, VecTy, VecTys, FMF); in getEntryCost() local
1719 DEBUG(dbgs() << "SLP: Call cost "<< VecCallCost - ScalarCallCost in getEntryCost()
1720 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()
1723 return VecCallCost - ScalarCallCost; in getEntryCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2359 int VecCallCost = TTI->getIntrinsicInstrCost(ID, CI->getType(), Args, FMF, in getEntryCost() local
2362 LLVM_DEBUG(dbgs() << "SLP: Call cost " << VecCallCost - ScalarCallCost in getEntryCost()
2363 << " (" << VecCallCost << "-" << ScalarCallCost << ")" in getEntryCost()
2366 return ReuseShuffleCost + VecCallCost - ScalarCallCost; in getEntryCost()