Home
last modified time | relevance | path

Searched refs:getDeclarationID (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A DVISABuilderAPIDefinition.h985 VISA_BUILDER_API virtual int getDeclarationID(VISA_GenVar *decl) const = 0;
988 VISA_BUILDER_API virtual int getDeclarationID(VISA_AddrVar *decl) const = 0;
991 VISA_BUILDER_API virtual int getDeclarationID(VISA_PredVar *decl) const = 0;
994 VISA_BUILDER_API virtual int getDeclarationID(VISA_SamplerVar *decl) const = 0;
997 VISA_BUILDER_API virtual int getDeclarationID(VISA_SurfaceVar *decl) const = 0;
1000 VISA_BUILDER_API virtual int getDeclarationID(VISA_LabelVar *decl) const = 0;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DDebugInfo.cpp491 …16Channels = (unsigned int)m_pShader->GetEncoder().GetVISAKernel()->getDeclarationID(CVar->visaGen… in transferMappings()
494 …higher16Channels = m_pShader->GetEncoder().GetVISAKernel()->getDeclarationID(CVar->visaGenVariable… in transferMappings()
523 …auto VISADclIdx = m_pShader->GetEncoder().GetVISAKernel()->getDeclarationID(FP->visaGenVariable[0]… in transferMappings()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/DebugInfo/
H A DScalarVISAModule.cpp122 int regPTO = getDeclarationID(pVarPTO, false); in getPTOReg()
128 int regFP = getDeclarationID(framePtr, false); in getFPReg()
708 int ScalarVisaModule::getDeclarationID(CVariable* pVar, bool isSecondSimd32Instruction) const in getDeclarationID() function in IGC::ScalarVisaModule
H A DScalarVISAModule.h92 int getDeclarationID(CVariable* pVar, bool isSecondSimd32Instruction) const;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernel.h824 VISA_BUILDER_API int getDeclarationID(VISA_GenVar *decl) const override;
827 VISA_BUILDER_API int getDeclarationID(VISA_AddrVar *decl) const override;
830 VISA_BUILDER_API int getDeclarationID(VISA_PredVar *decl) const override;
833 VISA_BUILDER_API int getDeclarationID(VISA_SamplerVar *decl) const override;
836 VISA_BUILDER_API int getDeclarationID(VISA_SurfaceVar *decl) const override;
839 VISA_BUILDER_API int getDeclarationID(VISA_LabelVar *decl) const override;
H A DVISAKernelImpl.cpp9287 int VISAKernelImpl::getDeclarationID(VISA_GenVar *decl) const in getDeclarationID() function in VISAKernelImpl
9293 int VISAKernelImpl::getDeclarationID(VISA_AddrVar *decl) const in getDeclarationID() function in VISAKernelImpl
9299 int VISAKernelImpl::getDeclarationID(VISA_PredVar *decl) const in getDeclarationID() function in VISAKernelImpl
9305 int VISAKernelImpl::getDeclarationID(VISA_SamplerVar *decl) const in getDeclarationID() function in VISAKernelImpl
9311 int VISAKernelImpl::getDeclarationID(VISA_SurfaceVar *decl) const in getDeclarationID() function in VISAKernelImpl
9317 int VISAKernelImpl::getDeclarationID(VISA_LabelVar *decl) const in getDeclarationID() function in VISAKernelImpl