You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1970,7 +1984,7 @@ inline bool PhyRegsLocalRA::isWordBusy(int whichgrf, int word, int howmany)
1970
1984
return retval;
1971
1985
}
1972
1986
1973
-
boolPhyRegsLocalRA::findFreeMultipleRegsForward(int regIdx, G4_Align align, int ®num, int nrows, int lastRowSize, int endReg, int instID, bool isHybridAlloc)
1987
+
boolPhyRegsLocalRA::findFreeMultipleRegsForward(int regIdx, G4_Align align, int ®num, int nrows, int lastRowSize, int endReg, unsignedshort occupiedBundles, int instID, bool isHybridAlloc)
1974
1988
{
1975
1989
int foundItem = 0;
1976
1990
int startReg = 0;
@@ -1989,8 +2003,13 @@ bool PhyRegsLocalRA::findFreeMultipleRegsForward(int regIdx, G4_Align align, int
Copy file name to clipboardExpand all lines: visa/LocalRA.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -334,6 +334,8 @@ class PhyRegsLocalRA
334
334
inlineboolisWordBusy( int whichgrf, int word );
335
335
inlineboolisWordBusy( int whichgrf, int word, int howmany );
336
336
337
+
boolfindFreeMultipleRegsForward(int regIdx, G4_Align align, int & regnum, int nrows, int lastRowSize, int endReg, unsignedshort occupiedBundles, int instID, bool isHybridAlloc);
338
+
337
339
voidmarkPhyRegs( G4_Declare* topdcl );
338
340
339
341
// Available/unavailable is different from busy/free
boolfindFreeMultipleRegsForward(int regIdx, G4_Align align, int ®num, int nrows, int lastRowSize, int endReg, int instID, bool isHybridAlloc);
424
425
boolfindFreeMultipleRegsBackward(int regIdx, G4_Align align, int ®num, int nrows, int lastRowSize, int endReg, int instID, bool isHybridAlloc);
425
426
boolfindFreeSingleReg( int regIdx, G4_SubReg_Align subalign, int ®num, int &subregnum, int size);
426
427
boolfindFreeSingleReg(int regIdx, int size, G4_Align align, G4_SubReg_Align subalign, int ®num, int &subregnum, int endReg, int instID, bool isHybridAlloc, bool forward);
0 commit comments