Searched refs:IsAnyStackSlot (Results 1 – 5 of 5) sorted by relevance
588 if (source.IsAnyStackSlot() && LocationOperand::cast(source).index() >= in GetPushCompatibleMoves()634 DCHECK(destination->IsAnyStackSlot()); in InferMove()644 DCHECK(destination->IsAnyStackSlot()); in InferMove()648 DCHECK(source->IsAnyStackSlot()); in InferMove()652 DCHECK(destination->IsAnyStackSlot()); in InferMove()666 DCHECK(destination->IsAnyStackSlot()); in InferSwap()670 DCHECK(source->IsAnyStackSlot()); in InferSwap()671 DCHECK(destination->IsAnyStackSlot()); in InferSwap()
96 inline bool IsAnyStackSlot() const;654 bool InstructionOperand::IsAnyStackSlot() const { in IsAnyStackSlot() function661 return IsAnyStackSlot() && in IsStackSlot()666 return IsAnyStackSlot() && in IsFPStackSlot()
88 (this->IsSimd128StackSlot() && other.IsAnyStackSlot()) || in InterferesWith()89 (other.IsSimd128StackSlot() && this->IsAnyStackSlot()); in InterferesWith()
721 DCHECK(operand.IsAnyStackSlot()); in Spill()
4909 if (source->IsAnyStackSlot()) { in IncrementStackAccessCounter()4913 if (destination->IsAnyStackSlot()) { in IncrementStackAccessCounter()