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