/freebsd/contrib/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)
|
/freebsd/contrib/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 <<()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TensorSpec.h | 45 M(int8_t, Int8) \
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPack.def | 60 HANDLE_MP_FIRST_BYTE(0xd0, Int8)
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 41 EW.write(FirstByte::Int8); in write()
|
H A D | MsgPackReader.cpp | 47 case FirstByte::Int8: in read()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 136 return BasicType::Int8; in ParseBasicType() 353 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createHeader()
|
H A D | NeonEmitter.cpp | 91 Int8, enumerator 709 unsigned Base = (unsigned)NeonTypeFlags::Int8 + Addend; in getNeonEnum()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 190 Int8, enumerator
|
H A D | arm_mve_defs.td | 581 list<Type> Int8 = [s8, u8]; 586 list<Type> All8 = Int8;
|
H A D | RISCVVTypes.def | 170 //===- Int8 tuple types --------------------------------------------------===//
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPKinds.def | 33 __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) 502 __OMP_RTL(__kmpc_is_spmd_exec_mode, false, Int8, )
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 637 Int8 = 0, enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 86 case PDB_VariantType::Int8: in TranslateEnumEncoding() 1160 case PDB_VariantType::Int8: in AddEnumValue() 1161 raw_value = v.Value.Int8; in AddEnumValue()
|
/freebsd/contrib/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 207 Int8 = 1 << 0, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 1147 … "'XSfvqmaccdod' (SiFive Int8 Matrix Multiplication Instructions (2-by-8 and 8-by-2))", 1152 … "'XSfvqmaccdod' (SiFive Int8 Matrix Multiplication Instructions (2-by-8 and 8-by-2))">; 1156 … "'XSfvqmaccqoq' (SiFive Int8 Matrix Multiplication Instructions (4-by-8 and 8-by-4))", 1161 … "'XSfvqmaccqoq' (SiFive Int8 Matrix Multiplication Instructions (4-by-8 and 8-by-4))">;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 322 case NeonTypeFlags::Int8: in RFT() 357 case NeonTypeFlags::Int8: in getNeonEltType()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 34 Result.Value.Int8 = V.cVal; in VariantFromVARIANT() 35 Result.Type = PDB_VariantType::Int8; in VariantFromVARIANT()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVModuleAnalysis.cpp | 631 Capability::Int16, Capability::Int8, Capability::Kernel, in initAvailableCapabilitiesForOpenCL() 869 Reqs.addCapability(SPIRV::Capability::Int8); in addInstrRequirements()
|
H A D | SPIRVSymbolicOperands.td | 364 defm Int8 : CapabilityOperand<39, 0, 0, [], []>; 460 …gersINTEL : CapabilityOperand<5844, 0, 0, [SPV_INTEL_arbitrary_precision_integers], [Int8, Int16]>;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 442 CV_ENUM_CLASS_ENT(JumpTableEntrySize, Int8),
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 312 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 D | RISCVVIntrinsicUtils.cpp | 369 case BasicType::Int8: in applyBasicType()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 367 RETURN_CASE(JumpTableEntrySize, Int8, "int8"); in formatJumpTableEntrySize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFeatures.td | 517 "true", "Enable Matrix Multiply Int8 Extension", [FeatureNEON]>;
|