reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1287 unsigned NumOperands = MI.getDesc().getNumOperands(); 1289 unsigned Dest = getFPReg(MI.getOperand(0)); 1290 unsigned Op0 = getFPReg(MI.getOperand(NumOperands - 2)); 1291 unsigned Op1 = getFPReg(MI.getOperand(NumOperands - 1)); 1292 bool KillsOp0 = MI.killsRegister(X86::FP0 + Op0); 1293 bool KillsOp1 = MI.killsRegister(X86::FP0 + Op1); 1294 DebugLoc dl = MI.getDebugLoc(); 1351 int Opcode = Lookup(InstTable, MI.getOpcode()); 1374 MBB->getParent()->DeleteMachineInstr(&MI); // Remove the old instruction