Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DGenCodeGenModule.h201 FunctionGroup* IndirectCallGroup = nullptr; variable
260 return FG != nullptr && FG == IndirectCallGroup; in isIndirectCallGroup()
264 return IndirectCallGroup; in getIndirectCallGroup()
H A DGenCodeGenModule.cpp563 if (FG == IndirectCallGroup) continue; in setGroupAttributes()
629 IndirectCallGroup = createFunctionGroup(defaultKernel); in addIndirectFuncsToKernelGroup()
640 addToFunctionGroup(F, IndirectCallGroup, F); in addIndirectFuncsToKernelGroup()
740 IndirectCallGroup = nullptr; in clear()