Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DOpenCLKernelCodeGen.hpp52 unsigned int GetGlobalMappingValue(llvm::Value* c) override;
H A DShaderCodeGen.hpp237 virtual unsigned int GetGlobalMappingValue(llvm::Value* c);
H A DOpenCLKernelCodeGen.cpp1845 unsigned int COpenCLKernel::GetGlobalMappingValue(llvm::Value* c) in GetGlobalMappingValue() function in IGC::COpenCLKernel
1862 unsigned int val = GetGlobalMappingValue(c); in GetGlobalMapping()
H A DCShader.cpp1501 return GetGlobalMappingValue(GV); in GetConstantExpr()
1529 unsigned int CShader::GetGlobalMappingValue(llvm::Value* c) in GetGlobalMappingValue() function in CShader
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/DebugInfo/
H A DScalarVISAModule.cpp549 unsigned int offset = m_pShader->GetGlobalMappingValue(pValue); in GetVariableLocation()