Searched refs:location_kind (Results 1 – 2 of 2) sorted by relevance
403 LocationOperand::LocationKind location_kind, in LocationOperand() argument406 DCHECK_IMPLIES(location_kind == REGISTER, index >= 0); in LocationOperand()408 value_ |= LocationKindField::encode(location_kind); in LocationOperand()430 LocationKind location_kind() const { in location_kind() function510 LocationOperand::cast(this)->location_kind() == in IsAnyRegister()527 LocationOperand::cast(this)->location_kind() == in IsStackSlot()534 LocationOperand::cast(this)->location_kind() == in IsDoubleStackSlot()
90 kind = LocationOperand::cast(op).location_kind(); in KeyFor()