Lines Matching refs:TSFlags

403     uint64_t TSFlags = DAsm->getMCII()->get(Opc).TSFlags;  in decodeAVLdSt()  local
404 uint16_t DataNameIdx = (TSFlags & SIInstrFlags::DS) ? AMDGPU::OpName::data0 in decodeAVLdSt()
414 if (TSFlags & SIInstrFlags::DS) { in decodeAVLdSt()
615 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::DPP) { in getInstruction()
619 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOP3P) in getInstruction()
621 else if ((MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOPC) || in getInstruction()
627 else if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOP3) in getInstruction()
644 if ((MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::DS) && in getInstruction()
649 if (MCII->get(MI.getOpcode()).TSFlags & in getInstruction()
655 (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::IsAtomicRet) ? in getInstruction()
666 if ((MCII->get(MI.getOpcode()).TSFlags & in getInstruction()
679 if (MCII->get(MI.getOpcode()).TSFlags & in getInstruction()
690 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::MIMG) { in getInstruction()
712 if (MCII->get(MI.getOpcode()).TSFlags & in getInstruction()
716 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::EXP) in getInstruction()
719 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VINTERP) in getInstruction()
722 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::SDWA) in getInstruction()
743 bool IsSOPK = MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::SOPK; in getInstruction()
946 auto TSFlags = MCII->get(MI.getOpcode()).TSFlags; in convertMIMGInst() local
955 int RsrcOpName = (TSFlags & SIInstrFlags::MIMG) ? AMDGPU::OpName::srsrc in convertMIMGInst()
978 bool IsGather4 = TSFlags & SIInstrFlags::Gather4; in convertMIMGInst()
979 bool IsVSample = TSFlags & SIInstrFlags::VSAMPLE; in convertMIMGInst()