reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 I != IE;) { 55 MachineInstr &MI = *I; 71 ++I; 112 BuildMI(MBB, I, DL, TII->get(PPC::ADJCALLSTACKDOWN)).addImm(0) 116 MachineInstr *Addi = BuildMI(MBB, I, DL, TII->get(Opc1), GPR3) 122 MachineBasicBlock::iterator First = I; 125 MachineInstr *Call = (BuildMI(MBB, I, DL, TII->get(Opc2), GPR3) 130 BuildMI(MBB, I, DL, TII->get(PPC::ADJCALLSTACKUP)).addImm(0).addImm(0); 132 BuildMI(MBB, I, DL, TII->get(TargetOpcode::COPY), OutReg) 136 MachineBasicBlock::iterator Last = I; 140 ++I;