Home
last modified time | relevance | path

Searched refs:Int16 (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h397 Int16, enumerator
415 explicit Variant(int16_t V) : Type(PDB_VariantType::Int16) { in Variant()
416 Value.Int16 = V; in Variant()
456 int16_t Int16; member
472 case Int16: in isIntegralType()
493 VARIANT_WIDTH(Int16, 16u) in getBitWidth()
518 VARIANT_APSINT(Int16, 16u, false) in toAPSInt()
560 VARIANT_EQUAL_CASE(Int16)
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp40 {"__int16*", SimpleTypeKind::Int16},
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h21 typedef short Int16; typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<()
360 case PDB_VariantType::Int16: in operator <<()
361 OS << Value.Value.Int16; in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def33 __OMP_TYPE(Int16)
110 __OMP_FUNCTION_TYPE(ShuffleReduce, false, Void, VoidPtr, Int16, Int16, Int16)
427 __OMP_RTL(__kmpc_shuffle_int32, false, Int32, Int32, Int16, Int16)
435 __OMP_RTL(__kmpc_shuffle_int64, false, Int64, Int64, Int16, Int16)
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def61 HANDLE_MP_FIRST_BYTE(0xd1, Int16)
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp45 EW.write(FirstByte::Int16); in write()
H A DMsgPackReader.cpp50 case FirstByte::Int16: in read()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h43 Int16 = 0x0072, // 16 bit signed int enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h151 Int16, enumerator
H A Darm_mve.td266 let params = !listconcat(T.Int16, T.Int32) in {
877 defm: contiguous_load<"vldrbq", u8, T.All8, !listconcat(T.Int16, T.Int32)>;
938 defm: contiguous_store<"vstrbq", u8, T.All8, !listconcat(T.Int16, T.Int32)>;
1044 defm vldrbq: gather_offset_unshifted<!listconcat(T.All8, T.Int16, T.Int32), u8>;
1090 defm vstrbq: scatter_offset_unshifted<!listconcat(T.All8,T.Int16,T.Int32), u8>;
1141 let params = !listconcat(T.Int8, T.Int16), pnt = PNT_NType in {
1569 foreach desttype = !listconcat(T.Int16, T.Int32, T.Float) in {
1581 !if(!eq(desttype.size, 16), T.Int16, T.Int32),
H A Darm_mve_defs.td582 list<Type> Int16 = [s16, u16];
587 list<Type> All16 = Int16 # [f16];
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp60 case SimpleTypeKind::Int16: in IsSimpleTypeSignedInteger()
H A DPdbUtil.cpp729 case SimpleTypeKind::Int16: in GetCompilerTypeForSimpleKind()
787 case SimpleTypeKind::Int16: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp193 case SimpleTypeKind::Int16: in GetSimpleTypeName()
/freebsd-13.1/contrib/bzip2/
H A Dbzlib_private.h46 typedef short Int16; typedef
H A Dbzip2.c166 typedef short Int16; typedef
1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 || in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp211 case SimpleTypeKind::Int16: in getBuiltinType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp84 case PDB_VariantType::Int16: in TranslateEnumEncoding()
1154 case PDB_VariantType::Int16: in AddEnumValue()
1155 raw_value = v.Value.Int16; in AddEnumValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp38 Result.Value.Int16 = V.iVal; in VariantFromVARIANT()
39 Result.Type = PDB_VariantType::Int16; in VariantFromVARIANT()
/freebsd-13.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk316 Int16 = type_new("i16", 2, 1, "BHND_NVRAM_TYPE_INT16",
330 map_set(BaseTypes, get(Int16, p_name), Int16)
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp93 Int16, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2024 case NeonTypeFlags::Int16: in RFT()
2058 case NeonTypeFlags::Int16: in getNeonEltType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp5365 case NeonTypeFlags::Int16: in GetNeonType()
5400 case NeonTypeFlags::Int16: in GetFloatNeonType()