Home
last modified time | relevance | path

Searched refs:InstrType (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp130 PPCII::PPC970_Unit InstrType = in getHazardType() local
133 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard; in getHazardType()
147 switch (InstrType) { in getHazardType()
229 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
232 if (InstrType == PPCII::PPC970_Pseudo) return; in EmitInstruction()
290 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()