Lines Matching refs:PEIImpl
80 class PEIImpl { class
128 PEIImpl(MachineOptimizationRemarkEmitter *ORE) : ORE(ORE) {} in PEIImpl() function in __anonc9108a930111::PEIImpl
221 bool PEIImpl::run(MachineFunction &MF) { in run()
364 return PEIImpl(ORE).run(MF); in runOnMachineFunction()
372 if (!PEIImpl(&ORE).run(MF)) in run()
383 void PEIImpl::calculateCallFrameInfo(MachineFunction &MF) { in calculateCallFrameInfo()
424 void PEIImpl::calculateSaveRestoreBlocks(MachineFunction &MF) { in calculateSaveRestoreBlocks()
655 void PEIImpl::spillCalleeSavedRegs(MachineFunction &MF) { in spillCalleeSavedRegs()
846 void PEIImpl::calculateFrameObjectOffsets(MachineFunction &MF) { in calculateFrameObjectOffsets()
1161 void PEIImpl::insertPrologEpilogCode(MachineFunction &MF) { in insertPrologEpilogCode()
1198 void PEIImpl::insertZeroCallUsedRegs(MachineFunction &MF) { in insertZeroCallUsedRegs()
1341 void PEIImpl::replaceFrameIndicesBackward(MachineFunction &MF) { in replaceFrameIndicesBackward()
1369 void PEIImpl::replaceFrameIndices(MachineFunction &MF) { in replaceFrameIndices()
1385 bool PEIImpl::replaceFrameIndexDebugInstr(MachineFunction &MF, MachineInstr &MI, in replaceFrameIndexDebugInstr()
1467 void PEIImpl::replaceFrameIndicesBackward(MachineBasicBlock *BB, in replaceFrameIndicesBackward()
1512 void PEIImpl::replaceFrameIndices(MachineBasicBlock *BB, MachineFunction &MF, in replaceFrameIndices()