Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dgap-resolver.cc32 auto src_kind = src_loc.location_kind(); in Split()
33 auto dst_kind = dst_loc.location_kind(); in Split()
82 if (loc_op.location_kind() != LocationOperand::REGISTER) return kStack; in GetKind()
Dinstruction.h493 LocationOperand::LocationKind location_kind, in LocationOperand() argument
496 DCHECK_IMPLIES(location_kind == REGISTER, index >= 0); in LocationOperand()
498 value_ |= LocationKindField::encode(location_kind); in LocationOperand()
537 LocationKind location_kind() const { in location_kind() function
625 LocationOperand::cast(this)->location_kind() == in IsAnyRegister()
656 LocationOperand::cast(this)->location_kind() == in IsAnyStackSlot()
672 LocationOperand::cast(this)->location_kind() == in IsFloatStackSlot()
680 LocationOperand::cast(this)->location_kind() == in IsDoubleStackSlot()
688 LocationOperand::cast(this)->location_kind() == in IsSimd128StackSlot()
Dinstruction.cc95 LocationOperand::LocationKind kind = loc.location_kind(); in InterferesWith()
96 LocationOperand::LocationKind other_kind = other_loc.location_kind(); in InterferesWith()