Searched refs:PPCMIPeephole (Results 1 – 4 of 4) sorted by relevance
82 struct PPCMIPeephole : public MachineFunctionPass { struct89 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function135 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()219 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()264 bool PPCMIPeephole::simplifyCode(void) { in simplifyCode()1195 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()1237 bool PPCMIPeephole::eliminateRedundantCompare(void) { in eliminateRedundantCompare()1493 bool PPCMIPeephole::emitRLDICWhenLoweringJumpTables(MachineInstr &MI) { in emitRLDICWhenLoweringJumpTables()1557 bool PPCMIPeephole::combineSEXTAndSHL(MachineInstr &MI, in combineSEXTAndSHL()1621 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,[all …]
206 // clean this up in PPCMIPeephole with calls to
1783 // clean this up in PPCMIPeephole with calls to
1196 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp