Home
last modified time | relevance | path

Searched refs:GetGlobalMapping (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.hpp53 CVariable* GetGlobalMapping(llvm::Value* c) override;
H A DShaderCodeGen.hpp238 virtual CVariable* GetGlobalMapping(llvm::Value* c);
511 llvm::DenseMap<llvm::Value*, CVariable*>& GetGlobalMapping() in GetGlobalMapping() function in IGC::CShader
H A DDebugInfo.cpp517 auto& GlobalSymbolMapping = m_pShader->GetGlobalMapping(); in transferMappings()
H A DCShader.cpp1536 CVariable* CShader::GetGlobalMapping(llvm::Value* c) in GetGlobalMapping() function in CShader
1564 return GetGlobalMapping(c); in GetScalarConstant()
H A DOpenCLKernelCodeGen.cpp1860 CVariable* COpenCLKernel::GetGlobalMapping(llvm::Value* c) in GetGlobalMapping() function in IGC::COpenCLKernel