Remove unused known keys and names for type representations
This removes the known-key and corresponding name variables for trNameTyConKey, trNameDDataConKey, typeRepTyConKey, kindRepTypeLitDDataConKey, typeLitSortTyConKey, and mkTrTypeKey, as they are apparently nowhere used in GHC’s source code, and thus resolves part of #26677 (closed).