| /llvm-project/llvm/unittests/Analysis/ |
| H A D | MemorySSATest.cpp | 595 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 D | xsfvqmacc.s | 14 # 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 D | memset.ll | 8 ; 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 D | PDBTypes.h | 397 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 D | EnqueueEmptyKernel.ll | 29 ; CHECK-SPIRV: %[[#Int8:]] = OpTypeInt 8 30 ; CHECK-SPIRV: %[[#Int8PtrGen:]] = OpTypePointer Generic %[[#Int8]] 31 ; CHECK-SPIRV: %[[#Int8Ptr:]] = OpTypePointer CrossWorkgroup %[[#Int8]]
|
| H A D | capability-integers.ll | 3 ; CHECK-DAG: OpCapability Int8
|
| /llvm-project/mlir/tools/mlir-vulkan-runner/ |
| H A D | vulkan-runtime-wrappers.cpp | |
| /llvm-project/flang/unittests/Evaluate/ |
| H A D | intrinsics.cpp | 157 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 D | arith-to-spirv-unsupported.mlir | 28 #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 D | arith-to-spirv-le-specific.mlir | 17 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spirv.resource_limits<>>
|
| /llvm-project/mlir/test/Conversion/UBToSPIRV/ |
| H A D | ub-to-spirv.mlir | 5 #spirv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Shader], []>, #spirv.resource_limits<>>
|
| /llvm-project/mlir/test/Dialect/SPIRV/Transforms/ |
| H A D | vce-deduction.mlir | 122 // 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 D | gpu-reluf32-to-spirv.mlir | 58 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 D | module-to-binary-spirv.mlir | 7 …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 D | fp_const.ll | |
| H A D | fp_two_calls.ll | 4 ; CHECK-DAG: OpCapability Int8
|
| /llvm-project/llvm/test/CodeGen/SPIRV/constant/ |
| H A D | local-arbitrary-width-integers-constants-type-promotion.ll | 23 ; CHECK-DAG: OpCapability Int8
|
| H A D | local-integers-constants.ll | 24 ; CHECK-DAG: OpCapability Int8
|
| /llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 29 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 D | TensorSpec.h | 45 M(int8_t, Int8) \
|
| /llvm-project/llvm/unittests/Transforms/Utils/ |
| H A D | ValueMapperTest.cpp | 380 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 D | MsgPack.def | 60 HANDLE_MP_FIRST_BYTE(0xd0, Int8)
|
| /llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 41 EW.write(FirstByte::Int8); in write()
|
| /llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 133 return BasicType::Int8; in ParseBasicType() 436 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createBuiltins()
|
| /llvm-project/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 200 Int8, 232 case Int8: 190 Int8, global() enumerator
|