Lines Matching refs:LocationOperand
93 const LocationOperand& loc = *LocationOperand::cast(this);
94 const LocationOperand& other_loc = LocationOperand::cast(other);
95 LocationOperand::LocationKind kind = loc.location_kind();
96 LocationOperand::LocationKind other_kind = other_loc.location_kind();
103 if (kind == LocationOperand::REGISTER) {
114 DCHECK_EQ(LocationOperand::STACK_SLOT, kind);
126 bool LocationOperand::IsCompatible(LocationOperand* op) {
202 LocationOperand allocated = LocationOperand::cast(op);
390 if (op.IsStackSlot() && LocationOperand::cast(op).index() < 0) return;