Home
last modified time | relevance | path

Searched refs:GetRetryId (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/debug/
H A DDump.cpp757 …dumpName = dumpName.SIMDSize(pProgram->m_dispatchSize).Retry(context->m_retryManager.GetRetryId())… in GetDumpNameObj()
769 .Retry(pContext->m_retryManager.GetRetryId()) in GetLLDumpName()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/common/
H A DLLVMUtils.cpp232 .Retry(pContext->m_retryManager.GetRetryId()) in DumpLLVMIR()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/sp/
H A Dspp_g8.cpp356 …dumpName = dumpName.SIMDSize(Kernel->m_dispatchSize).Retry(context->m_retryManager.GetRetryId()).E… in dumpOCLCos()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCodeGenContext.cpp96 unsigned RetryManager::GetRetryId() const { return stateId; } in GetRetryId() function in IGC::RetryManager
H A DCodeGenPublic.h795 unsigned GetRetryId() const;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DDeSSA.cpp563 .Retry(CTX->m_retryManager.GetRetryId()) in runOnFunction()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/
H A DdllInterfaceCompute.cpp1230 oclContext.m_retryManager.SetFirstStateId(oclContext.m_retryManager.GetRetryId()); in TranslateBuildSPMD()