Searched refs:hasSMEMByteOffset (Results 1 – 1 of 1) sorted by relevance
1836 static bool hasSMEMByteOffset(const MCSubtargetInfo &ST) { in hasSMEMByteOffset() function1846 return hasSMEMByteOffset(ST) ? isUInt<20>(EncodedOffset) in isLegalSMRDEncodedUnsignedOffset()1864 if (hasSMEMByteOffset(ST)) in convertSMRDOffsetUnits()1875 assert(hasSMEMByteOffset(ST)); in getSMRDEncodedOffset()1879 if (!isDwordAligned(ByteOffset) && !hasSMEMByteOffset(ST)) in getSMRDEncodedOffset()