Home
last modified time | relevance | path

Searched refs:allocaStackSize (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 DCISABuilder.hpp689 unsigned allocaStackSize = 0; member
708 funcAttributeMap[F].allocaStackSize = size; in SetFunctionAllocaStackSize()
H A DCISABuilder.cpp5233 …entry.f_privateMemPerThread = (uint32_t) (it.second.argumentStackSize + it.second.allocaStackSize); in CreateFuncAttributeTable()