Home
last modified time | relevance | path

Searched refs:PPCMIPeephole (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp90 struct PPCMIPeephole : public MachineFunctionPass { struct
97 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function
148 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
232 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()
385 bool PPCMIPeephole::simplifyCode() { in simplifyCode()
1296 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()
1338 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()
1666 bool PPCMIPeephole::combineSEXTAndSHL(MachineInstr &MI, in combineSEXTAndSHL()
1730 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,
1735 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,
[all …]
H A DCMakeLists.txt44 PPCMIPeephole.cpp
H A DPPCInstr64Bit.td289 // clean this up in PPCMIPeephole with calls to
H A DPPCInstrInfo.td1597 // clean this up in PPCMIPeephole with calls to
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/
H A DBUILD.gn81 "PPCMIPeephole.cpp",
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcmp_elimination.ll4 ; Test cases for compare elimination in PPCMIPeephole pass