Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLocalRA.cpp242 int maxRegsToUse = USABLE_GRFS_WITH_DEBUG_INFO; in preLocalRAAnalysis() local
245 maxRegsToUse = (numGRF - maxSendReg) - 10; in preLocalRAAnalysis()
262 if ((numGRF - maxRegsToUse) / 3 < (int)maxAddressedRows) in preLocalRAAnalysis()
264 maxRegsToUse = (numGRF - (maxAddressedRows * 3)); in preLocalRAAnalysis()
266 if (maxRegsToUse < 0) in preLocalRAAnalysis()
267 maxRegsToUse = 0; in preLocalRAAnalysis()
270 for (int i = maxRegsToUse; i < numGRF; i++) in preLocalRAAnalysis()