Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp100 struct PPCMIPeephole : public MachineFunctionPass { struct
108 PPCMIPeephole() : MachineFunctionPass(ID) { in PPCMIPeephole() argument
192 void PPCMIPeephole::initialize(MachineFunction &MFParm) { in initialize()
294 void PPCMIPeephole::UpdateTOCSaves( in UpdateTOCSaves()
387 void PPCMIPeephole::convertUnprimedAccPHIs( in convertUnprimedAccPHIs()
452 bool PPCMIPeephole::simplifyCode() { in simplifyCode()
1565 bool PPCMIPeephole::eliminateRedundantTOCSaves( in eliminateRedundantTOCSaves()
1607 bool PPCMIPeephole::eliminateRedundantCompare() { in eliminateRedundantCompare()
2015 INITIALIZE_PASS_BEGIN(PPCMIPeephole, DEBUG_TYPE,
2021 INITIALIZE_PASS_END(PPCMIPeephole, DEBUG_TYPE,
[all …]
H A DPPCInstr64Bit.td289 // clean this up in PPCMIPeephole with calls to
H A DPPCInstrInfo.td1742 // clean this up in PPCMIPeephole with calls to
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1513 SRCS_MIN+= Target/PowerPC/PPCMIPeephole.cpp