Lines Matching defs:CommonCost
11106 InstructionCost CommonCost = 0;
11123 CommonCost =
11175 InstructionCost VecCost = VectorCost(CommonCost);
11210 LLVM_DEBUG(dumpTreeCosts(E, CommonCost, VecCost - CommonCost,
11280 return CommonCost - ScalarCost;
11321 auto GetVectorCost = [](InstructionCost CommonCost) { return CommonCost; };
11481 auto GetVectorCost = [=](InstructionCost CommonCost) {
11485 return CommonCost;
11501 return CommonCost;
11502 return CommonCost +
11547 auto GetVectorCost = [&](InstructionCost CommonCost) {
11571 return VecCost + CommonCost;
11579 auto GetVectorCost = [&](InstructionCost CommonCost) {
11581 return VecCost + CommonCost;
11617 auto GetVectorCost = [=](InstructionCost CommonCost) {
11625 return CommonCost;
11633 CommonCost;
11638 return CommonCost + GetGEPCostDiff(VL, VL0);
11648 auto GetVectorCost = [&](InstructionCost CommonCost) {
11683 return VecLdCost + CommonCost;
11709 auto GetVectorCost = [=](InstructionCost CommonCost) {
11724 CommonCost = 0;
11735 return VecStCost + CommonCost;
11758 auto GetVectorCost = [=](InstructionCost CommonCost) {
11765 return std::min(VecCallCosts.first, VecCallCosts.second) + CommonCost;
11803 // Need to clear CommonCost since the final shuffle cost is included into
11929 return CommonCost;