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

/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp147 PPCII::PPC970_Unit InstrType = local
150 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
163 switch (InstrType) {
205 PPCII::PPC970_Unit InstrType = local
208 if (InstrType == PPCII::PPC970_Pseudo) return;
222 if (InstrType == PPCII::PPC970_BRU || isSingle)

Completed in 158 milliseconds