HomeSort by: relevance | last modified time | path
    Searched refs:NumPhysRegs (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
RegisterFileStatistics.cpp 128 if (!RFDesc.NumPhysRegs)
134 if (!RFDesc.NumPhysRegs)
137 TempStream << RFDesc.NumPhysRegs;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
RegisterFile.h 98 const unsigned NumPhysRegs;
121 : NumPhysRegs(NumPhysRegisters), NumUsedPhysRegs(0),
  /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
RegisterFile.cpp 87 assert(RF.NumPhysRegs && "Invalid PRF with zero physical registers!");
148 RegisterFiles.emplace_back(RF.NumPhysRegs, RF.MaxMovesEliminatedPerCycle,
582 SmallVector<unsigned, 4> NumPhysRegs(getNumRegisterFiles());
589 NumPhysRegs[Entry.first] += Entry.second;
590 NumPhysRegs[0] += Entry.second;
595 unsigned NumRegs = NumPhysRegs[I];
600 if (!RMT.NumPhysRegs) {
606 if (RMT.NumPhysRegs < NumRegs) {
614 // NumPhysRegs value. This is a highly unusual case, and is not expected
617 // for NumPhysRegs
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSchedule.h 156 /// 'NumPhysRegs' means: this register file has an unbounded number of physical
160 uint16_t NumPhysRegs;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenSchedule.h 191 unsigned NumPhysRegs;
199 NumPhysRegs(0) {}
CodeGenSchedule.cpp 1849 CGRF.NumPhysRegs = RF->getValueAsInt("NumPhysRegs");
1850 if (!CGRF.NumPhysRegs) {
SubtargetEmitter.cpp 714 OS << '"' << RD.Name << '"' << ", " << RD.NumPhysRegs << ", ";

Completed in 66 milliseconds