Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCMIPeephole.cpp82 struct PPCMIPeephole : public MachineFunctionPass { struct
89 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() function
135 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
219 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()
264 bool PPCMIPeephole::simplifyCode(void) { in simplifyCode()
1195 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()
1237 bool PPCMIPeephole::eliminateRedundantCompare(void) { in eliminateRedundantCompare()
1493 bool PPCMIPeephole::emitRLDICWhenLoweringJumpTables(MachineInstr &MI) { in emitRLDICWhenLoweringJumpTables()
1557 bool PPCMIPeephole::combineSEXTAndSHL(MachineInstr &MI, in combineSEXTAndSHL()
1621 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,
[all …]
HDPPCInstr64Bit.td206 // clean this up in PPCMIPeephole with calls to
HDPPCInstrInfo.td1783 // clean this up in PPCMIPeephole with calls to
/freebsd-11-stable/lib/clang/libllvm/
HDMakefile1196 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp