Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7053 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() local
7054 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
7182 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
7193 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
7224 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local
7247 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
7278 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
7286 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
7299 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local
7318 InstructionCost Cost = GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()
[all …]