Searched refs:PPCMIPeephole (Results 1 – 9 of 9) sorted by relevance
41 struct PPCMIPeephole : public MachineFunctionPass { struct48 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function74 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()83 bool PPCMIPeephole::simplifyCode(void) { in simplifyCode()199 unsigned PPCMIPeephole::lookThruCopyLike(unsigned SrcReg) { in lookThruCopyLike()224 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,226 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,229 char PPCMIPeephole::ID = 0;231 llvm::createPPCMIPeepholePass() { return new PPCMIPeephole(); } in createPPCMIPeepholePass()
31 PPCMIPeephole.cpp
73 struct PPCMIPeephole : public MachineFunctionPass { struct80 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function117 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()198 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()219 bool PPCMIPeephole::simplifyCode(void) { in simplifyCode()983 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()1025 bool PPCMIPeephole::eliminateRedundantCompare(void) { in eliminateRedundantCompare()1280 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,1282 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,1285 char PPCMIPeephole::ID = 0;[all …]
33 PPCMIPeephole.cpp
199 // clean this up in PPCMIPeephole with calls to
1648 // clean this up in PPCMIPeephole with calls to
4 ; Test cases for compare elimination in PPCMIPeephole pass
643 "llvm/lib/Target/PowerPC/PPCMIPeephole.cpp",
1448 ${LLVM_DIR}/lib/Target/PowerPC/PPCMIPeephole.cpp