reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1438 MachineInstr &MI = *Inst; 1441 handleCall(Inst); 1446 handleReturn(Inst); 1471 duplicateToTop(SrcFP, DstFP, Inst); 1480 BuildMI(*MBB, Inst, MI.getDebugLoc(), TII->get(X86::LD_F0)); 1624 shuffleStackTop(STUsesArray, NumSTUses, Inst); 1662 freeStackSlotAfter(Inst, FPReg); 1671 Inst = MBB->erase(Inst); // Remove the pseudo instruction 1671 Inst = MBB->erase(Inst); // Remove the pseudo instruction 1675 if (Inst == MBB->begin()) { 1677 Inst = BuildMI(*MBB, Inst, DebugLoc(), TII->get(TargetOpcode::KILL)); 1677 Inst = BuildMI(*MBB, Inst, DebugLoc(), TII->get(TargetOpcode::KILL)); 1679 --Inst;