Searched refs:spill_op (Results 1 – 3 of 3) sorted by relevance
877 Operand spill_op = phi->operands[i]; in add_coupling_code() local879 if (spill_op.isTemp()) { in add_coupling_code()898 spill_op.setTemp(rename_it->second); in add_coupling_code()912 spill->operands[0] = spill_op; in add_coupling_code()925 if (spill_op.isTemp()) in add_coupling_code()
647 const InstructionOperand& spill_op) { in ConvertUsesToOperand() argument653 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot()); in ConvertUsesToOperand()654 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()
669 const InstructionOperand& spill_op); in NON_EXPORTED_BASE()