Home
last modified time | relevance | path

Searched refs:GFX11Insts (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h106 bool GFX11Insts = false; variable
595 bool hasFlatScratchSVSMode() const { return GFX940Insts || GFX11Insts; } in hasFlatScratchSVSMode()
1079 bool hasSPackHL() const { return GFX11Insts; } in hasSPackHL()
1083 bool hasCompressedExport() const { return !GFX11Insts; } in hasCompressedExport()
1087 bool hasNullExportTarget() const { return !GFX11Insts; } in hasNullExportTarget()
1096 bool hasDelayAlu() const { return GFX11Insts; } in hasDelayAlu()
H A DAMDGPU.td341 "GFX11Insts",