Home
last modified time | relevance | path

Searched refs:NumPhysRegs (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRegisterFile.cpp51 if (!RF.NumPhysRegs) in initialize()
58 RF.NumPhysRegs); in initialize()
63 unsigned NumPhysRegs) { in addRegisterFile() argument
70 RegisterFiles.emplace_back(NumPhysRegs); in addRegisterFile()
280 SmallVector<unsigned, 4> NumPhysRegs(getNumRegisterFiles()); in isAvailable() local
287 NumPhysRegs[Entry.first] += Entry.second; in isAvailable()
288 NumPhysRegs[0] += Entry.second; in isAvailable()
293 unsigned NumRegs = NumPhysRegs[I]; in isAvailable()
298 if (!RMT.NumPhysRegs) { in isAvailable()
304 if (RMT.NumPhysRegs < NumRegs) { in isAvailable()
[all …]
DRegisterFile.h45 const unsigned NumPhysRegs; member
50 : NumPhysRegs(NumPhysRegisters), NumUsedPhysRegs(0) {} in RegisterMappingTracker()
113 unsigned NumPhysRegs);
DRegisterFileStatistics.cpp87 if (!RFDesc.NumPhysRegs) in printView()
93 if (!RFDesc.NumPhysRegs) in printView()
96 TempStream << RFDesc.NumPhysRegs; in printView()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterScavenging.cpp86 assert((NumPhysRegs == 0 || NumPhysRegs == TRI->getNumRegs()) && in enterBasicBlock()
91 NumPhysRegs = TRI->getNumRegs(); in enterBasicBlock()
92 RegsAvailable.resize(NumPhysRegs); in enterBasicBlock()
98 CalleeSavedRegs.resize(NumPhysRegs); in enterBasicBlock()
151 BitVector EarlyClobberRegs(NumPhysRegs); in forward()
152 BitVector KillRegs(NumPhysRegs); in forward()
153 BitVector DefRegs(NumPhysRegs); in forward()
154 BitVector DeadRegs(NumPhysRegs); in forward()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegisterScavenging.h36 unsigned NumPhysRegs; variable
73 : MBB(NULL), NumPhysRegs(0), Tracking(false), in RegScavenger()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.h184 unsigned NumPhysRegs; member
188 : Name(name), RegisterFileDef(def), NumPhysRegs(0) {} in CodeGenRegisterFile()
DSubtargetEmitter.cpp685 OS << '"' << RD.Name << '"' << ", " << RD.NumPhysRegs << ", "; in EmitRegisterFileTables()
DCodeGenSchedule.cpp1526 CGRF.NumPhysRegs = RF->getValueAsInt("NumPhysRegs"); in collectRegisterFiles()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSchedule.h158 uint16_t NumPhysRegs; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetSchedule.td514 int NumPhysRegs = numPhysRegs;