Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13220 auto GetVectorCost = [&, &TTI = *TTI](InstructionCost CommonCost) { in getEntryCost() local
13227 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
13386 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
13411 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
13452 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local
13478 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
13484 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local
13488 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
13530 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
13548 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
[all …]