Lines Matching defs:GetVectorCost
11321 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; };
11322 return GetCostDiff(GetScalarCost, GetVectorCost);
11481 auto GetVectorCost = [=](InstructionCost CommonCost) {
11506 return GetCostDiff(GetScalarCost, GetVectorCost);
11547 auto GetVectorCost = [&](InstructionCost CommonCost) {
11573 return GetCostDiff(GetScalarCost, GetVectorCost);
11579 auto GetVectorCost = [&](InstructionCost CommonCost) {
11583 return GetCostDiff(GetScalarCost, GetVectorCost);
11617 auto GetVectorCost = [=](InstructionCost CommonCost) {
11635 return GetCostDiff(GetScalarCost, GetVectorCost);
11648 auto GetVectorCost = [&](InstructionCost CommonCost) {
11686 InstructionCost Cost = GetCostDiff(GetScalarCost, GetVectorCost);
11709 auto GetVectorCost = [=](InstructionCost CommonCost) {
11743 return GetCostDiff(GetScalarCost, GetVectorCost) +
11758 auto GetVectorCost = [=](InstructionCost CommonCost) {
11767 return GetCostDiff(GetScalarCost, GetVectorCost);
11805 auto GetVectorCost = [&, &TTIRef = *TTI](InstructionCost) {
11926 return GetCostDiff(GetScalarCost, GetVectorCost);