File tree Expand file tree Collapse file tree 3 files changed +108
-172
lines changed Expand file tree Collapse file tree 3 files changed +108
-172
lines changed Original file line number Diff line number Diff line change @@ -459,19 +459,9 @@ G4_Type getMixModeType() const {
459
459
// each flag register is 16-bit
460
460
uint32_t getNumFlagRegisters (void ) { return getPlatform () >= Xe_PVC ? 8 : 4 ; }
461
461
462
- // each address register is 16 bits
463
462
uint32_t getNumAddrRegisters () const {
464
463
return 16 ;
465
- }
466
-
467
- // each address register is 16 bits
468
- uint32_t getNumAddrRegistersInGRFSizeSWSB () const {
469
- if (hasMultipleALUPipes ()) {
470
- return ((16 * G4_WSIZE) + numEltPerGRF<Type_UB>() - 1 ) / numEltPerGRF<Type_UB>();
471
- } else {
472
- return 0 ;
473
- }
474
- }
464
+ }
475
465
476
466
uint32_t getNumScalarRegisters (void ) {
477
467
if (enableSendIndirect ()) {
@@ -656,8 +646,6 @@ bool hasLongOperandTypeDepIssue() const {
656
646
657
647
bool hasFourALUPipes () const { return getPlatform () >= Xe_PVC; }
658
648
659
- bool hasMultipleALUPipes () const { return hasThreeALUPipes () || hasFourALUPipes (); };
660
-
661
649
bool hasFiveALUPipes () const {
662
650
return getPlatform () >= Xe2;
663
651
}
@@ -737,6 +725,10 @@ bool hasWriteCombine() const {
737
725
return getPlatform () >= Xe2;
738
726
}
739
727
728
+ bool hasA0WARHWissue () {
729
+ return getPlatform () >= Xe_XeHPSDV;
730
+ }
731
+
740
732
bool hasFtoPackedHFMove () const { return getPlatform () >= Xe_DG2; }
741
733
742
734
bool hasGather4PO () const { return getPlatform () <= GENX_TGLLP; }
You can’t perform that action at this time.
0 commit comments