Home
last modified time | relevance | path

Searched refs:m_enableFunctionPointer (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorCommon/
H A DProcessFuncAttributes.cpp341 pCtx->m_enableFunctionPointer = true; in runOnModule()
479 pCtx->m_enableFunctionPointer = true; in runOnModule()
636 pCtx->m_enableFunctionPointer = true; in runOnModule()
685 pCtx->m_enableFunctionPointer = true; in runOnModule()
952 if (pCtx->m_enableFunctionPointer) { in runOnModule()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/PrivateMemory/
H A DPrivateMemoryUsageAnalysis.cpp68 if (hasStackCall || pCtx->m_enableFunctionPointer) in runOnModule()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCodeGenContext.cpp946 return (m_enableSubroutine || m_enableFunctionPointer); in enableFunctionCall()
984 m_enableFunctionPointer = false; in clear()
H A DCodeGenPublic.h894 bool m_enableFunctionPointer = false; variable
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DGenCodeGenModule.cpp165 pCtx->m_enableFunctionPointer = true; in processFunction()
243 pCtx->m_enableFunctionPointer = true; in processSCC()
H A DShaderCodeGen.cpp1281 if (ctx->m_enableFunctionPointer in CodeGen()
1468 pContext->m_enableFunctionPointer = true; in unify_opt_PreProcess()