Adds a 'Scalable' bit in the raw_data area for LLT vector types,
and adjusts constructors, printers, etc. to recognize that.
Also ensures that types used in destination patterns in the
GlobalISelEmitter are added to the list of known types even if
they are not present in source patterns.
Part of the initial SVE codegen series, rfc will be posted soon.