Home
last modified time | relevance | path

Searched refs:GetDebugInfoData (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/DebugInfo/
H A DScalarVISAModule.cpp108 unsigned privateBaseRegNum = m_pShader->GetDebugInfoData().getVISADclId(pVar, 0); in getPrivateBaseReg()
564 pVar = m_pShader->GetDebugInfoData().getMapping(*pInst->getFunction(), pValue); in GetVariableLocation()
586 reg = m_pShader->GetDebugInfoData().getVISADclId(pVar, 0); in GetVariableLocation()
606 reg2 = m_pShader->GetDebugInfoData().getVISADclId(pVar, 1); in GetVariableLocation()
705 return m_pShader->GetDebugInfoData().getMapping(*pInst->getFunction(), pValue); in GetSymbol()
716 return m_pShader->GetDebugInfoData().getVISADclId(pVar, varId); in getDeclarationID()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DDebugInfo.cpp55 if (!currShader || !currShader->GetDebugInfoData().m_pDebugEmitter) in runOnModule()
88 unsigned int size = m_currShader->GetDebugInfoData().m_VISAModules.size(); in runOnModule()
89 m_pDebugEmitter = m_currShader->GetDebugInfoData().m_pDebugEmitter; in runOnModule()
188 for (auto& m : m_currShader->GetDebugInfoData().m_VISAModules) in runOnModule()
H A DShaderCodeGen.hpp522 DebugInfoData& GetDebugInfoData();
H A DEmitVISAPass.cpp851 m_currShader->GetDebugInfoData().m_pShader = m_currShader; in runOnFunction()
852 m_currShader->GetDebugInfoData().m_pDebugEmitter = m_pDebugEmitter; in runOnFunction()
1077 if (m_currShader->GetDebugInfoData().m_pDebugEmitter) in runOnFunction()
1096 m_currShader->GetDebugInfoData().markOutput(F, m_currShader); in runOnFunction()
1099 m_currShader->GetDebugInfoData().addVISAModule(&F, m_pDebugEmitter->getCurrentVISA()); in runOnFunction()
1100 m_currShader->GetDebugInfoData().transferMappings(F); in runOnFunction()
1129 if (!m_currShader->GetDebugInfoData().m_pDebugEmitter) in runOnFunction()
H A DCShader.cpp375 DebugInfoData& IGC::CShader::GetDebugInfoData() in GetDebugInfoData() function in IGC::CShader