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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp130 PPCII::PPC970_Unit InstrType = local
133 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
147 switch (InstrType) {
229 PPCII::PPC970_Unit InstrType = local
232 if (InstrType == PPCII::PPC970_Pseudo) return;
290 if (InstrType == PPCII::PPC970_BRU || isSingle)
/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp338 PPCII::PPC970_Unit InstrType = local
341 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard;
354 switch (InstrType) {
396 PPCII::PPC970_Unit InstrType = local
399 if (InstrType == PPCII::PPC970_Pseudo) return;
413 if (InstrType == PPCII::PPC970_BRU || isSingle)

Completed in 138 milliseconds