Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h107 bool GFX940Insts = false; variable
622 bool hasFlatScratchSVSMode() const { return GFX940Insts || GFX11Insts; } in hasFlatScratchSVSMode()
1028 bool hasMovB64() const { return GFX940Insts; } in hasMovB64()
1030 bool hasLshlAddB64() const { return GFX940Insts; } in hasLshlAddB64()
1115 return GFX90AInsts && !GFX940Insts; in hasShift64HighRegBug()
1120 bool hasTransForwardingHazard() const { return GFX940Insts; } in hasTransForwardingHazard()
1124 bool hasDstSelForwardingHazard() const { return GFX940Insts; } in hasDstSelForwardingHazard()
1127 bool hasDOTOpSelHazard() const { return GFX940Insts || GFX11Insts; } in hasDOTOpSelHazard()
1131 return GFX940Insts; in hasVDecCoExecHazard()
1191 bool hasGFX940Insts() const { return GFX940Insts; } in hasGFX940Insts()
H A DAMDGPU.td331 "GFX940Insts",