Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h626 static bool isDPP(const MachineInstr &MI) { in isDPP() function
630 bool isDPP(uint16_t Opcode) const { in isDPP() function
H A DGCNHazardRecognizer.cpp211 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()
333 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoopsCommon()
H A DSIInstrInfo.cpp7484 if (isDPP(MI)) in getInstSizeInBytes()