Searched refs:isLegalSMRDImmOffset (Results 1 – 5 of 5) sorted by relevance
448 bool isLegalSMRDImmOffset(const MCSubtargetInfo &ST, int64_t ByteOffset);
932 bool isLegalSMRDImmOffset(const MCSubtargetInfo &ST, int64_t ByteOffset) { in isLegalSMRDImmOffset() function
534 if (AMDGPU::isLegalSMRDImmOffset(Subtarget, GEPInfo.Imm)) { in selectSMRD()
1404 if (AMDGPU::isLegalSMRDImmOffset(*Subtarget, ByteOffset)) { in SelectSMRDOffset()
1082 static bool isLegalSMRDImmOffset(const AMDGPUSubtarget *ST, in isLegalSMRDImmOffset() function1102 if (isLegalSMRDImmOffset(Subtarget, EncodedOffset)) { in SelectSMRDOffset()