Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNSubtarget.h104 bool GFX940Insts = false; variable
595 bool hasFlatScratchSVSMode() const { return GFX940Insts || GFX11Insts; } in hasFlatScratchSVSMode()
943 bool hasMovB64() const { return GFX940Insts; } in hasMovB64()
945 bool hasLshlAddB64() const { return GFX940Insts; } in hasLshlAddB64()
1030 return GFX90AInsts && !GFX940Insts; in hasShift64HighRegBug()
1035 bool hasTransForwardingHazard() const { return GFX940Insts; } in hasTransForwardingHazard()
1039 bool hasDstSelForwardingHazard() const { return GFX940Insts; } in hasDstSelForwardingHazard()
1042 bool hasDOTOpSelHazard() const { return GFX940Insts; } in hasDOTOpSelHazard()
1046 return GFX940Insts; in hasVDecCoExecHazard()
1102 bool hasGFX940Insts() const { return GFX940Insts; } in hasGFX940Insts()
DAMDGPU.td329 "GFX940Insts",