Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp172 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile()
187 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()
190 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
200 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in allocatePhysRegs()
201 unsigned Cost = Entry.IndexPlusCost.second; in allocatePhysRegs()
215 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in freePhysRegs()
216 unsigned Cost = Entry.IndexPlusCost.second; in freePhysRegs()
260 WS.setPRF(RRI.IndexPlusCost.first); in addRegisterWrite()
379 if (RRIFrom.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()
383 if (RRITo.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DRegisterFile.h166 IndexPlusCostPairTy IndexPlusCost; member
171 : IndexPlusCost(std::make_pair(0U, 1U)), RenameAs(0U), AliasRegID(0U), in RegisterRenamingInfo()