Home
last modified time | relevance | path

Searched refs:isMAI (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h825 static bool isMAI(const MachineInstr &MI) { in isMAI() function
829 bool isMAI(uint16_t Opcode) const { in isMAI() function
834 return isMAI(MI) && MI.getOpcode() != AMDGPU::V_ACCVGPR_WRITE_B32_e64 && in isMFMA()
H A DGCNHazardRecognizer.cpp231 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()
H A DSIInstrInfo.cpp4513 if (isMAI(MI) && ST.hasMFMAInlineLiteralBug() && in isImmOperandLegal()
9719 if (isMAI(Opcode)) { in pseudoToMCOpcode()
10432 if (!SIInstrInfo::isMAI(MI) || isDGEMM(Opcode) || in isXDL()
H A DSIISelLowering.cpp16303 if (TII->isMAI(MI)) { in AdjustInstrPostInstrSelection()