Home
last modified time | relevance | path

Searched refs:hasSMEMByteOffset (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp2224 static bool hasSMEMByteOffset(const MCSubtargetInfo &ST) { in hasSMEMByteOffset() function
2234 return hasSMEMByteOffset(ST) ? isUInt<20>(EncodedOffset) in isLegalSMRDEncodedUnsignedOffset()
2252 if (hasSMEMByteOffset(ST)) in convertSMRDOffsetUnits()
2263 assert(hasSMEMByteOffset(ST)); in getSMRDEncodedOffset()
2267 if (!isDwordAligned(ByteOffset) && !hasSMEMByteOffset(ST)) in getSMRDEncodedOffset()