Lines Matching defs:unalloc
69 LUnallocated* unalloc = LUnallocated::cast(operand_);
70 requires_reg_ = unalloc->HasRegisterPolicy();
71 register_beneficial_ = !unalloc->HasAnyPolicy();
249 LUnallocated* unalloc = new(zone) LUnallocated(LUnallocated::NONE);
250 unalloc->set_virtual_register(id_);
251 op = unalloc;
1053 LUnallocated* unalloc =
1055 unalloc->set_virtual_register(op->id());
1056 operand = unalloc;