Lines Matching refs:KILL
160 // %ST0 = COPY %FP4<kill>
264 /// duplicatePendingSTBeforeKill - The instruction at I is about to kill
520 // Kill off unwanted live-ins. This can happen with a critical edge.
543 // We may need to kill and define some registers to match successors.
878 /// adjustLiveRegs - Kill and revive registers such that exactly the FP
905 // Kill registers by popping.
918 // Manually kill the rest.
1303 // If we kill the second operand, make sure to pop it from the stack.
1529 // Collect FP registers to kill afer the instruction.
1530 // Always kill all the scratch regs.
1542 // If we kill this operand, make sure to pop it from the stack after the
1686 // register, in which case only one will be a kill.
1688 (Op.isKill() || // Marked kill.
1690 MI->killsRegister(Op.getReg())) && // Later use is marked kill.
1764 DEBUG(dbgs() << "Inserting dummy KILL\n");
1765 I = BuildMI(*MBB, I, DebugLoc(), TII->get(TargetOpcode::KILL));