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