Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp51 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()
68 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoops()
DSIInstrInfo.h351 static bool isDPP(const MachineInstr &MI) { in isDPP() function
355 bool isDPP(uint16_t Opcode) const { in isDPP() function