Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:isUInt

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