Searched defs:spill_operand (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | spill-placer.cc | 26 InstructionOperand spill_operand = range->GetSpillRangeOperand(); in Add() local 27 range->FilterSpillMoves(data(), spill_operand); in Add() local 49 range->CommitSpillMoves(data(), spill_operand); in Add() local 67 range->CommitSpillMoves(data(), spill_operand); in Add() local 98 range->CommitSpillMoves(data(), spill_operand); in Add() local
|
H A D | mid-tier-register-allocator.cc | 334 InstructionOperand* spill_operand() const { in spill_operand() function in v8::internal::compiler::final 524 Initialize(int virtual_register, MachineRepresentation rep, InstructionOperand* spill_operand, int instr_index, bool is_phi, bool is_constant, bool is_defined_in_deferred_block, bool is_exceptional_call_output) Initialize() argument
|
H A D | register-allocator.cc | 4673 InstructionOperand spill_operand; in CommitAssignment() local 4710 top_range->FilterSpillMoves(data(), spill_operand); in CommitAssignment() local 4711 top_range->CommitSpillMoves(data(), spill_operand); in CommitAssignment() local 4786 InstructionOperand spill_operand; in PopulateReferenceMaps() local 5108 InstructionOperand spill_operand = range->GetSpillRangeOperand(); CommitSpillsInDeferredBlocks() local [all...] |
Completed in 15 milliseconds