Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h606 static bool isDPP(const MachineInstr &MI) { in isDPP() function
610 bool isDPP(uint16_t Opcode) const { in isDPP() function
H A DGCNHazardRecognizer.cpp178 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()
292 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoopsCommon()