Searched refs:hasInlineAsmCall (Results 1 – 3 of 3) sorted by relevance
117 …void InitEncoder(bool canAbortOnSpill, bool hasStackCall, bool hasInlineAsmCall, VISAKernel* prevK…
4618 …void CEncoder::InitEncoder(bool canAbortOnSpill, bool hasStackCall, bool hasInlineAsmCall, VISAKer… in InitEncoder() argument4627 m_hasInlineAsm = hasInlineAsmCall; in InitEncoder()
719 bool hasInlineAsmCall = m_pCtx->m_instrTypes.hasInlineAsm && in runOnFunction() local724 m_encoder->InitEncoder(m_canAbortOnSpill, hasStackCall, hasInlineAsmCall, prevKernel); in runOnFunction()