Lines Matching refs:pushes
555 ZoneVector<MoveOperands*> pushes(zone());556 GetPushCompatibleMoves(instr, flags, &pushes);558 if (!pushes.empty() &&559 (LocationOperand::cast(pushes.back()->destination()).index() + 1 ==563 for (auto move : pushes) {584 // Pushes of non-scalar data types is not supported.