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.h792 static bool isMAI(const MachineInstr &MI) { in isMAI() function
796 bool isMAI(uint16_t Opcode) const { in isMAI() function
801 return isMAI(MI) && MI.getOpcode() != AMDGPU::V_ACCVGPR_WRITE_B32_e64 && in isMFMA()
H A DGCNHazardRecognizer.cpp126 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()
H A DAMDGPUSubtarget.cpp984 if (!TII->isMAI(MAI) || in apply()
H A DSIInstrInfo.cpp4369 if (isMAI(MI) && ST.hasMFMAInlineLiteralBug() && in isImmOperandLegal()
9255 if (isMAI(Opcode)) { in pseudoToMCOpcode()