Home
last modified time | relevance | path

Searched refs:PeelingModuloScheduleExpander (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1596 PeelingModuloScheduleExpander::peelKernel(LoopPeelDirection LPD) { in peelKernel()
1612 void PeelingModuloScheduleExpander::filterInstructions(MachineBasicBlock *MB, in filterInstructions()
1641 void PeelingModuloScheduleExpander::moveStageBetweenBlocks( in moveStageBetweenBlocks()
1726 PeelingModuloScheduleExpander::getPhiCanonicalReg(MachineInstr *CanonicalPhi, in getPhiCanonicalReg()
1743 void PeelingModuloScheduleExpander::peelPrologAndEpilogs() { in peelPrologAndEpilogs()
1860 MachineBasicBlock *PeelingModuloScheduleExpander::CreateLCSSAExitingBlock() { in CreateLCSSAExitingBlock()
1904 PeelingModuloScheduleExpander::getEquivalentRegisterIn(Register Reg, in getEquivalentRegisterIn()
1911 void PeelingModuloScheduleExpander::rewriteUsesOf(MachineInstr *MI) { in rewriteUsesOf()
1954 void PeelingModuloScheduleExpander::fixupBranches() { in fixupBranches()
2001 void PeelingModuloScheduleExpander::rewriteKernel() { in rewriteKernel()
[all …]
H A DMachinePipeliner.cpp660 PeelingModuloScheduleExpander MSE(MF, MS, &LIS); in schedule()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h282 class PeelingModuloScheduleExpander {
284 PeelingModuloScheduleExpander(MachineFunction &MF, ModuloSchedule &S, in PeelingModuloScheduleExpander() function