Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h142 bool isGCN3Encoding() const { in isGCN3Encoding() function
H A DAMDGPU.td1466 Predicate<"Subtarget->isGCN3Encoding() && !Subtarget->hasGFX90AInsts()">,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h843 bool isGCN3Encoding(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp1802 bool isGCN3Encoding(const MCSubtargetInfo &STI) { in isGCN3Encoding() function
2225 return isGCN3Encoding(ST) || isGFX10Plus(ST); in hasSMEMByteOffset()