Home
last modified time | relevance | path

Searched refs:location_kind (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dgap-resolver.cc39 auto src_kind = src_loc.location_kind(); in Split()
40 auto dst_kind = dst_loc.location_kind(); in Split()
Dinstruction.h429 LocationOperand::LocationKind location_kind, in LocationOperand() argument
432 DCHECK_IMPLIES(location_kind == REGISTER, index >= 0); in LocationOperand()
434 value_ |= LocationKindField::encode(location_kind); in LocationOperand()
472 LocationKind location_kind() const { in location_kind() function
571 LocationOperand::cast(this)->location_kind() == in IsAnyRegister()
606 LocationOperand::cast(this)->location_kind() == in IsAnyStackSlot()
622 LocationOperand::cast(this)->location_kind() == in IsFloatStackSlot()
630 LocationOperand::cast(this)->location_kind() == in IsDoubleStackSlot()
638 LocationOperand::cast(this)->location_kind() == in IsSimd128StackSlot()
Dinstruction.cc77 LocationOperand::LocationKind kind = loc.location_kind(); in InterferesWith()
78 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith()