Home
last modified time | relevance | path

Searched refs:Int8 (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/llvm/unittests/Analysis/
H A DMemorySSATest.cpp595 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local
596 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
597 StoreInst *S1 = B.CreateStore(ConstantInt::get(Int8, 0), Alloca); in TEST_F()
598 StoreInst *S2 = B.CreateStore(ConstantInt::get(Int8, 1), Alloca); in TEST_F()
599 StoreInst *S3 = B.CreateStore(ConstantInt::get(Int8, 2), Alloca); in TEST_F()
626 Type *Int8 = Type::getInt8Ty(C); in TEST_F() local
627 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
628 Instruction *SI = B.CreateStore(ConstantInt::get(Int8, in TEST_F()
656 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
700 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
764 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
793 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
825 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
999 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
1040 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
1188 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
1237 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
1368 Type *Int8 = Type::getInt8Ty(C); TEST_F() local
[all...]
/llvm-project/llvm/test/MC/RISCV/rvv/
H A Dxsfvqmacc.s14 # CHECK-ERROR: instruction requires the following: 'XSfvqmaccdod' (SiFive Int8 Matrix Multiplicatio…
20 # CHECK-ERROR: instruction requires the following: 'XSfvqmaccdod' (SiFive Int8 Matrix Multiplicatio…
26 # CHECK-ERROR: instruction requires the following: 'XSfvqmaccdod' (SiFive Int8 Matrix Multiplicatio…
32 # CHECK-ERROR: instruction requires the following: 'XSfvqmaccdod' (SiFive Int8 Matrix Multiplicatio…
38 # CHECK-ERROR: instruction requires the following: 'XSfvqmaccqoq' (SiFive Int8 Matrix Multiplicatio…
44 # CHECK-ERROR: instruction requires the following: 'XSfvqmaccqoq' (SiFive Int8 Matrix Multiplicatio…
50 # CHECK-ERROR: instruction requires the following: 'XSfvqmaccqoq' (SiFive Int8 Matrix Multiplicatio…
56 # CHECK-ERROR: instruction requires the following: 'XSfvqmaccqoq' (SiFive Int8 Matrix Multiplicatio…
/llvm-project/llvm/test/CodeGen/SPIRV/llvm-intrinsics/
H A Dmemset.ll8 ; CHECK-DAG: %[[#Int8:]] = OpTypeInt 8 0
12 ; CHECK-DAG: %[[#Int8Ptr:]] = OpTypePointer Generic %[[#Int8]]
15 ; CHECK-DAG: %[[#Int8x4:]] = OpTypeArray %[[#Int8]] %[[#Const4]]
18 ; CHECK-DAG: %[[#Int8x12:]] = OpTypeArray %[[#Int8]] %[[#Const12]]
20 ; CHECK-DAG: %[[#Const21:]] = OpConstant %[[#Int8]] 21
27 ; CHECK-DAG: %[[#Int8PtrConst:]] = OpTypePointer UniformConstant %[[#Int8]]
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h397 Int8, enumerator
415 explicit Variant(int8_t V) : Type(PDB_VariantType::Int8) { Value.Int8 = V; } in Variant()
456 int8_t Int8; member
472 case Int8: in isIntegralType()
493 VARIANT_WIDTH(Int8, 8u) in getBitWidth()
518 VARIANT_APSINT(Int8, 8u, false) in toAPSInt()
560 VARIANT_EQUAL_CASE(Int8)
/llvm-project/llvm/test/CodeGen/SPIRV/
H A DEnqueueEmptyKernel.ll29 ; CHECK-SPIRV: %[[#Int8:]] = OpTypeInt 8
30 ; CHECK-SPIRV: %[[#Int8PtrGen:]] = OpTypePointer Generic %[[#Int8]]
31 ; CHECK-SPIRV: %[[#Int8Ptr:]] = OpTypePointer CrossWorkgroup %[[#Int8]]
H A Dcapability-integers.ll3 ; CHECK-DAG: OpCapability Int8
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp
/llvm-project/flang/unittests/Evaluate/
H A Dintrinsics.cpp157 using Int8 = Type<TypeCategory::Integer, 8>; in TestIntrinsics() typedef
197 .Push(Const(Scalar<Int8>{})) in TestIntrinsics()
198 .DoCall(Int8::GetType()); in TestIntrinsics()
260 .Push(Const(Scalar<Int8>{})) in TestIntrinsics()
274 .Push(Const(Scalar<Int8>{})) in TestIntrinsics()
/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<>>
/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/mlir/test/Dialect/SPIRV/Transforms/
H A Dvce-deduction.mlir122 // Using 8-bit integers in non-interface storage class requires Int8.
123 // CHECK: requires #spirv.vce<v1.0, [Int8, Shader], []>
126 #spirv.vce<v1.3, [Shader, Int8], []>, #spirv.resource_limits<>>
/llvm-project/mlir/test/Integration/GPU/SYCL/
H A Dgpu-reluf32-to-spirv.mlir58 gpu.module @test_kernel attributes {spirv.target_env = #spirv.target_env<#spirv.vce<v1.0, [Addresses, Int64, Int8, Kernel], []>, api=OpenCL, #spirv.resource_limits<>>} {
68 gpu.module @test_kernel_0 attributes {spirv.target_env = #spirv.target_env<#spirv.vce<v1.0, [Addresses, Int64, Int8, Kernel], []>, api=OpenCL, #spirv.resource_limits<>>} {
/llvm-project/mlir/test/Dialect/GPU/
H A Dmodule-to-binary-spirv.mlir7 …pirv.target_env<#spirv.vce<v1.0, [Addresses, Float16Buffer, Int64, Int16, Int8, Kernel, Linkage, V…
/llvm-project/llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_function_pointers/
H A Dfp_const.ll
H A Dfp_two_calls.ll4 ; CHECK-DAG: OpCapability Int8
/llvm-project/llvm/test/CodeGen/SPIRV/constant/
H A Dlocal-arbitrary-width-integers-constants-type-promotion.ll23 ; CHECK-DAG: OpCapability Int8
H A Dlocal-integers-constants.ll24 ; CHECK-DAG: OpCapability Int8
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<()
376 case PDB_VariantType::Int8: in operator <<()
377 OS << static_cast<int>(Value.Value.Int8); in operator <<()
/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h45 M(int8_t, Int8) \
/llvm-project/llvm/unittests/Transforms/Utils/
H A DValueMapperTest.cpp380 auto *Int8 = Type::getInt8Ty(Context); in TEST() local
381 FunctionType *FTy = FunctionType::get(Type::getVoidTy(Context), Int8, false); in TEST()
387 Constant &C = *ConstantInt::get(Int8, 42); in TEST()
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def60 HANDLE_MP_FIRST_BYTE(0xd0, Int8)
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp41 EW.write(FirstByte::Int8); in write()
/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp133 return BasicType::Int8; in ParseBasicType()
436 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createBuiltins()
/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h200 Int8,
232 case Int8:
190 Int8, global() enumerator

123