[TableGen][DecoderEmitter] Refactor emitTableEntries (NFCI) (#155100)

* Inline two small functions so that `emitTableEntries()` calls itself
directly rather than through other functions.
* Peel the last iteration of the loop as it is special.

This should make the code easier to follow.

GitOrigin-RevId: ec860d1b87ecea2976c9fc489ea108a3c5312ea6
1 file changed