Home
last modified time | relevance | path

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

123

/llvm-project/mlir/test/Dialect/GPU/
H A Dmodule-to-binary-spirv.mlir5 …// CHECK:[#gpu.object<#spirv.target_env<#spirv.vce<v1.0, [Int64, Int16, Kernel, Addresses], []>, #…
6 …gpu.module @kernel_module [#spirv.target_env<#spirv.vce<v1.0, [Int64, Int16, Kernel, Addresses], […
7 …[Int64, Int16, Kernel, Addresses], []> attributes {spirv.target_env = #spirv.target_env<#spirv.vce…
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h398 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)
/llvm-project/mlir/test/Dialect/SPIRV/IR/
H A Dtarget-env.mlir200 …[DotProduct, DotProductInputAll, Int16, Int64], [SPV_KHR_integer_dot_product]>, #spirv.resource_li…
210 [DotProduct, Int16, Int64], [SPV_KHR_integer_dot_product]>, #spirv.resource_limits<>>
220 [DotProductInputAll, Int16, Int64], [SPV_KHR_integer_dot_product]>, #spirv.resource_limits<>>
251 …[DotProduct, DotProductInputAll, Int16, Int64], [SPV_KHR_integer_dot_product]>, #spirv.resource_li…
261 …[DotProductInputAll, DotProductInput4x8Bit, Int16, Int64], [SPV_KHR_integer_dot_product]>, #spirv.…
271 …[DotProduct, DotProductInputAll, Int16, Int64], [SPV_KHR_integer_dot_product]>, #spirv.resource_li…
281 [DotProductInputAll, Int16, Int64], [SPV_KHR_integer_dot_product]>, #spirv.resource_limits<>>
291 [DotProduct, Int16, Int64], [SPV_KHR_integer_dot_product]>, #spirv.resource_limits<>>
370 [DotProduct, DotProductInputAll, Int16, Int64], []>, #spirv.resource_limits<>>
381 [DotProduct, DotProductInputAll, Int16, Int64], []>, #spirv.resource_limits<>>
[all …]
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp
/llvm-project/mlir/test/Dialect/SPIRV/Transforms/
H A Dvce-deduction.mlir54 #spirv.vce<v1.0, [Shader, Float16, Float64, Int16, Int64, VariablePointers], []>, #spirv.resource_limits<>>
196 // CHECK: requires #spirv.vce<v1.0, [StorageBuffer16BitAccess, Shader, Int16], [SPV_KHR_16bit_storage, SPV_KHR_storage_buffer_storage_class]>
199 #spirv.vce<v1.3, [Shader, StorageBuffer16BitAccess, Int16], []>, #spirv.resource_limits<>>
214 #spirv.vce<v1.5, [Shader, UniformAndStorageBuffer8BitAccess, StorageBuffer16BitAccess, StorageUniform16, Int16, Int64, ImageBuffer, StorageImageExtendedFormats], []>,
/llvm-project/llvm/test/CodeGen/SPIRV/
H A Dcapability-integers.ll4 ; CHECK-DAG: OpCapability Int16
/llvm-project/mlir/test/Conversion/MathToSPIRV/
H A Dmath-to-core-spirv.mlir22 module attributes { spirv.target_env = #spirv.target_env<#spirv.vce<v1.0, [Float16, Int16], []>, #s…
70 module attributes { spirv.target_env = #spirv.target_env<#spirv.vce<v1.0, [Float16, Int16], []>, #s…
/llvm-project/mlir/test/Conversion/ArithToSPIRV/
H A Darith-to-spirv-unsupported.mlir28 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Shader], []>, #spirv.resource_limits<>>
43 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Shader], []>, #spirv.resource_limits<>>
H A Darith-to-spirv-le-specific.mlir17 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spirv.resource_limits<>>
H A Darith-to-spirv.mlir9 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Shader], []>, #spirv.resource_limits<>>
532 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spirv.resource_limits<>>
661 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spirv.resource_limits<>>
1097 #spirv.vce<v1.0, [Int16, Kernel], []>, #spirv.resource_limits<>>
1219 #spirv.vce<v1.0, [Shader, Int8, Int16, Int64, Float16, Float64],
1241 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Shader], []>, #spirv.resource_limits<>>
1429 spirv.target_env = #spirv.target_env<#spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Kernel], [SPV_KHR_no_integer_wrap_decoration]>, #spirv.resource_limits<>>
1451 spirv.target_env = #spirv.target_env<#spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spirv.resource_limits<>>
/llvm-project/mlir/test/Conversion/UBToSPIRV/
H A Dub-to-spirv.mlir5 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Shader], []>, #spirv.resource_limits<>>
/llvm-project/llvm/test/CodeGen/SPIRV/constant/
H A Dlocal-arbitrary-width-integers-constants-type-promotion.ll24 ; CHECK-DAG: OpCapability Int16
H A Dlocal-integers-constants.ll25 ; CHECK-DAG: OpCapability Int16
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp41 {"__int16*", SimpleTypeKind::Int16},
H A DTypeRecordHelpers.cpp88 case SimpleTypeKind::Int16: in getSizeInBytesForTypeIndex()
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<()
367 case PDB_VariantType::Int16: in operator <<()
368 OS << Value.Value.Int16; in operator <<()
/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h47 M(int16_t, Int16) \
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def34 __OMP_TYPE(Int16)
99 __OMP_STRUCT_TYPE(DynamicEnvironment, DynamicEnvironmentTy, false, Int16)
123 __OMP_FUNCTION_TYPE(ShuffleReduce, false, Void, VoidPtr, Int16, Int16, Int16)
489 __OMP_RTL(__kmpc_shuffle_int32, false, Int32, Int32, Int16, Int16)
497 __OMP_RTL(__kmpc_shuffle_int64, false, Int64, Int64, Int16, Int16)
504 __OMP_RTL(__kmpc_parallel_level, false, Int16, IdentPt
[all...]
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def61 HANDLE_MP_FIRST_BYTE(0xd1, Int16)
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp47 EW.write(FirstByte::Int16); in write()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h44 Int16 = 0x0072, // 16 bit signed int enumerator
/llvm-project/lldb/unittests/SymbolFile/PDB/
H A DSymbolFilePDBTests.cpp134 case llvm::pdb::PDB_VariantType::Int16: in GetGlobalConstantInteger()
135 return value.Value.Int16; in GetGlobalConstantInteger()
/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h201 Int16,
236 case Int16:
191 Int16, global() enumerator
/llvm-project/mlir/test/Target/SPIRV/
H A Dkhr-cooperative-matrix-ops.mlir5 #spirv.vce<v1.5, [Shader, Int8, Int16, Int64, Linkage, CooperativeMatrixKHR],
/llvm-project/mlir/test/Conversion/MemRefToSPIRV/
H A Dmemref-to-spirv.mlir10 Shader, Int8, Int16, Int64, Float16, Float64,
175 Kernel, Addresses, Int8, Int16, Int64, Float16, Float64], []>, #spirv.resource_limits<>>
292 #spirv.vce<v1.0, [Shader, Int8, Int16], [

123