Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1814 static bool hasSMEMByteOffset(const MCSubtargetInfo &ST) { in hasSMEMByteOffset() function
1824 return hasSMEMByteOffset(ST) ? isUInt<20>(EncodedOffset) in isLegalSMRDEncodedUnsignedOffset()
1842 if (hasSMEMByteOffset(ST)) in convertSMRDOffsetUnits()
1853 assert(hasSMEMByteOffset(ST)); in getSMRDEncodedOffset()
1857 if (!isDwordAligned(ByteOffset) && !hasSMEMByteOffset(ST)) in getSMRDEncodedOffset()