Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1683 int ScalarLdCost = VecTy->getNumElements() * in getEntryCost() local
1687 return VecLdCost - ScalarLdCost; in getEntryCost()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3729 int ScalarLdCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local
3743 LLVM_DEBUG(dumpTreeCosts(E, ReuseShuffleCost, VecLdCost, ScalarLdCost)); in getEntryCost()
3744 return ReuseShuffleCost + VecLdCost - ScalarLdCost; in getEntryCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3480 int ScalarLdCost = VecTy->getNumElements() * ScalarEltCost; in getEntryCost() local
3488 return ReuseShuffleCost + VecLdCost - ScalarLdCost; in getEntryCost()