Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9462 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() local
9463 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
9621 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
9632 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
9687 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local
9718 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
9749 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
9767 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
9780 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local
9803 InstructionCost Cost = GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
[all …]