| /openbsd-src/gnu/llvm/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)
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TensorSpec.h | 37 M(int8_t, Int8) \
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 29 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 <<()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 60 HANDLE_MP_FIRST_BYTE(0xd0, Int8)
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 32 __OMP_TYPE(Int8) 47 __OMP_PTR_TYPE(VoidPtr, Int8) 98 __OMP_STRUCT_TYPE(DependInfo, kmp_dep_info, false, SizeTy, SizeTy, Int8) 455 __OMP_RTL(__kmpc_target_init, false, Int32, IdentPtr, Int8, Int1) 456 __OMP_RTL(__kmpc_target_deinit, false, Void, IdentPtr, Int8) 480 __OMP_RTL(__kmpc_is_spmd_exec_mode, false, Int8, )
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 177 Int8, enumerator
|
| H A D | arm_mve_defs.td | 581 list<Type> Int8 = [s8, u8]; 586 list<Type> All8 = Int8;
|
| H A D | arm_mve.td | 1141 let params = !listconcat(T.Int8, T.Int16), pnt = PNT_NType in {
|
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 135 return BasicType::Int8; in ParseBasicType() 350 auto T = TypeCache.computeType(BasicType::Int8, Log2LMUL, in createHeader()
|
| H A D | NeonEmitter.cpp | 91 Int8, enumerator 705 unsigned Base = (unsigned)NeonTypeFlags::Int8 + Addend; in getNeonEnum()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 86 case PDB_VariantType::Int8: in TranslateEnumEncoding() 1162 case PDB_VariantType::Int8: in AddEnumValue() 1163 raw_value = v.Value.Int8; in AddEnumValue()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 191 Int8 = 1 << 0, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVModuleAnalysis.cpp | 565 Capability::Int16, Capability::Int8, Capability::Kernel, in initAvailableCapabilities() 709 Reqs.addCapability(SPIRV::Capability::Int8); in addInstrRequirements()
|
| H A D | SPIRVSymbolicOperands.td | 304 defm Int8 : CapabilityOperand<39, 0, 0, [], []>;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 332 case BasicType::Int8: in applyBasicType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 438 "true", "Enable Matrix Multiply Int8 Extension (FEAT_I8MM)">;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARM.td | 520 "true", "Enable Matrix Multiply Int8 Extension", [FeatureNEON]>;
|
| /openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3879 IntegerType::getInt8Ty(Int8->getContext()), in createTargetInit() 3930 IntegerType::getInt8Ty(Int8->getContext()), in createTargetDeinit()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | news.texi | 1279 @code{Int2} and @code{Int8}. 1500 @code{Int2} and @code{Int8}.
|
| H A D | intrin.def | 221 DEFNAME ("INT8", "int8", "Int8", genNONE, specINT8) /* GNU */
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 77 llvm::Type *Int8 = llvm::IntegerType::getInt8Ty(CGF.CGM.getLLVMContext()); in initializeAlloca() local 79 initializationPatternFor(CGF.CGM, Int8)); in initializeAlloca() 5511 case NeonTypeFlags::Int8: in GetNeonType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2780 case NeonTypeFlags::Int8: in RFT() 2815 case NeonTypeFlags::Int8: in getNeonEltType()
|