reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
405 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE); 406 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE), 408 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE); 413 IP = BB->end(); --IP; 413 IP = BB->end(); --IP; 417 MachineBasicBlock::iterator I2 = IP; 419 IP = I2; 422 BuildMI(*BB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(InVRSAVE);