Home | History | Annotate | Download | only in arm64

Lines Matching refs:IsNone

67   bool IsNone() const;
120 DCHECK(IsRegister() || IsNone());
249 DCHECK(IsFPRegister() || IsNone());
542 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
543 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
544 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.Bit();
545 if (!other4.IsNone() && (other4.type() == type_)) list |= other4.Bit();
2172 DCHECK(recorded_ast_id_.IsNone());