Searched defs:InstrType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp335 PPCII::PPC970_Unit InstrType = local
338 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
351 switch (InstrType) {
393 PPCII::PPC970_Unit InstrType = local
396 if (InstrType == PPCII::PPC970_Pseudo) return;
410 if (InstrType == PPCII::PPC970_BRU || isSingle)

Completed in 718 milliseconds