Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/include/vc/GenXOpts/Utils/
H A DInternalMetadata.h28 inline constexpr const char VCStackAmount[] = "VC.Stack.Amount"; variable
H A DKernelInfo.h35 if (!F->hasFnAttribute(genx::FunctionMD::VCStackAmount)) in getStackAmount()
38 F->getFnAttribute(genx::FunctionMD::VCStackAmount).getValueAsString(); in getStackAmount()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXStackUsage.cpp269 IGC_ASSERT(!Kernel.hasFnAttribute(genx::FunctionMD::VCStackAmount)); in checkKernel()
275 Kernel.addFnAttr(genx::FunctionMD::VCStackAmount, Os.str()); in checkKernel()