Lines Matching defs:Weight
404 // Weight assigned to this RegUnit for estimating register pressure.
407 unsigned Weight;
418 RegUnit() : Weight(0), RegClassUnitSetsIdx(0) {
434 unsigned Weight; // Cache the sum of all unit weights.
437 RegUnitSet() : Weight(0), Order(0) {}
510 // Compute a weight for each register unit created during getSubRegs.
587 unsigned newRegUnit(unsigned Weight) {
589 RegUnits.back().Weight = Weight;
595 // register additional weight but don't affect aliasing.
623 unsigned Weight = 0;
626 Weight += getRegUnit(*I).Weight;
627 return Weight;
639 getRegUnit(RUID).Weight += Inc;
659 // weight of the register. An exact solution requires all registers in a