Lines Matching defs:operand
121 compiler::AllocatedOperand::cast(value_node->result().operand());
254 compiler::AllocatedOperand source = merge->operand(predecessor_id);
271 phi->input(state.block()->predecessor_id()).operand());
273 compiler::AllocatedOperand::cast(phi->result().operand());
311 int DeoptStackSlotFromStackSlot(const compiler::AllocatedOperand& operand) {
313 GetFramePointerOffsetForStackSlot(operand));
451 const compiler::AllocatedOperand& operand =
452 compiler::AllocatedOperand::cast(input_location.operand());
453 if (operand.IsRegister()) {
455 translation_array_builder_.StoreInt32Register(operand.GetRegister());
457 translation_array_builder_.StoreRegister(operand.GetRegister());
462 DeoptStackSlotFromStackSlot(operand));
465 DeoptStackSlotFromStackSlot(operand));