Searched refs:lastRowSize (Results 1 – 4 of 4) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/ |
H A D | LocalRA.h | 93 static void getRowInfo(int size, int& nrows, int& lastRowSize); 348 …eRegsForward(int regIdx, BankAlign align, int & regnum, int nrows, int lastRowSize, int endReg, un… 437 …eRegsBackward(int regIdx, BankAlign align, int ®num, int nrows, int lastRowSize, int endReg, in… 443 …leRegsForward(int regIdx, BankAlign align, int& regnum, int nrows, int lastRowSize, int endReg, in…
|
H A D | LocalRA.cpp | 79 void LocalRA::getRowInfo(int size, int& nrows, int& lastRowSize) in getRowInfo() argument 90 lastRowSize = size%numEltPerGRF<Type_UW>(); in getRowInfo() 97 if (lastRowSize == 0) in getRowInfo() 99 lastRowSize = numEltPerGRF<Type_UW>(); in getRowInfo() 2132 if (lastRowSize % numEltPerGRF<Type_UW>() == 0) in findFreeMultipleRegsForward() 2165 if (lastRowSize % numEltPerGRF<Type_UW>() == 0) in findFreeMultipleRegsForward() 2174 (isWordBusy(i + 1, 0, lastRowSize) == false) && in findFreeMultipleRegsForward() 2206 if (lastRowSize % numEltPerGRF<Type_UW>() == 0) in findFreeMultipleRegsBackward() 2239 if (lastRowSize % numEltPerGRF<Type_UW>() == 0) in findFreeMultipleRegsBackward() 2451 int lastRowSize = 0; in findFreeRegs() local [all …]
|
H A D | LinearScanRA.cpp | 190 void LinearScanRA::getRowInfo(int size, int& nrows, int& lastRowSize) in getRowInfo() argument 201 lastRowSize = size % numEltPerGRF<Type_UW>(); in getRowInfo() 208 if (lastRowSize == 0) in getRowInfo() 210 lastRowSize = numEltPerGRF<Type_UW>(); in getRowInfo() 2225 int lastRowSize = 0; in runLinearScan() local 2227 LinearScanRA::getRowInfo(size, nrows, lastRowSize); in runLinearScan() 2837 if (lastRowSize % numEltPerGRF<Type_UW>() == 0) in findFreeMultipleRegsForward() 2867 if (lastRowSize % numEltPerGRF<Type_UW>() == 0) in findFreeMultipleRegsForward() 2876 (isWordBusy(i + 1, 0, lastRowSize) == false)) in findFreeMultipleRegsForward() 2948 int lastRowSize = 0; in findFreeRegs() local [all …]
|
H A D | LinearScanRA.h | 143 static void getRowInfo(int size, int& nrows, int& lastRowSize);
|