Home | History | Annotate | Download | only in MSP430

Lines Matching defs:New

69     // Update FPW with the new base value...
245 MachineInstr *New = 0;
247 New = BuildMI(MF, Old->getDebugLoc(),
256 New = BuildMI(MF, Old->getDebugLoc(),
261 if (New) {
263 New->getOperand(3).setIsDead();
265 // Replace the pseudo instruction with a new instruction...
266 MBB.insert(I, New);
274 MachineInstr *New =
278 New->getOperand(3).setIsDead();
280 MBB.insert(I, New);