Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1001 int ScalarCost = VL.size() * TTI->getCastInstrCost(VL0->getOpcode(), in getEntryCost() local
1006 return VecCost - ScalarCost; in getEntryCost()
1030 int ScalarCost = 0; in getEntryCost() local
1035 ScalarCost = VecTy->getNumElements() * in getEntryCost()
1053 ScalarCost = in getEntryCost()
1058 return VecCost - ScalarCost; in getEntryCost()