Lines Matching refs:UShort
347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
444 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub…
447 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>;
454 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>;
456 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>;
480 TypeList<[Char, UChar, Short, UShort]>, Vec1>;
484 foreach Type = [Char, UChar, Short, UShort,
511 UShort, Int, UInt, Long, ULong] in {
513 UShort, Int, UInt, Long, ULong] in {
855 …def : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, AS>], Attr.Pu…
869 def : Builtin<name, [Void, VectorType<UShort, VSize>, Size, PointerType<UShort, AS>]>;
1217 [Short, UShort], [UShort, UShort],
1220 [Float, UInt], [Double, ULong], [Half, UShort]] in {
1231 [Short, UShort], [UShort, UShort],
1234 [Float, UInt], [Double, ULong], [Half, UShort]] in {
1885 def : Builtin<name, [UInt, VectorType<UShort, 2>, VectorType<UShort, 2>, UInt]>;