Lines Matching refs:PPCMIPeephole
100 struct PPCMIPeephole : public MachineFunctionPass { struct
108 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function
182 void PPCMIPeephole::addRegToUpdateWithLine(Register Reg, int Line) { in addRegToUpdateWithLine()
192 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
294 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()
387 void PPCMIPeephole::convertUnprimedAccPHIs( in convertUnprimedAccPHIs()
452 bool PPCMIPeephole::simplifyCode() { in simplifyCode()
1565 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()
1607 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()
1875 bool PPCMIPeephole::emitRLDICWhenLoweringJumpTables(MachineInstr &MI, in emitRLDICWhenLoweringJumpTables()
1948 bool PPCMIPeephole::combineSEXTAndSHL(MachineInstr &MI, in combineSEXTAndSHL()
2015 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,
2021 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,
2024 char PPCMIPeephole::ID = 0;
2026 llvm::createPPCMIPeepholePass() { return new PPCMIPeephole(); } in createPPCMIPeepholePass()