Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp3072 static bool hasSMEMByteOffset(const MCSubtargetInfo &ST) { in hasSMEMByteOffset() function
3081 return hasSMEMByteOffset(ST) ? isUInt<20>(EncodedOffset) in isLegalSMRDEncodedUnsignedOffset()
3099 if (hasSMEMByteOffset(ST)) in convertSMRDOffsetUnits()
3121 assert(hasSMEMByteOffset(ST)); in getSMRDEncodedOffset()
3126 if (!isDwordAligned(ByteOffset) && !hasSMEMByteOffset(ST)) in getSMRDEncodedOffset()