Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h150 bool isGCN3Encoding() const { in isGCN3Encoding() function
H A DAMDGPU.td1874 Predicate<"Subtarget->isGCN3Encoding() && !Subtarget->hasGFX90AInsts()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1298 bool isGCN3Encoding(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp2178 bool isGCN3Encoding(const MCSubtargetInfo &STI) { in isGCN3Encoding() function
2823 return isGCN3Encoding(ST) || isGFX10Plus(ST); in hasSMEMByteOffset()