Searched defs:rhsMaskWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp539 int32_t lhsMaskWidth = 0, rhsMaskWidth = 0; local
550 rhsMaskWidth = rhsMaskVal ? CountPopulation_32(rhsMaskVal) : 32 - rhsShiftVal;
563 dbgs() << "\twidth(E) = " << rhsMaskWidth << "\n";
583 dbgs() << " >= (" << rhsMaskWidth << " + " << rhsMaskOffset << ") = ";
584 dbgs() << (lhsMaskOffset >= (rhsMaskWidth + rhsMaskOffset));
590 if (lhsMaskOffset >= (rhsMaskWidth + rhsMaskOffset)) {
613 width = ConstantInt::get(aType, rhsMaskWidth, false);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp539 int32_t lhsMaskWidth = 0, rhsMaskWidth = 0; local
550 rhsMaskWidth = rhsMaskVal ? CountPopulation_32(rhsMaskVal) : 32 - rhsShiftVal;
563 dbgs() << "\twidth(E) = " << rhsMaskWidth << "\n";
583 dbgs() << " >= (" << rhsMaskWidth << " + " << rhsMaskOffset << ") = ";
584 dbgs() << (lhsMaskOffset >= (rhsMaskWidth + rhsMaskOffset));
590 if (lhsMaskOffset >= (rhsMaskWidth + rhsMaskOffset)) {
613 width = ConstantInt::get(aType, rhsMaskWidth, false);

Completed in 69 milliseconds