Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3730 int VecLdCost; in getEntryCost() local
3732 VecLdCost = TTI->getMemoryOpCost(Instruction::Load, VecTy, alignment, 0, in getEntryCost()
3736 VecLdCost = TTI->getGatherScatterOpCost( in getEntryCost()
3741 VecLdCost += TTI->getShuffleCost( in getEntryCost()
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.cpp3481 int VecLdCost = in getEntryCost() local
3485 VecLdCost += TTI->getShuffleCost( in getEntryCost()
3488 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()