Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp48 if (SIInstrInfo::isVMEM(*MI) && checkVMEMHazards(MI) > 0) in getHazardType()
66 return std::max(0, checkVMEMHazards(MI)); in PreEmitNoops()
223 int GCNHazardRecognizer::checkVMEMHazards(MachineInstr* VMEM) { in checkVMEMHazards() function in GCNHazardRecognizer
DGCNHazardRecognizer.h44 int checkVMEMHazards(MachineInstr* VMEM);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.h65 int checkVMEMHazards(MachineInstr* VMEM);
DGCNHazardRecognizer.cpp119 && checkVMEMHazards(MI) > 0) in getHazardType()
175 WaitStates = std::max(WaitStates, checkVMEMHazards(MI)); in PreEmitNoops()
401 int GCNHazardRecognizer::checkVMEMHazards(MachineInstr* VMEM) { in checkVMEMHazards() function in GCNHazardRecognizer