Lines Matching refs:LocationOperand
74 LocationOperand::cast(output)->GetRegister().is(reg)) { in IsOutputRegisterOf()
86 LocationOperand::cast(output)->GetDoubleRegister().is(reg)) { in IsOutputDoubleRegisterOf()
165 ? LocationOperand::cast(operand)->GetRegister().code() in HintRegister()
166 : LocationOperand::cast(operand)->GetDoubleRegister().code(); in HintRegister()
414 return AllocatedOperand(LocationOperand::REGISTER, representation(), in GetAssignedOperand()
826 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index); in GetSpillRangeOperand()
1565 DCHECK(LocationOperand::cast(output)->index() < in MeetRegisterConstraintsForLastInstructionInBlock()
1567 range->SetSpillOperand(LocationOperand::cast(output)); in MeetRegisterConstraintsForLastInstructionInBlock()
1630 DCHECK(LocationOperand::cast(first_output)->index() < in MeetConstraintsAfter()
1632 range->SetSpillOperand(LocationOperand::cast(first_output)); in MeetConstraintsAfter()
1840 LocationOperand::cast(operand)->GetRegister().code()); in LiveRangeFor()
1843 LocationOperand::cast(operand)->GetDoubleRegister().code()); in LiveRangeFor()