Lines Matching refs:TSFlags

381     uint64_t TSFlags = DAsm->getMCII()->get(Opc).TSFlags;  in decodeOperand_AVLdSt_Any()  local
382 uint16_t DataNameIdx = (TSFlags & SIInstrFlags::DS) ? AMDGPU::OpName::data0 in decodeOperand_AVLdSt_Any()
392 if (TSFlags & SIInstrFlags::DS) { in decodeOperand_AVLdSt_Any()
523 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOP3P) { in getInstruction()
528 assert(MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOP3); in getInstruction()
597 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOPC) in getInstruction()
605 if (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VOPC) in getInstruction()
730 if (Res && (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::DS) && in getInstruction()
735 if (Res && (MCII->get(MI.getOpcode()).TSFlags & in getInstruction()
741 (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::IsAtomicRet) ? in getInstruction()
752 if (Res && (MCII->get(MI.getOpcode()).TSFlags & in getInstruction()
765 if (Res && (MCII->get(MI.getOpcode()).TSFlags & in getInstruction()
776 if (Res && (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::MIMG)) { in getInstruction()
802 if (Res && (MCII->get(MI.getOpcode()).TSFlags & in getInstruction()
806 if (Res && (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::EXP)) in getInstruction()
809 if (Res && (MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::VINTERP)) in getInstruction()
833 bool IsSOPK = MCII->get(MI.getOpcode()).TSFlags & SIInstrFlags::SOPK; in getInstruction()
961 if (MCII->get(Opc).TSFlags & SIInstrFlags::VOP3P) { in convertDPP8Inst()
963 } else if ((MCII->get(Opc).TSFlags & SIInstrFlags::VOPC) || in convertDPP8Inst()
1029 auto TSFlags = MCII->get(MI.getOpcode()).TSFlags; in convertMIMGInst() local
1038 int RsrcOpName = TSFlags & SIInstrFlags::MIMG ? AMDGPU::OpName::srsrc in convertMIMGInst()
1061 bool IsGather4 = TSFlags & SIInstrFlags::Gather4; in convertMIMGInst()
1062 bool IsVSample = TSFlags & SIInstrFlags::VSAMPLE; in convertMIMGInst()