Searched refs:GetVectorCost (Results 1 – 1 of 1) sorted by relevance
7053 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() local7054 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()7182 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local7193 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()7224 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local7247 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()7278 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local7286 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()7299 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local7318 InstructionCost Cost = GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()[all …]