Ensure we keep track of the input vectors in all cases instead of just for SK_Alternate (this will be more useful once D47985 has landed).
Ideally we'd reuse the shuffle mask pattern matching in TargetTransformInfo::getInstructionThroughput here to easily add support for all TargetTransformInfo::ShuffleKind without mass code duplication, I've added a TODO for now.