Lines Matching refs:unalloc
151 const UnallocatedOperand* unalloc = UnallocatedOperand::cast(&op);
152 os << "v" << unalloc->virtual_register();
153 if (unalloc->basic_policy() == UnallocatedOperand::FIXED_SLOT) {
154 return os << "(=" << unalloc->fixed_slot_index() << "S)";
156 switch (unalloc->extended_policy()) {
161 << Register::from_code(unalloc->fixed_register_index())
165 << (unalloc->IsSimd128Register()
167 unalloc->fixed_register_index())))
169 unalloc->fixed_register_index())))
176 return os << "(" << unalloc->input_index() << ")";