Home
last modified time | relevance | path

Searched refs:checkDPPHazards (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp51 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()
69 return std::max(0, checkDPPHazards(MI)); in PreEmitNoops()
248 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() function in GCNHazardRecognizer
DGCNHazardRecognizer.h45 int checkDPPHazards(MachineInstr *DPP);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.h66 int checkDPPHazards(MachineInstr *DPP);
DGCNHazardRecognizer.cpp125 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()
178 WaitStates = std::max(WaitStates, checkDPPHazards(MI)); in PreEmitNoops()
423 int GCNHazardRecognizer::checkDPPHazards(MachineInstr *DPP) { in checkDPPHazards() function in GCNHazardRecognizer