Lines Matching full:s16
472 // %1:_(s16) = G_TRUNC %0(s32) in tryFoldUnmergeCast()
526 // <2 x s16> = build_vector s16, s16 in canFoldMergeOpcode()
527 // <2 x s32> = zext <2 x s16> in canFoldMergeOpcode()
528 // <2 x s16>, <2 x s16> = unmerge <2 x s32> in canFoldMergeOpcode()
531 // <2 x s16> = zext s16 <-- scalar to vector in canFoldMergeOpcode()
532 // <2 x s16> = zext s16 <-- scalar to vector in canFoldMergeOpcode()
535 // s32 = zext s16 in canFoldMergeOpcode()
536 // <2 x s16> = bitcast s32 in canFoldMergeOpcode()
537 // s32 = zext s16 in canFoldMergeOpcode()
538 // <2 x s16> = bitcast s32 in canFoldMergeOpcode()
1079 // %0:_(<4 x s16>) = G_FOO in tryCombineUnmergeValues()
1080 // %1:_(<2 x s16>), %2:_(<2 x s16>) = G_UNMERGE_VALUES %0 in tryCombineUnmergeValues()
1081 // %3:_(s16), %4:_(s16) = G_UNMERGE_VALUES %1 in tryCombineUnmergeValues()
1083 // %3:_(s16), %4:_(s16), %5:_(s16), %6:_(s16) = G_UNMERGE_VALUES %0 in tryCombineUnmergeValues()
1168 // %3(<8 x s16>) = G_SEXT %2 in tryCombineUnmergeValues()
1169 // %4(<2 x s16>), %5(<2 x s16>), %6(<2 x s16>), %7(<2 x s16>) = in tryCombineUnmergeValues()
1174 // %8(<4 x s16>) = G_SEXT %0 in tryCombineUnmergeValues()
1175 // %9(<4 x s16>) = G_SEXT %1 in tryCombineUnmergeValues()
1176 // %4(<2 x s16>), %5(<2 x s16>) = G_UNMERGE_VALUES %8 in tryCombineUnmergeValues()
1177 // %7(<2 x s16>), %7(<2 x s16>) = G_UNMERGE_VALUES %9 in tryCombineUnmergeValues()