Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h128 bool isGCN3Encoding() const { in isGCN3Encoding() function
H A DAMDGPU.td1240 Predicate<"Subtarget->isGCN3Encoding() && !Subtarget->hasGFX90AInsts()">,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h739 bool isGCN3Encoding(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp1446 bool isGCN3Encoding(const MCSubtargetInfo &STI) { in isGCN3Encoding() function
1815 return isGCN3Encoding(ST) || isGFX10Plus(ST); in hasSMEMByteOffset()