Searched refs:isMAI (Results 1 – 4 of 4) sorted by relevance
792 static bool isMAI(const MachineInstr &MI) { in isMAI() function796 bool isMAI(uint16_t Opcode) const { in isMAI() function801 return isMAI(MI) && MI.getOpcode() != AMDGPU::V_ACCVGPR_WRITE_B32_e64 && in isMFMA()
126 if (!SIInstrInfo::isMAI(MI) || in isXDL()249 if (SIInstrInfo::isMAI(*MI) && checkMAIHazards(MI) > 0) in getHazardType()389 if (SIInstrInfo::isMAI(*MI)) in PreEmitNoopsCommon()1943 assert(SIInstrInfo::isMAI(*MI)); in checkMAIHazards()2402 return SIInstrInfo::isVALU(MI) && !SIInstrInfo::isMAI(MI); in checkMAILdStHazards()
984 if (!TII->isMAI(MAI) || in apply()
4369 if (isMAI(MI) && ST.hasMFMAInlineLiteralBug() && in isImmOperandLegal()9255 if (isMAI(Opcode)) { in pseudoToMCOpcode()