Lines Matching refs:Hazard
1 //===-- PPCHazardRecognizers.cpp - PowerPC Hazard Recognizer Impls --------===//
10 // This file implements hazard recognizers for scheduling on PowerPC processors.
237 // PowerPC 970 Hazard Recognizer
271 // Structural hazard info.
320 /// getHazardType - We return hazard for any non-branch instruction that would
343 return Hazard;
349 return Hazard;
359 if (NumIssued == 4) return Hazard;
363 if (NumIssued >= 2) return Hazard;
398 // Update structural hazard information.