| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 398 Int16, enumerator 416 explicit Variant(int16_t V) : Type(PDB_VariantType::Int16) { in Variant() 417 Value.Int16 = V; in Variant() 457 int16_t Int16; member 473 case Int16: in isIntegralType() 494 VARIANT_WIDTH(Int16, 16u) in getBitWidth() 519 VARIANT_APSINT(Int16, 16u, false) in toAPSInt() 561 VARIANT_EQUAL_CASE(Int16)
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 41 {"__int16*", SimpleTypeKind::Int16},
|
| H A D | TypeRecordHelpers.cpp | 88 case SimpleTypeKind::Int16: in getSizeInBytesForTypeIndex()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 39 M(int16_t, Int16) \
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<() 361 case PDB_VariantType::Int16: in operator <<() 362 OS << Value.Value.Int16; in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 33 __OMP_TYPE(Int16) 118 __OMP_FUNCTION_TYPE(ShuffleReduce, false, Void, VoidPtr, Int16, Int16, Int16) 464 __OMP_RTL(__kmpc_shuffle_int32, false, Int32, Int32, Int16, Int16) 472 __OMP_RTL(__kmpc_shuffle_int64, false, Int64, Int64, Int16, Int16) 479 __OMP_RTL(__kmpc_parallel_level, false, Int16, IdentPtr, Int32)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 61 HANDLE_MP_FIRST_BYTE(0xd1, Int16)
|
| /openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 47 EW.write(FirstByte::Int16); in write()
|
| H A D | MsgPackReader.cpp | 50 case FirstByte::Int16: in read()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 44 Int16 = 0x0072, // 16 bit signed int enumerator
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 178 Int16, enumerator
|
| H A D | arm_mve.td | 266 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 D | arm_mve_defs.td | 582 list<Type> Int16 = [s16, u16]; 587 list<Type> All16 = Int16 # [f16];
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 61 case SimpleTypeKind::Int16: in IsSimpleTypeSignedInteger()
|
| H A D | PdbUtil.cpp | 962 case SimpleTypeKind::Int16: in GetCompilerTypeForSimpleKind() 1020 case SimpleTypeKind::Int16: in GetTypeSizeForSimpleKind()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
| H A D | bzlib_private.h | 46 typedef short Int16; typedef
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 216 case SimpleTypeKind::Int16: in getBuiltinType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 87 case PDB_VariantType::Int16: in TranslateEnumEncoding() 1165 case PDB_VariantType::Int16: in AddEnumValue() 1166 raw_value = v.Value.Int16; in AddEnumValue()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 192 Int16 = 1 << 1, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 48 Int16, enumerator 956 case Int16: in matchType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVModuleAnalysis.cpp | 565 Capability::Int16, Capability::Int8, Capability::Kernel, in initAvailableCapabilities() 707 Reqs.addCapability(SPIRV::Capability::Int16); in addInstrRequirements()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 38 Result.Value.Int16 = V.iVal; in VariantFromVARIANT() 39 Result.Type = PDB_VariantType::Int16; in VariantFromVARIANT()
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 138 return BasicType::Int16; in ParseBasicType()
|
| /openbsd-src/gnu/llvm/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 336 case BasicType::Int16: in applyBasicType()
|
| /openbsd-src/gnu/llvm/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 140 Int16 = 0x0072, // 16 bit signed int
|