Lines Matching refs:Cost
180 IPC = std::make_pair(RegisterFileIndex, RCE.Cost); in addRegisterFile()
201 unsigned Cost = Entry.IndexPlusCost.second; in allocatePhysRegs() local
204 RMT.NumUsedPhysRegs += Cost; in allocatePhysRegs()
205 UsedPhysRegs[RegisterFileIndex] += Cost; in allocatePhysRegs()
209 RegisterFiles[0].NumUsedPhysRegs += Cost; in allocatePhysRegs()
210 UsedPhysRegs[0] += Cost; in allocatePhysRegs()
216 unsigned Cost = Entry.IndexPlusCost.second; in freePhysRegs() local
219 RMT.NumUsedPhysRegs -= Cost; in freePhysRegs()
220 FreedPhysRegs[RegisterFileIndex] += Cost; in freePhysRegs()
224 RegisterFiles[0].NumUsedPhysRegs -= Cost; in freePhysRegs()
225 FreedPhysRegs[0] += Cost; in freePhysRegs()