Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1694 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, in getEntryCost() local
1696 return VecStCost - ScalarStCost; in getEntryCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2334 int VecStCost = in getEntryCost() local
2336 return ReuseShuffleCost + VecStCost - ScalarStCost; in getEntryCost()