Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6902 InstructionCost CommonCost = 0; in getEntryCost() local
6918 CommonCost = in getEntryCost()
6947 InstructionCost VecCost = VectorCost(CommonCost); in getEntryCost()
6949 dumpTreeCosts(E, CommonCost, VecCost - CommonCost, ScalarCost)); in getEntryCost()
7014 return CommonCost - ScalarCost; in getEntryCost()
7053 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() argument
7182 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() argument
7185 InstructionCost VecCost = CommonCost; in getEntryCost()
7224 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() argument
7245 return VecCost + CommonCost; in getEntryCost()
[all …]