Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DMemorySSATest.cpp605 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
636 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
666 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
803 Value *AllocaA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
805 Value *AllocaB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F()
835 Value *A = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
836 Value *B_ = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F()
837 Value *C = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "C"); in TEST_F()
1362 Value *AllocA = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F()
1363 Value *AllocB = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "B"); in TEST_F()
[all …]
/llvm-project-15.0.7/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-15.0.7/llvm/unittests/IR/
H A DTypesTest.cpp52 Type *Int8 = Type::getInt8Ty(CTypedPointers); in TEST() local
53 PointerType *P2 = PointerType::get(Int8, 1); in TEST()
/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp144 DECLARE_BIND_MEMREF(1, int8_t, Int8)
145 DECLARE_BIND_MEMREF(2, int8_t, Int8)
146 DECLARE_BIND_MEMREF(3, int8_t, Int8)
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dintrinsics.cpp154 using Int8 = Type<TypeCategory::Integer, 8>; in TestIntrinsics() typedef
194 .Push(Const(Scalar<Int8>{})) in TestIntrinsics()
195 .DoCall(Int8::GetType()); in TestIntrinsics()
257 .Push(Const(Scalar<Int8>{})) in TestIntrinsics()
271 .Push(Const(Scalar<Int8>{})) in TestIntrinsics()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/
H A Dvce-deduction.mlir112 // Using 8-bit integers in non-interface storage class requires Int8.
113 // CHECK: requires #spv.vce<v1.0, [Int8, Shader], []>
116 #spv.vce<v1.3, [Shader, Int8], []>, #spv.resource_limits<>>
/llvm-project-15.0.7/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-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<()
370 case PDB_VariantType::Int8: in operator <<()
371 OS << static_cast<int>(Value.Value.Int8); in operator <<()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTensorSpec.h36 M(int8_t, Int8) \
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def60 HANDLE_MP_FIRST_BYTE(0xd0, Int8)
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def32 __OMP_TYPE(Int8)
46 __OMP_PTR_TYPE(VoidPtr, Int8)
446 __OMP_RTL(__kmpc_target_init, false, Int32, IdentPtr, Int8, Int1, Int1)
447 __OMP_RTL(__kmpc_target_deinit, false, Void, IdentPtr, Int8, Int1)
470 __OMP_RTL(__kmpc_parallel_level, false, Int8, )
471 __OMP_RTL(__kmpc_is_spmd_exec_mode, false, Int8, )
478 __OMP_RTL(__kmpc_is_generic_main_thread_id, false, Int8, Int32)
/llvm-project-15.0.7/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp39 EW.write(FirstByte::Int8); in write()
H A DMsgPackReader.cpp47 case FirstByte::Int8: in read()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp126 return BasicType::Int8; in ParseBasicType()
331 auto T = RVVType::computeType(BasicType::Int8, Log2LMUL, in createHeader()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetBuiltins.h166 Int8, enumerator
H A Darm_mve_defs.td581 list<Type> Int8 = [s8, u8];
586 list<Type> All8 = Int8;
/llvm-project-15.0.7/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h132 Int8 = 1 << 0, enumerator
/llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToSPIRV/
H A Darithmetic-to-spirv.mlir9 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Shader], []>, #spv.resource_limits<>>
475 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spv.resource_limits<>>
640 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spv.resource_limits<>>
984 #spv.vce<v1.0, [Shader, Int8, Int16, Int64, Float16, Float64],
1006 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64, Shader], []>, #spv.resource_limits<>>
1409 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spv.resource_limits<>>
1554 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spv.resource_limits<>>
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp85 case PDB_VariantType::Int8: in TranslateEnumEncoding()
1158 case PDB_VariantType::Int8: in AddEnumValue()
1159 raw_value = v.Value.Int8; in AddEnumValue()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp463 using Int8 = evaluate::Type<TypeCategory::Integer, 8>; in DescribeType() typedef
465 std::vector<Int8::Scalar> kinds; in DescribeType()
493 SaveNumericPointerTarget<Int8>( in DescribeType()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h60 Int8 = 39, enumerator
/llvm-project-15.0.7/mlir/test/Conversion/FuncToSPIRV/
H A Dtypes-to-spirv.mlir51 spv.target_env = #spv.target_env<#spv.vce<v1.0, [Int8, Int16, Int64], []>, #spv.resource_limits<>>
218 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spv.resource_limits<>>
724 #spv.vce<v1.0, [Int8, Int16, Int64, Float16, Float64], []>, #spv.resource_limits<>>
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTFUtils.cpp89 case TensorType::Int8: in getTFTypeIndex()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp34 Result.Value.Int8 = V.cVal; in VariantFromVARIANT()
35 Result.Type = PDB_VariantType::Int8; in VariantFromVARIANT()
/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp333 case BasicType::Int8: in applyBasicType()

12