| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | float_to_string.h | 184 LIBC_INLINE constexpr UInt<MID_INT_SIZE> get_table_positive(int exponent, in get_table_positive() 196 UInt<INT_SIZE> num(0); in get_table_positive() 200 constexpr UInt<INT_SIZE> MOD_SIZE = in get_table_positive() 201 (UInt<INT_SIZE>(EXP10_9) in get_table_positive() 204 num = UInt<INT_SIZE>(1) << (shift_amount); in get_table_positive() 206 UInt<INT_SIZE> fives(EXP5_9); in get_table_positive() 222 LIBC_INLINE UInt<MID_INT_SIZE> get_table_positive_df(int exponent, size_t i) { in get_table_positive_df() 237 constexpr UInt<INT_SIZE> MOD_SIZE = in get_table_positive_df() 238 (UInt<INT_SIZE>(EXP10_9) in get_table_positive_df() 241 constexpr UInt<INT_SIZE> FIVE_EXP_MINUS_NINE_MANT{ in get_table_positive_df() [all …]
|
| H A D | integer_literals.h | 112 template <size_t N> struct Parser<LIBC_NAMESPACE::UInt<N>> { 113 using UIntT = UInt<N>; 156 LIBC_INLINE constexpr UInt<96> operator""_u96(const char *x) { 157 return internal::parse_with_prefix<UInt<96>>(x); 165 return internal::parse_with_prefix<UInt<256>>(x);
|
| H A D | uint128.h | 19 using UInt128 = LIBC_NAMESPACE::UInt<128>;
|
| /freebsd/contrib/llvm-project/libcxx/src/include/ |
| H A D | to_chars_floating_point.h | 532 template <typename UInt, typename Pred> 533 [[nodiscard]] UInt uint_partition_point(UInt first, const UInt last, Pred pred) { 537 static_assert(is_unsigned_v<UInt>); 540 for (UInt n = last - first; n > 0;) { 541 const UInt n2 = n / 2; 542 const UInt mid = first + n2; 578 template <typename UInt> 579 void print_table(const vector<UInt> [all...] |
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 353 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>; 448 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub… 451 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>; 453 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>; 458 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>; 460 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>; 489 Int, UInt, Long, ULong, 515 UShort, Int, UInt, Long, ULong] in { 517 UShort, Int, UInt, Long, ULong] in { 539 def : Builtin<"get_work_dim", [UInt], Attr.Const>; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 57 uint64_t UInt; member 89 assert(getKind() == Type::UInt); in getUInt() 90 return UInt; in getUInt() 109 assert(getKind() == Type::UInt); in getUInt() 110 return UInt; in getUInt() 169 case Type::UInt: 170 return Lhs.UInt < Rhs.UInt; 336 auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]); in getNode() 337 N.UInt = V; in getNode() 343 auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]); in getNode() [all …]
|
| H A D | MsgPackReader.h | 56 UInt, enumerator 88 uint64_t UInt; member
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocumentYAML.cpp | 50 case msgpack::Type::UInt: in toString() 52 OS << format("%#llx", (unsigned long long)UInt); in toString() 54 OS << UInt; in toString() 121 if (N.getKind() == msgpack::Type::UInt && getKind() == msgpack::Type::Int) in getYAMLTag() 123 if (N.getKind() == msgpack::Type::Int && getKind() == msgpack::Type::UInt) in getYAMLTag() 131 case msgpack::Type::UInt: in getYAMLTag() 189 case Type::UInt: in mustQuote()
|
| H A D | MsgPackReader.cpp | 59 Obj.Kind = Type::UInt; in read() 62 Obj.Kind = Type::UInt; in read() 65 Obj.Kind = Type::UInt; in read() 68 Obj.Kind = Type::UInt; in read() 156 Obj.Kind = Type::UInt; in read() 157 Obj.UInt = FB; in read() 208 Obj.UInt = static_cast<uint64_t>(endian::read<T, Endianness>(Current)); in readUInt()
|
| H A D | MsgPackDocument.cpp | 168 case Type::UInt: in readFromBlob() 169 Node = getNode(Obj.UInt); in readFromBlob() 287 case Type::UInt: in writeToBlob()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 61 UInt, enumerator 106 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() 108 bool isUnsignedInteger() const { return Kind == UInt; } in isUnsignedInteger() 479 case TypeKind::UInt: in builtinBaseType() 561 case TypeKind::UInt: in str() 598 Kind = UInt; in applyTypespec() 670 Kind = UInt; in applyModifier() 680 Kind = UInt; in applyModifier() 710 Kind = UInt; in applyModifier() 720 Kind = UInt; in applyModifier() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterBytecode.cpp | 146 case UInt: in TypeCheck() 249 TYPE_CHECK(UInt); in Interpret() 291 TYPE_CHECK(UInt); in Interpret() 300 TYPE_CHECK(UInt); in Interpret() 337 TYPE_CHECK(UInt); in Interpret() 358 TYPE_CHECK(UInt); \ in Interpret() 388 TYPE_CHECK(Any, UInt); \ in Interpret() 420 TYPE_CHECK(UInt); in Interpret() 476 TYPE_CHECK(Object, UInt); in Interpret() 507 TYPE_CHECK(Type, UInt); in Interpret()
|
| H A D | FormatterBytecode.h | 16 enum DataType : uint8_t { Any, String, Int, UInt, Object, Type, Selector }; enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 71 #define UInt(x) ((uint64_t)x) macro 565 uint64_t unsigned_sum = UInt(x) + UInt(y) + UInt(carry_in); in AddWithCarry() 575 proc_state.C = UInt(result) != unsigned_sum; in AddWithCarry() 626 const uint32_t d = UInt(Rd); in EmulateADDSUBImm() 627 const uint32_t n = UInt(Rn); in EmulateADDSUBImm() 705 integer n = UInt(Rn); in EmulateLDPSTP() 706 integer t = UInt(Rt); in EmulateLDPSTP() 707 integer t2 = UInt(Rt2); in EmulateLDPSTP() 724 scale = 2 + UInt(opc); in EmulateLDPSTP() 1131 integer t = UInt(Rt); in EmulateCBZ() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUPALMetadata.cpp | 199 if (N.getKind() != msgpack::Type::UInt) in getRegister() 214 if (N.getKind() == msgpack::Type::UInt) in setRegister() 237 if (N.getKind() == msgpack::Type::UInt) { in setRegister() 241 } else if (N.getKind() == msgpack::Type::UInt) { in setRegister() 250 DelayedExprs.assignDocNode(N, msgpack::Type::UInt, Val); in setRegister() 303 setHwStage(CC, ".vgpr_count", msgpack::Type::UInt, Val); in setNumUsedVgprs() 312 setHwStage(CC, ".agpr_count", msgpack::Type::UInt, Val); in setNumUsedAgprs() 342 setHwStage(CC, ".sgpr_count", msgpack::Type::UInt, Val); in setNumUsedSgprs() 364 setHwStage(CC, ".scratch_memory_size", msgpack::Type::UInt, Val); in setScratchSize() 390 DelayedExprs.assignDocNode(Node[".vgpr_count"], msgpack::Type::UInt, Val); in setFunctionNumUsedVgprs() [all …]
|
| H A D | AMDGPUDelayedMCExpr.cpp | 23 case msgpack::Type::UInt: in getNode()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.h | 144 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {} 152 UIntMax UInt; 172 UIntMax UInt; global() member
|
| H A D | ubsan_diag.cpp | 210 if (A.UInt <= UINT64_MAX) in RenderText() 211 Buffer->AppendF("%llu", (unsigned long long)A.UInt); in RenderText() 213 RenderHex(Buffer, A.UInt); in RenderText()
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | dyadic_float.h | 43 rounding_direction(const LIBC_NAMESPACE::UInt<Bits> &value, size_t rshift, in rounding_direction() 89 using MantissaType = LIBC_NAMESPACE::UInt<Bits>; 157 const LIBC_NAMESPACE::UInt<MantissaBits> &input_mantissa, in round() 593 using DblMant = LIBC_NAMESPACE::UInt<(2 * Bits)>; in rounded_mul() 646 using DblMant = LIBC_NAMESPACE::UInt<(Bits * 2 + 64)>; in rounded_div()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 56 {codeview::SimpleTypeKind::UInt16Short, PDB_BuiltinType::UInt, 2}, 58 {codeview::SimpleTypeKind::UInt32, PDB_BuiltinType::UInt, 4}, 60 {codeview::SimpleTypeKind::UInt32Long, PDB_BuiltinType::UInt, 4}, 62 {codeview::SimpleTypeKind::UInt64Quad, PDB_BuiltinType::UInt, 8}, 69 {codeview::SimpleTypeKind::UnsignedCharacter, PDB_BuiltinType::UInt, 1},
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyBuiltinDumper.cpp | 35 case PDB_BuiltinType::UInt: in getTypeName()
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | TValue.cs | 94 internal uint UInt { property
|
| H A D | T0Comp.cs | 924 uint bx = cpu.Pop().UInt; in T0Comp() 925 uint ax = cpu.Pop().UInt; in T0Comp() 929 uint bx = cpu.Pop().UInt; in T0Comp() 930 uint ax = cpu.Pop().UInt; in T0Comp() 934 uint bx = cpu.Pop().UInt; in T0Comp() 935 uint ax = cpu.Pop().UInt; in T0Comp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 504 msgpack::Type::UInt, ProgramInfo.ScratchSize); in getHSAKernelProps() 520 DelayedExprs->assignDocNode(Kern[".sgpr_count"], msgpack::Type::UInt, in getHSAKernelProps() 522 DelayedExprs->assignDocNode(Kern[".vgpr_count"], msgpack::Type::UInt, in getHSAKernelProps() 527 DelayedExprs->assignDocNode(Kern[".agpr_count"], msgpack::Type::UInt, in getHSAKernelProps()
|
| /freebsd/usr.bin/truss/ |
| H A D | syscall.h | 77 UInt, enumerator
|