Home
last modified time | relevance | path

Searched refs:GetLoopUnrollThreshold (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/
H A DDriverInfoOCL.hpp47 unsigned int GetLoopUnrollThreshold() const override { return 1280; } in GetLoopUnrollThreshold() function in TC::CDriverInfoOCLCommon
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DDriverInfo.hpp205 virtual unsigned int GetLoopUnrollThreshold() const in GetLoopUnrollThreshold() function in IGC::CDriverInfo
H A DShaderCodeGen.cpp455 int LoopUnrollThreshold = ctx.m_DriverInfo.GetLoopUnrollThreshold(); in AddLegalizationPasses()
1730 int LoopUnrollThreshold = pContext->m_DriverInfo.GetLoopUnrollThreshold(); in OptimizeIR()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DGenTTI.cpp115 unsigned LoopUnrollThreshold = ctx->m_DriverInfo.GetLoopUnrollThreshold(); in getUnrollingPreferences()