Home
last modified time | relevance | path

Searched refs:SetSpillSize (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCodeGenContext.cpp101 void RetryManager::SetSpillSize(unsigned int spillSize) { lastSpillSize = spillSize; } in SetSpillSize() function in IGC::RetryManager
H A DCodeGenPublic.h800 void SetSpillSize(unsigned int spillSize);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.cpp5489 context->m_retryManager.SetSpillSize(jitInfo->numGRFSpillFill); in Compile()