Searched refs:PPCMIPeephole (Results 1 – 4 of 4) sorted by relevance
107 struct PPCMIPeephole : public MachineFunctionPass { struct115 PPCMIPeephole() : MachineFunctionPass(ID) {} in PPCMIPeephole() argument187 void PPCMIPeephole::addRegToUpdateWithLine(Register Reg, int Line) { in addRegToUpdateWithLine()196 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()298 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()391 void PPCMIPeephole::convertUnprimedAccPHIs( in convertUnprimedAccPHIs()459 bool PPCMIPeephole::simplifyCode() { in simplifyCode()1590 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()1632 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()1900 bool PPCMIPeephole::emitRLDICWhenLoweringJumpTables(MachineInstr &MI, in emitRLDICWhenLoweringJumpTables()[all …]
289 // clean this up in PPCMIPeephole with calls to
1770 // clean this up in PPCMIPeephole with calls to
1583 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp