Searched refs:GetGlobalMappingValue (Results 1 – 5 of 5) sorted by relevance
52 unsigned int GetGlobalMappingValue(llvm::Value* c) override;
237 virtual unsigned int GetGlobalMappingValue(llvm::Value* c);
1845 unsigned int COpenCLKernel::GetGlobalMappingValue(llvm::Value* c) in GetGlobalMappingValue() function in IGC::COpenCLKernel1862 unsigned int val = GetGlobalMappingValue(c); in GetGlobalMapping()
1501 return GetGlobalMappingValue(GV); in GetConstantExpr()1529 unsigned int CShader::GetGlobalMappingValue(llvm::Value* c) in GetGlobalMappingValue() function in CShader
549 unsigned int offset = m_pShader->GetGlobalMappingValue(pValue); in GetVariableLocation()