Searched refs:CommonCost (Results 1 – 1 of 1) sorted by relevance
12995 InstructionCost CommonCost = 0; in getEntryCost() local13013 CommonCost = in getEntryCost()13066 InstructionCost VecCost = VectorCost(CommonCost); in getEntryCost()13101 LLVM_DEBUG(dumpTreeCosts(E, CommonCost, VecCost - CommonCost, in getEntryCost()13173 return CommonCost - ScalarCost; in getEntryCost()13220 auto GetVectorCost = [&, &TTI = *TTI](InstructionCost CommonCost) { in getEntryCost() argument13221 return CommonCost - (DemandedElts.isZero() in getEntryCost()13386 auto GetVectorCost = [=](InstructionCost CommonCost) { in getEntryCost() argument13390 return CommonCost; in getEntryCost()13406 return CommonCost; in getEntryCost()[all …]