Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp127 void SetStackFunctionRetSize(uint size); // size in GRFs
H A DCISABuilder.cpp4767 void CEncoder::SetStackFunctionRetSize(uint size) in SetStackFunctionRetSize() function in IGC::CEncoder
H A DEmitVISAPass.cpp11181 m_encoder->SetStackFunctionRetSize((RetSize + getGRFSize() - 1) / getGRFSize()); in emitStackFuncExit()
11201 m_encoder->SetStackFunctionRetSize(0); in emitStackFuncExit()