Home
last modified time | relevance | path

Searched refs:allocated_regs (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc1510 const RegisterBitVector& allocated_regs, MachineRepresentation rep);
1872 RegisterBitVector allocated_regs; in GetAllocatedRegBitVector() local
1877 allocated_regs.Add(reg, virtual_register.rep()); in GetAllocatedRegBitVector()
1880 return allocated_regs; in GetAllocatedRegBitVector()
2173 const RegisterBitVector& allocated_regs, MachineRepresentation rep) { in ChooseFreeRegister()
2177 chosen_reg = allocated_regs.GetFirstCleared(num_allocatable_registers_); in ChooseFreeRegister()
2182 if (IsValidForRep(reg, rep) && !allocated_regs.Contains(reg, rep)) { in ChooseFreeRegister()
2172 ChooseFreeRegister( const RegisterBitVector& allocated_regs, MachineRepresentation rep) ChooseFreeRegister() argument

Completed in 7 milliseconds