Home | History | Annotate | Download | only in src

Lines Matching refs:unalloc

67     LUnallocated* unalloc = LUnallocated::cast(operand_);
68 requires_reg_ = unalloc->HasRegisterPolicy();
69 register_beneficial_ = !unalloc->HasAnyPolicy();
242 LUnallocated* unalloc = new(zone) LUnallocated(LUnallocated::NONE);
243 unalloc->set_virtual_register(id_);
244 op = unalloc;
1026 LUnallocated* unalloc = new(zone_) LUnallocated(LUnallocated::ANY);
1027 unalloc->set_virtual_register(op->id());
1028 operand = unalloc;