Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1692 int ScalarStCost = VecTy->getNumElements() * in getEntryCost() local
1696 return VecStCost - ScalarStCost; in getEntryCost()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3755 int ScalarStCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local
3761 LLVM_DEBUG(dumpTreeCosts(E, ReuseShuffleCost, VecStCost, ScalarStCost)); in getEntryCost()
3762 return VecStCost - ScalarStCost; in getEntryCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3500 int ScalarStCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local
3508 return ReuseShuffleCost + VecStCost - ScalarStCost; in getEntryCost()