Lines Matching defs:allocation
269 compiler::InstructionOperand allocation = TryAllocateRegister(phi);
270 if (allocation.IsAllocated()) {
272 compiler::AllocatedOperand::cast(allocation));
331 input->InjectAllocated(node->allocation());
346 input->InjectAllocated(node->allocation());
510 // Inject allocation into target phis.
517 input.InjectAllocated(input.node()->allocation());
595 compiler::AllocatedOperand location = node->allocation();
686 compiler::InstructionOperand allocation = TryAllocateRegister(node);
687 DCHECK(allocation.IsAllocated());
688 return compiler::AllocatedOperand::cast(allocation);
723 // Allocation succeeded. This might have found an existing allocation.
840 merge->operand(predecessor_id) = node->allocation();
865 // If the register is unallocated at the merge point, allocation so far
885 merge->operand(predecessor_id) = node->allocation();