Home | History | Annotate | Download | only in compiler

Lines Matching refs:LocationOperand

74         LocationOperand::cast(output)->GetRegister().is(reg)) {
86 LocationOperand::cast(output)->GetDoubleRegister().is(reg)) {
165 ? LocationOperand::cast(operand)->GetRegister().code()
166 : LocationOperand::cast(operand)->GetDoubleRegister().code();
414 return AllocatedOperand(LocationOperand::REGISTER, representation(),
826 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index);
1565 DCHECK(LocationOperand::cast(output)->index() <
1567 range->SetSpillOperand(LocationOperand::cast(output));
1630 DCHECK(LocationOperand::cast(first_output)->index() <
1632 range->SetSpillOperand(LocationOperand::cast(first_output));
1840 LocationOperand::cast(operand)->GetRegister().code());
1843 LocationOperand::cast(operand)->GetDoubleRegister().code());