Home
last modified time | relevance | path

Searched refs:isWMMA (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h675 static bool isWMMA(const MachineInstr &MI) { in isWMMA() function
679 bool isWMMA(uint16_t Opcode) const { in isWMMA() function
H A DGCNHazardRecognizer.cpp1678 if (!SIInstrInfo::isWMMA(*MI)) in fixWMMAHazards()
1685 if (!SIInstrInfo::isWMMA(I)) in fixWMMAHazards()
H A DSIInstrInfo.cpp3265 if (SIInstrInfo::isWMMA(MI)) { in convertToThreeAddress()