Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.cpp5106 unsigned int left_bound2 = opnd->getLeftBound(), right_bound2 = opnd->getRightBound(); in compareRegRegionToOperand() local
5113 if (myRightBound < left_bound2 || right_bound2 < myLeftBound) in compareRegRegionToOperand()
5117 else if (myLeftBound == left_bound2 && in compareRegRegionToOperand()
5128 bool opndExceedTwoGRF = (right_bound2 - left_bound2) > 2u * getGRFSize(); in compareRegRegionToOperand()
5131 if (left_bound2 >= myLeftBound && right_bound2 <= myRightBound) in compareRegRegionToOperand()
5135 else if (myLeftBound >= left_bound2 && myRightBound <= right_bound2) in compareRegRegionToOperand()