Searched refs:RegisterFileIndex (Results 1 – 1 of 1) sorted by relevance
74 unsigned RegisterFileIndex = RegisterFiles.size(); in addRegisterFile() local93 if (IPC.first && IPC.first != RegisterFileIndex) { in addRegisterFile()100 IPC = std::make_pair(RegisterFileIndex, RCE.Cost); in addRegisterFile()120 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in allocatePhysRegs() local122 if (RegisterFileIndex) { in allocatePhysRegs()125 UsedPhysRegs[RegisterFileIndex] += Cost; in allocatePhysRegs()135 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in freePhysRegs() local137 if (RegisterFileIndex) { in freePhysRegs()140 FreedPhysRegs[RegisterFileIndex] += Cost; in freePhysRegs()299 unsigned RegisterFileIndex = RRIFrom.IndexPlusCost.first; in tryEliminateMove() local[all …]