Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXDebugInfo.cpp619 class GenObjectWrapper { class
665 GenObjectWrapper(VISAKernel &VK, const Function &F);
666 ~GenObjectWrapper() { releaseDebugInfoResources(); } in ~GenObjectWrapper()
689 GenObjectWrapper::GenObjectWrapper(VISAKernel &VK, const Function &F) in GenObjectWrapper() function in __anonfda4d8be0911::GenObjectWrapper
719 const GenObjectWrapper &GOW;
751 const GenObjectWrapper &GOWIn) in CompiledVisaWrapper()
1032 const GenObjectWrapper &GOW, in buildGenXFunctionObject()
1051 const GenObjectWrapper &GOW, const ProgramInfo &PI, const GenXSubtarget &ST, in translateProgramInfoToGenXFunctionObjects()
1121 GenObjectWrapper GOW(PI.CompiledKernel, PI.getEntryPoint()); in processKernel()