Home
last modified time | relevance | path

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

12

/freebsd/contrib/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()
520 VARIANT_APSINT(Int8, 8u, false) in toAPSInt()
562 VARIANT_EQUAL_CASE(Int8)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h262 Int8, enumerator
298 case Int8: in getEltSizeInBits()
H A Darm_mve_defs.td582 list<Type> Int8 = [s8, u8];
587 list<Type> All8 = Int8;
H A DRISCVVTypes.def170 //===- Int8 tuple types --------------------------------------------------===//
/freebsd/contrib/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 <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h46 M(int8_t, Int8) \
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def60 HANDLE_MP_FIRST_BYTE(0xd0, Int8)
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp41 EW.write(FirstByte::Int8); in write()
H A DMsgPackReader.cpp46 case FirstByte::Int8: in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def33 __OMP_TYPE(Int8)
95 __OMP_STRUCT_TYPE(DependInfo, kmp_dep_info, false, SizeTy, SizeTy, Int8)
98 Int8, Int8, Int8, Int32, Int32, Int32, Int32, Int32, Int32)
505 __OMP_RTL(__kmpc_is_spmd_exec_mode, false, Int8, )
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h611 Int8 = 0, enumerator
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp135 return BasicType::Int8; in ParseBasicType()
438 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createHeader()
H A DNeonEmitter.cpp95 Int8, enumerator
751 unsigned Base = (unsigned)NeonTypeFlags::Int8 + Addend; in getNeonEnum()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp86 case PDB_VariantType::Int8: in TranslateEnumEncoding()
1159 case PDB_VariantType::Int8: in AddEnumValue()
1160 raw_value = v.Value.Int8; in AddEnumValue()
/freebsd/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h207 Int8 = 1 << 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td1274 "SiFive Int8 Matrix Multiplication Instructions (2-by-8 and 8-by-2)",
1279 … "'XSfvqmaccdod' (SiFive Int8 Matrix Multiplication Instructions (2-by-8 and 8-by-2))">;
1283 "SiFive Int8 Matrix Multiplication Instructions (4-by-8 and 8-by-4)",
1288 … "'XSfvqmaccqoq' (SiFive Int8 Matrix Multiplication Instructions (4-by-8 and 8-by-4))">;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp34 Result.Value.Int8 = V.cVal; in VariantFromVARIANT()
35 Result.Type = PDB_VariantType::Int8; in VariantFromVARIANT()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp442 CV_ENUM_CLASS_ENT(JumpTableEntrySize, Int8),
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk312 Int8 = type_new("i8", 1, 1, "BHND_NVRAM_TYPE_INT8",
328 map_set(BaseTypes, get(Int8, p_name), Int8)
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp366 case BasicType::Int8: in applyBasicType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td383 defm Int8 : CapabilityOperand<39, 0, 0, [], []>;
480 …gersINTEL : CapabilityOperand<5844, 0, 0, [SPV_INTEL_arbitrary_precision_integers], [Int8, Int16]>;
489 …DotProductInput4x8Bit : CapabilityOperand<6017, 0x10600, 0, [SPV_KHR_integer_dot_product], [Int8]>;
H A DSPIRVModuleAnalysis.cpp790 addAvailableCaps({Capability::Shader, Capability::Linkage, Capability::Int8, in initAvailableCapabilities()
1255 Reqs.addCapability(SPIRV::Capability::Int8); in addInstrRequirements()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp367 RETURN_CASE(JumpTableEntrySize, Int8, "int8"); in formatJumpTableEntrySize()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp324 case NeonTypeFlags::Int8: in getNeonEltType()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td527 "true", "Enable Matrix Multiply Int8 Extension", [FeatureNEON]>;

12