Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h144 bool isGCN3Encoding() const { in isGCN3Encoding() function
H A DAMDGPU.td1530 Predicate<"Subtarget->isGCN3Encoding() && !Subtarget->hasGFX90AInsts()">,
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1121 bool isGCN3Encoding(const MCSubtargetInfo &STI);
H A DAMDGPUBaseInfo.cpp2000 bool isGCN3Encoding(const MCSubtargetInfo &STI) { in isGCN3Encoding() function
2489 return isGCN3Encoding(ST) || isGFX10Plus(ST); in hasSMEMByteOffset()