Lines Matching refs:LocationOperand
71 LocationOperand::cast(output)->register_code() == code) { in IsOutputRegisterOf()
83 const LocationOperand* op = LocationOperand::cast(output); in IsOutputFPRegisterOf()
328 *register_code = LocationOperand::cast(operand)->register_code(); in HintRegister()
566 return AllocatedOperand(LocationOperand::REGISTER, representation(), in GetAssignedOperand()
920 return AllocatedOperand(LocationOperand::STACK_SLOT, representation(), index); in GetSpillRangeOperand()
1660 DCHECK(LocationOperand::cast(output)->index() < in MeetRegisterConstraintsForLastInstructionInBlock()
1662 range->SetSpillOperand(LocationOperand::cast(output)); in MeetRegisterConstraintsForLastInstructionInBlock()
1725 DCHECK(LocationOperand::cast(first_output)->index() < in MeetConstraintsAfter()
1727 range->SetSpillOperand(LocationOperand::cast(first_output)); in MeetConstraintsAfter()
1955 LocationOperand::cast(operand)->GetRegister().code()); in LiveRangeFor()
1957 LocationOperand* op = LocationOperand::cast(operand); in LiveRangeFor()