Searched refs:GetVectorCost (Results 1 – 1 of 1) sorted by relevance
9462 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; }; in getEntryCost() local9463 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()9621 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local9632 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()9687 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local9718 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()9749 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() local9767 return GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()9780 auto GetVectorCost = [&](InstructionCost CommonCost) { in getEntryCost() local9803 InstructionCost Cost = GetCostDiff(GetScalarCost, GetVectorCost); in getEntryCost()[all …]