Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.cpp5920 static G4_CmpRelation compareBound(uint32_t myLB, uint32_t myRB, uint32_t otherLB, uint32_t otherRB) in compareBound() argument
5922 if (myLB == otherLB && myRB == otherRB) in compareBound()
5926 else if (myRB < otherLB || otherRB < myLB) in compareBound()
5930 else if (myLB <= otherLB && myRB >= otherRB) in compareBound()
5934 else if (myLB >= otherLB && myRB <= otherRB) in compareBound()
H A DG4_IR.hpp2507 auto otherLB = other->getLinearizedStart(), otherRB = other->getLinearizedEnd(); in hasOverlappingGRF() local
2508 return !(RB < otherLB || LB > otherRB); in hasOverlappingGRF()