Lines Matching refs:PPC

66     if (!PredMCID || PredMCID->getSchedClass() != PPC::Sched::IIC_SprMTSPR)  in isBCTRAfterSet()
81 namespace llvm { namespace PPC { extern int getNonRecordFormOpcode(uint16_t); } } namespace
95 case PPC::Sched::IIC_IntDivW: in mustComeFirst()
96 case PPC::Sched::IIC_IntDivD: in mustComeFirst()
97 case PPC::Sched::IIC_LdStLoadUpd: in mustComeFirst()
98 case PPC::Sched::IIC_LdStLDU: in mustComeFirst()
99 case PPC::Sched::IIC_LdStLFDU: in mustComeFirst()
100 case PPC::Sched::IIC_LdStLFDUX: in mustComeFirst()
101 case PPC::Sched::IIC_LdStLHA: in mustComeFirst()
102 case PPC::Sched::IIC_LdStLHAU: in mustComeFirst()
103 case PPC::Sched::IIC_LdStLWA: in mustComeFirst()
104 case PPC::Sched::IIC_LdStSTU: in mustComeFirst()
105 case PPC::Sched::IIC_LdStSTFDU: in mustComeFirst()
108 case PPC::Sched::IIC_LdStLoadUpdX: in mustComeFirst()
109 case PPC::Sched::IIC_LdStLDUX: in mustComeFirst()
110 case PPC::Sched::IIC_LdStLHAUX: in mustComeFirst()
111 case PPC::Sched::IIC_LdStLWARX: in mustComeFirst()
112 case PPC::Sched::IIC_LdStLDARX: in mustComeFirst()
113 case PPC::Sched::IIC_LdStSTUX: in mustComeFirst()
114 case PPC::Sched::IIC_LdStSTDCX: in mustComeFirst()
115 case PPC::Sched::IIC_LdStSTWCX: in mustComeFirst()
116 case PPC::Sched::IIC_BrMCRX: // mtcr in mustComeFirst()
123 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1) in mustComeFirst()
130 case PPC::Sched::IIC_BrCR: // cr logicals in mustComeFirst()
131 case PPC::Sched::IIC_SprMFCR: in mustComeFirst()
132 case PPC::Sched::IIC_SprMFCRF: in mustComeFirst()
133 case PPC::Sched::IIC_SprMTSPR: in mustComeFirst()
164 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 || in PreEmitNoops()
165 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9) in PreEmitNoops()
225 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 || in EmitNoop()
226 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9 || in EmitNoop()
370 if (HasCTRSet && Opcode == PPC::BCTRL) in getHazardType()
399 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true; in EmitInstruction()