Home
last modified time | relevance | path

Searched refs:getcompilerStats (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DG4_Sched.cpp617 kernel.fg.builder->getcompilerStats().SetFlag("PreRASchedulerForPressure", in run()
650 kernel.fg.builder->getcompilerStats().SetFlag("PreRASchedulerForLatency", in run()
813 kernel.fg.builder->getcompilerStats().SetFlag("PreRASchedulerForPressure", in run()
851 kernel.fg.builder->getcompilerStats().SetFlag("PreRASchedulerForLatency", in run()
H A DLocalScheduler_G4IR.cpp107 …fg.builder->getcompilerStats().SetI64(CompilerStats::numCyclesStr(), totalCycles, fg.getKernel()->… in localScheduling()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBuildIR.h655 CompilerStats &getcompilerStats() {return compilerStats;} in getcompilerStats() function
H A DSpillManagerGMRF.cpp5763 …kernel.fg.builder->getcompilerStats().SetI64(CompilerStats::numGRFSpillStr(), numGRFSpill, kernel.… in expandSpillFillIntrinsics()
5764 …kernel.fg.builder->getcompilerStats().SetI64(CompilerStats::numGRFFillStr(), numGRFFill, kernel.ge… in expandSpillFillIntrinsics()
H A DRegAlloc.cpp3448 CompilerStats &Stats = builder.getcompilerStats(); in recordRAStats()
H A DVISAKernelImpl.cpp613 m_builder->getcompilerStats().Link(m_compilerStats); in InitializeFastPath()
H A DOptimizer.cpp8099 …builder.getcompilerStats().SetI64(CompilerStats::numSendStr(), numSends, builder.kernel.getSimdSiz… in collectStats()