Home
last modified time | relevance | path

Searched refs:spill_op (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_spill.cpp877 Operand spill_op = phi->operands[i]; in add_coupling_code() local
879 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()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc647 const InstructionOperand& spill_op) { in ConvertUsesToOperand() argument
653 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot()); in ConvertUsesToOperand()
654 InstructionOperand::ReplaceWith(pos->operand(), &spill_op); in ConvertUsesToOperand()
Dregister-allocator.h669 const InstructionOperand& spill_op); in NON_EXPORTED_BASE()