Searched refs:isVI (Results 1 – 6 of 6) sorted by relevance
278 bool isVI() const;
125 } else if (DAsm->isVI()) { // VI supports 20-bit unsigned offsets. in decodeSMEMOffset()544 if ((isVI() || isGFX9()) && in getInstruction()580 if ((isVI() || isGFX9()) && in getInstruction()1793 bool AMDGPUDisassembler::isVI() const { in isVI() function in AMDGPUDisassembler
1797 if (isVI(STI) || isGFX9(STI)) in getNfmtLookupTable()2108 bool isVI(const MCSubtargetInfo &STI) { in isVI() function2125 return isVI(STI) || isGFX9(STI) || isGFX10(STI); in isGFX8_GFX9_GFX10()2129 return isVI(STI) || isGFX9Plus(STI); in isGFX8Plus()2171 return isSI(STI) || isCI(STI) || isVI(STI) || isGFX9(STI); in isNotGFX10Plus()
1279 bool isVI(const MCSubtargetInfo &STI);
477 assert(!AMDGPU::isVI(STI) || isUInt<20>(Offset)); in getSMEMOffsetEncoding()
1466 bool isVI() const { in isVI() function in __anon6862249c0111::AMDGPUAsmParser1467 return AMDGPU::isVI(getSTI()); in isVI()1524 return !isVI() && !isGFX9(); in hasSGPR102_SGPR103()2161 if (AsmParser->isVI()) in isSDWAOperand()4483 : (isVI() || IsBuffer) ? "expected a 20-bit unsigned offset" in validateSMEMOffset()6242 return (isVI() || isGFX9()) && getTargetStreamer().getTargetID()->isXnackSupported(); in subtargetHasRegister()9062 return isVI() || isGFX9(); in isSupportedDPPCtrl()9443 cvtSDWA(Inst, Operands, SIInstrFlags::VOPC, isVI()); in cvtSdwaVOPC()