Home
last modified time | relevance | path

Searched refs:IndexPlusCost (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp172 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile()
187 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()
190 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
201 unsigned Cost = Entry.IndexPlusCost.second; in allocatePhysRegs()
216 unsigned Cost = Entry.IndexPlusCost.second; in freePhysRegs()
260 WS.setPRF(RRI.IndexPlusCost.first); in addRegisterWrite()
392 if (RRIFrom.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()
396 if (RRITo.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()
622 RS.setPRF(RRI.IndexPlusCost.first); in addRegisterRead()
723 << ", PRF=" << RRI.IndexPlusCost.first in dump()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h166 IndexPlusCostPairTy IndexPlusCost; member
171 : IndexPlusCost(std::make_pair(0U, 1U)), RenameAs(0U), AliasRegID(0U), in RegisterRenamingInfo()