Searched refs:GetVectorCost (Results 1 – 1 of 1) sorted by relevance
13220 auto GetVectorCost = [&, &TTI = *TTI](InstructionCost CommonCost) { in getEntryCost() local13227 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()13386 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local13411 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()13452 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local13478 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()13484 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local13488 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()13530 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local13548 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()[all …]