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.cpp108 struct PPCMIPeephole : public MachineFunctionPass { struct
116 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument
190 void PPCMIPeephole::addRegToUpdateWithLine(Register Reg, int Line) { in addRegToUpdateWithLine()
200 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
302 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()
395 void PPCMIPeephole::convertUnprimedAccPHIs( in convertUnprimedAccPHIs()
463 bool PPCMIPeephole::simplifyCode() { in simplifyCode()
1586 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()
1628 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()
1896 bool PPCMIPeephole::emitRLDICWhenLoweringJumpTables(MachineInstr &MI, in emitRLDICWhenLoweringJumpTables()
[all …]
H A DPPCInstr64Bit.td289 // clean this up in PPCMIPeephole with calls to
H A DPPCInstrInfo.td1744 // clean this up in PPCMIPeephole with calls to
/freebsd/lib/clang/libllvm/
H A DMakefile1523 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp