Searched refs:IsAnyLocationOperand (Results 1 – 1 of 1) sorted by relevance
77 inline bool IsAnyLocationOperand() const;504 DCHECK(op->IsAnyLocationOperand()); in cast()509 DCHECK(op->IsAnyLocationOperand()); in cast()514 DCHECK(op.IsAnyLocationOperand()); in cast()554 bool InstructionOperand::IsAnyLocationOperand() const { in IsAnyLocationOperand() function559 return IsAnyLocationOperand() && in IsLocationOperand()564 return IsAnyLocationOperand() && in IsFPLocationOperand()569 return IsAnyLocationOperand() && in IsAnyRegister()603 return IsAnyLocationOperand() && in IsAnyStackSlot()619 return IsAnyLocationOperand() && in IsFloatStackSlot()[all …]