Lines Matching refs:SILowerControlFlow

69 class SILowerControlFlow : public MachineFunctionPass {  class
120 SILowerControlFlow() : in SILowerControlFlow() function in __anon65737cf30111::SILowerControlFlow
132 char SILowerControlFlow::ID = 0;
134 INITIALIZE_PASS(SILowerControlFlow, DEBUG_TYPE,
137 char &llvm::SILowerControlFlowPassID = SILowerControlFlow::ID;
141 return new SILowerControlFlow(); in createSILowerControlFlowPass()
159 bool SILowerControlFlow::shouldSkip(MachineBasicBlock *From, in shouldSkip()
201 void SILowerControlFlow::Skip(MachineInstr &From, MachineOperand &To) { in Skip()
211 bool SILowerControlFlow::skipIfDead(MachineInstr &MI, MachineBasicBlock &NextBB) { in skipIfDead()
248 void SILowerControlFlow::If(MachineInstr &MI) { in If()
271 void SILowerControlFlow::Else(MachineInstr &MI, bool ExecModified) { in Else()
304 void SILowerControlFlow::Break(MachineInstr &MI) { in Break()
318 void SILowerControlFlow::IfBreak(MachineInstr &MI) { in IfBreak()
333 void SILowerControlFlow::ElseBreak(MachineInstr &MI) { in ElseBreak()
348 void SILowerControlFlow::Loop(MachineInstr &MI) { in Loop()
363 void SILowerControlFlow::EndCf(MachineInstr &MI) { in EndCf()
376 void SILowerControlFlow::Branch(MachineInstr &MI) { in Branch()
384 void SILowerControlFlow::Kill(MachineInstr &MI) { in Kill()
413 void SILowerControlFlow::splitLoadM0BlockLiveIns(LivePhysRegs &RemainderLiveRegs, in splitLoadM0BlockLiveIns()
444 void SILowerControlFlow::emitLoadM0FromVGPRLoop(MachineBasicBlock &LoopBB, in emitLoadM0FromVGPRLoop()
487 MachineBasicBlock *SILowerControlFlow::insertSkipBlock( in insertSkipBlock()
502 SILowerControlFlow::splitBlock(MachineBasicBlock &MBB, in splitBlock()
526 bool SILowerControlFlow::loadM0(MachineInstr &MI, MachineInstr *MovRel, int Offset) { in loadM0()
599 SILowerControlFlow::computeIndirectRegAndOffset(unsigned VecReg, int Offset) const { in computeIndirectRegAndOffset()
628 bool SILowerControlFlow::indirectSrc(MachineInstr &MI) { in indirectSrc()
657 bool SILowerControlFlow::indirectDst(MachineInstr &MI) { in indirectDst()
685 bool SILowerControlFlow::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()