Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2316 int VecLdCost = in getEntryCost() local
2320 VecLdCost += TTI->getShuffleCost( in getEntryCost()
2323 return ReuseShuffleCost + VecLdCost - ScalarLdCost; in getEntryCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1685 int VecLdCost = TTI->getMemoryOpCost(Instruction::Load, in getEntryCost() local
1687 return VecLdCost - ScalarLdCost; in getEntryCost()