Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp13179 auto GetScalarCost = [&](unsigned Idx) { in getEntryCost() local
13227 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
13380 auto GetScalarCost = [&](unsigned Idx) -> InstructionCost { in getEntryCost() local
13411 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
13425 auto GetScalarCost = [&](unsigned Idx) { in getEntryCost() local
13478 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
13481 auto GetScalarCost = [&](unsigned Idx) { in getEntryCost() local
13488 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
13509 auto GetScalarCost = [&](unsigned Idx) { in getEntryCost() local
13548 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
[all …]