Home
last modified time | relevance | path

Searched refs:RegionIdx (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp610 GCNScheduleDAGMILive::getRealRegPressure(unsigned RegionIdx) const { in getRealRegPressure()
612 RPTracker.advance(begin(), end(), &LiveIns[RegionIdx]); in getRealRegPressure()
616 void GCNScheduleDAGMILive::computeBlockPressure(unsigned RegionIdx, in computeBlockPressure() argument
639 size_t CurRegion = RegionIdx; in computeBlockPressure()
672 if (CurRegion-- == RegionIdx) in computeBlockPressure()
921 DAG.RegionsWithIGLPInstrs[RegionIdx] = true; in initGCNRegion()
928 PressureBefore = DAG.Pressure[RegionIdx]; in initGCNRegion()
932 << print(DAG.LiveIns[RegionIdx], DAG.MRI) in initGCNRegion()
934 << print(llvm::getRegPressure(DAG.MRI, DAG.LiveIns[RegionIdx])) in initGCNRegion()
940 if (DAG.RegionsWithIGLPInstrs[RegionIdx] && in initGCNRegion()
[all …]
H A DGCNSchedStrategy.h219 GCNRegPressure getRealRegPressure(unsigned RegionIdx) const;
222 void computeBlockPressure(unsigned RegionIdx, const MachineBasicBlock *MBB);
263 unsigned RegionIdx = 0; variable
311 return DAG.RegionsWithExcessRP[RegionIdx]; in isRegionWithExcessRP()
320 void advanceRegion() { RegionIdx++; } in advanceRegion()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DPipelinePrinter.h43 unsigned RegionIdx; variable
56 : P(Pipe), Region(R), RegionIdx(Idx), STI(STI), PO(PO) {} in PipelinePrinter()
H A DPipelinePrinter.cpp26 OS << "\n[" << RegionIdx << "] Code Region"; in printRegionHeader()
106 if (!RegionIdx) { in printReport()
H A Dllvm-mca.cpp586 unsigned RegionIdx = 0; in main() local
673 mca::PipelinePrinter Printer(*P, *Region, RegionIdx, *STI, PO); in main()
697 ++RegionIdx; in main()
719 mca::PipelinePrinter Printer(*P, *Region, RegionIdx, *STI, PO); in main()
815 ++RegionIdx; in main()