Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNHazardRecognizer.h130 int checkMFMAPadding(MachineInstr *MI);
HDGCNHazardRecognizer.cpp1948 int GCNHazardRecognizer::checkMFMAPadding(MachineInstr *MI) { in checkMFMAPadding() function in GCNHazardRecognizer
2137 WaitStatesNeeded = std::max(WaitStatesNeeded, checkMFMAPadding(MI)); in checkMAIHazards908()
2364 WaitStatesNeeded = std::max(WaitStatesNeeded, checkMFMAPadding(MI)); in checkMAIHazards90A()