Searched refs:PPCMIPeephole (Results 1 – 4 of 4) sorted by relevance
108 struct PPCMIPeephole : public MachineFunctionPass { struct116 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument190 void PPCMIPeephole::addRegToUpdateWithLine(Register Reg, int Line) { in addRegToUpdateWithLine()200 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()302 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()395 void PPCMIPeephole::convertUnprimedAccPHIs( in convertUnprimedAccPHIs()463 bool PPCMIPeephole::simplifyCode() { in simplifyCode()1586 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()1628 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()1896 bool PPCMIPeephole::emitRLDICWhenLoweringJumpTables(MachineInstr &MI, in emitRLDICWhenLoweringJumpTables()[all …]
289 // clean this up in PPCMIPeephole with calls to
1744 // clean this up in PPCMIPeephole with calls to
1523 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp