Lines Matching refs:isUInt
774 if ((OffsetBits == 16 && !isUInt<16>(Offset)) || in isDSOffsetLegal()
775 (OffsetBits == 8 && !isUInt<8>(Offset))) in isDSOffsetLegal()
803 if (isUInt<16>(ByteOffset)) { in SelectDS1Addr1Offset()
832 if (isUInt<16>(CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
873 if (isUInt<8>(DWordOffset0)) { in SelectDS64Bit4ByteAligned()
900 if (isUInt<8>(DWordOffset0) && isUInt<8>(DWordOffset1)) { in SelectDS64Bit4ByteAligned()
920 return isUInt<12>(Imm->getZExtValue()); in isLegalMUBUFImmOffset()
962 } else if (isUInt<32>(C1->getZExtValue())) { in SelectMUBUF()
1100 isUInt<8>(EncodedOffset) : isUInt<20>(EncodedOffset); in isLegalSMRDImmOffset()
1123 if (!isUInt<32>(EncodedOffset) || !isUInt<32>(ByteOffset)) in SelectSMRDOffset()
1126 if (Gen == AMDGPUSubtarget::SEA_ISLANDS && isUInt<32>(EncodedOffset)) { in SelectSMRDOffset()