Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp107 struct PPCMIPeephole : public MachineFunctionPass { struct
115 PPCMIPeephole() : MachineFunctionPass(ID) {} in PPCMIPeephole() argument
187 void PPCMIPeephole::addRegToUpdateWithLine(Register Reg, int Line) { in addRegToUpdateWithLine()
196 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
298 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()
391 void PPCMIPeephole::convertUnprimedAccPHIs( in convertUnprimedAccPHIs()
459 bool PPCMIPeephole::simplifyCode() { in simplifyCode()
1590 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()
1632 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()
1900 bool PPCMIPeephole::emitRLDICWhenLoweringJumpTables(MachineInstr &MI, in emitRLDICWhenLoweringJumpTables()
[all …]
H A DPPCInstr64Bit.td289 // clean this up in PPCMIPeephole with calls to
H A DPPCInstrInfo.td1770 // clean this up in PPCMIPeephole with calls to
/freebsd/lib/clang/libllvm/
H A DMakefile1583 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp