Lines Matching refs:isUInt
643 if ((OffsetBits == 16 && !isUInt<16>(Offset)) || in isDSOffsetLegal()
644 (OffsetBits == 8 && !isUInt<8>(Offset))) in isDSOffsetLegal()
673 if (isUInt<16>(ByteOffset)) { in SelectDS1Addr1Offset()
701 if (isUInt<16>(CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
742 if (isUInt<8>(DWordOffset0)) { in SelectDS64Bit4ByteAligned()
769 if (isUInt<8>(DWordOffset0) && isUInt<8>(DWordOffset1)) { in SelectDS64Bit4ByteAligned()
789 return isUInt<12>(Imm->getZExtValue()); in isLegalMUBUFImmOffset()
839 if (isUInt<32>(C1->getZExtValue())) { in SelectMUBUF()
1085 isUInt<8>(EncodedOffset) : isUInt<20>(EncodedOffset); in isLegalSMRDImmOffset()
1108 if (!isUInt<32>(EncodedOffset) || !isUInt<32>(ByteOffset)) in SelectSMRDOffset()
1111 if (Gen == AMDGPUSubtarget::SEA_ISLANDS && isUInt<32>(EncodedOffset)) { in SelectSMRDOffset()