Searched refs:isMAI (Results 1 – 4 of 4) sorted by relevance
825 static bool isMAI(const MachineInstr &MI) { in isMAI() function829 bool isMAI(uint16_t Opcode) const { in isMAI() function834 return isMAI(MI) && MI.getOpcode() != AMDGPU::V_ACCVGPR_WRITE_B32_e64 && in isMFMA()
231 if (SIInstrInfo::isMAI(*MI) && checkMAIHazards(MI) > 0) in getHazardType()370 if (SIInstrInfo::isMAI(*MI)) in PreEmitNoopsCommon()2034 assert(SIInstrInfo::isMAI(*MI)); in checkMAIHazards()2521 return SIInstrInfo::isVALU(MI) && !SIInstrInfo::isMAI(MI); in checkMAILdStHazards()
4513 if (isMAI(MI) && ST.hasMFMAInlineLiteralBug() && in isImmOperandLegal()9719 if (isMAI(Opcode)) { in pseudoToMCOpcode()10432 if (!SIInstrInfo::isMAI(MI) || isDGEMM(Opcode) || in isXDL()
16303 if (TII->isMAI(MI)) { in AdjustInstrPostInstrSelection()