Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3756 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, in getEntryCost() local
3759 VecStCost += TTI->getShuffleCost( in getEntryCost()
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.cpp3501 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, in getEntryCost() local
3505 VecStCost += TTI->getShuffleCost( in getEntryCost()
3508 return ReuseShuffleCost + VecStCost - ScalarStCost; in getEntryCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1694 int VecStCost = TTI->getMemoryOpCost(Instruction::Store, in getEntryCost() local
1696 return VecStCost - ScalarStCost; in getEntryCost()