Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRegisterFile.cpp86 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile()
100 if (!OtherEntry.IndexPlusCost.first && in addRegisterFile()
103 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
113 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in allocatePhysRegs()
114 unsigned Cost = Entry.IndexPlusCost.second; in allocatePhysRegs()
128 unsigned RegisterFileIndex = Entry.IndexPlusCost.first; in freePhysRegs()
129 unsigned Cost = Entry.IndexPlusCost.second; in freePhysRegs()
285 const IndexPlusCostPairTy &Entry = RRI.IndexPlusCost; in isAvailable()
327 dbgs() << MRI.getName(I) << ", " << I << ", PRF=" << RRI.IndexPlusCost.first in dump()
328 << ", Cost=" << RRI.IndexPlusCost.second in dump()
DRegisterFile.h78 IndexPlusCostPairTy IndexPlusCost; member