Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8028 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
8185 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
8196 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
8227 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local
8250 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
8281 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
8289 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
8361 return GetCostDiff(GetScalarCost, GetVectorCost) + in getEntryCost()
8381 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
8417 auto GetVectorCost = [&](InstructionCost) { in getEntryCost() local
[all …]