Searched refs:checkMAIHazards908 (Results 1 – 2 of 2) sorted by relevance
113 int checkMAIHazards908(MachineInstr *MI);
1945 return ST.hasGFX90AInsts() ? checkMAIHazards90A(MI) : checkMAIHazards908(MI); in checkMAIHazards()1978 int GCNHazardRecognizer::checkMAIHazards908(MachineInstr *MI) { in checkMAIHazards908() function in GCNHazardRecognizer