Searched refs:GFX940Insts (Results 1 – 2 of 2) sorted by relevance
104 bool GFX940Insts = false; variable595 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()
329 "GFX940Insts",