Searched refs:IsAnyLocationOperand (Results 1 – 1 of 1) sorted by relevance
87 inline bool IsAnyLocationOperand() const;574 DCHECK(op->IsAnyLocationOperand()); in cast()579 DCHECK(op->IsAnyLocationOperand()); in cast()584 DCHECK(op.IsAnyLocationOperand()); in cast()609 bool InstructionOperand::IsAnyLocationOperand() const { in IsAnyLocationOperand() function614 return IsAnyLocationOperand() && in IsLocationOperand()619 return IsAnyLocationOperand() && in IsFPLocationOperand()624 return IsAnyLocationOperand() && in IsAnyRegister()655 return IsAnyLocationOperand() && in IsAnyStackSlot()671 return IsAnyLocationOperand() && in IsFloatStackSlot()[all …]