Searched refs:MinCost (Results 1 – 10 of 10) sorted by relevance
91 unsigned MinCost = 0xff; in compute() local104 MinCost = std::min(MinCost, Cost); in compute()139 RCI.MinCost = uint8_t(MinCost); in compute()
878 unsigned MinCost = RegClassInfo.getMinCost(RC); in tryEvict() local879 if (MinCost >= CostPerUseLimit) { in tryEvict()880 DEBUG(dbgs() << TRI->getRegClassName(RC) << " minimum cost = " << MinCost in tryEvict()
103 unsigned MinCost = 0xff; in compute() local116 MinCost = std::min(MinCost, Cost); in compute()151 RCI.MinCost = uint8_t(MinCost); in compute()
1115 unsigned MinCost = RegClassInfo.getMinCost(RC); in tryEvict() local1116 if (MinCost >= CostPerUseLimit) { in tryEvict()1118 << MinCost << ", no cheaper registers to be found.\n"); in tryEvict()
31 uint8_t MinCost; member36 : Tag(0), NumRegs(0), ProperSubClass(false), MinCost(0), in RCInfo()120 return get(RC).MinCost; in getMinCost()
36 uint8_t MinCost = 0; member124 return get(RC).MinCost; in getMinCost()
275 unsigned MinCost = ShufTab[i].Cost; in main() local280 if (ShufTab[NewElt].Cost < MinCost) { in main()281 MinCost = ShufTab[NewElt].Cost; in main()
4901 int MinCost = SLPCostThreshold; in tryToVectorizeList() local4953 MinCost = std::min(MinCost, Cost); in tryToVectorizeList()4976 << ore::NV("Cost", MinCost) << " >= " in tryToVectorizeList()