[X86] Replace alignedstore/alignedload custom predicates with MinAlignment. NFC
These custom alignment predicates predate PatFrag's dedicated
MinAlignment field. Replace them with per-size fragments
(alignedstore128/256/512, alignedload128/256/512) so both
SelectionDAG and GlobalISel get the alignment check without
hand-written predicate code.