Lines Matching refs:pushes
895 ZoneVector<MoveOperands*> pushes(zone());896 GetPushCompatibleMoves(instr, flags, &pushes);898 if (!pushes.empty() &&899 (LocationOperand::cast(pushes.back()->destination()).index() + 1 ==903 for (auto move : pushes) {924 // Pushes of non-scalar data types is not supported.