Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9285 InstructionCost CommonCost = 0; in getEntryCost() local
9303 CommonCost = in getEntryCost()
9351 InstructionCost VecCost = VectorCost(CommonCost); in getEntryCost()
9382 LLVM_DEBUG(dumpTreeCosts(E, CommonCost, VecCost - CommonCost, in getEntryCost()
9424 return CommonCost - ScalarCost; in getEntryCost()
9462 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() argument
9621 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() argument
9625 return CommonCost; in getEntryCost()
9628 return CommonCost + in getEntryCost()
9687 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() argument
[all …]