Searched refs:NumUsedPhysRegs (Results 1 – 3 of 3) sorted by relevance
117 RMT.NumUsedPhysRegs += Cost; in allocatePhysRegs()122 RegisterFiles[0].NumUsedPhysRegs += Cost; in allocatePhysRegs()132 RMT.NumUsedPhysRegs -= Cost; in freePhysRegs()137 RegisterFiles[0].NumUsedPhysRegs -= Cost; in freePhysRegs()313 if (RMT.NumPhysRegs < (RMT.NumUsedPhysRegs + NumRegs)) in isAvailable()338 << "\n NumUsedMappings: " << RMT.NumUsedPhysRegs << '\n'; in dump()
56 unsigned NumUsedPhysRegs = DE.UsedPhysRegs[I]; in onEvent() local57 RFU.CurrentlyUsedMappings += NumUsedPhysRegs; in onEvent()58 RFU.TotalMappings += NumUsedPhysRegs; in onEvent()
47 unsigned NumUsedPhysRegs; member50 : NumPhysRegs(NumPhysRegisters), NumUsedPhysRegs(0) {} in RegisterMappingTracker()