Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp165 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile()
180 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()
183 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
193 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in allocatePhysRegs()
194 unsigned Cost = Entry.IndexPlusCost.second; in allocatePhysRegs()
208 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in freePhysRegs()
209 unsigned Cost = Entry.IndexPlusCost.second; in freePhysRegs()
249 WS.setPRF(RRI.IndexPlusCost.first); in addRegisterWrite()
364 if (RRIFrom.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()
368 if (RRITo.IndexPlusCost.first != RegisterFileIndex) in canEliminateMove()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()