/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 | 349 def UInt : Type<"uint", QualType<"Context.UnsignedIntTy">>; 444 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub… 447 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>; 449 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>; 454 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>; 456 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>; 485 Int, UInt, Long, ULong, 511 UShort, Int, UInt, Long, ULong] in { 513 UShort, Int, UInt, Long, ULong] in { 535 def : Builtin<"get_work_dim", [UInt], Attr.Const>; [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 56 uint64_t UInt; member 88 assert(getKind() == Type::UInt); in getUInt() 89 return UInt; in getUInt() 108 assert(getKind() == Type::UInt); in getUInt() 109 return UInt; in getUInt() 168 case Type::UInt: 169 return Lhs.UInt < Rhs.UInt; 335 auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]); in getNode() 336 N.UInt = V; in getNode() 342 auto N = DocNode(&KindAndDocs[size_t(Type::UInt)]); in getNode() [all …]
|
H A D | MsgPackReader.h | 49 /// being divided into a signed Int and unsigned UInt variant in order to map 55 UInt, 87 uint64_t UInt; 50 UInt, global() enumerator 82 uint64_t UInt; global() 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 | 60 Obj.Kind = Type::UInt; in read() 63 Obj.Kind = Type::UInt; in read() 66 Obj.Kind = Type::UInt; in read() 69 Obj.Kind = Type::UInt; in read() 157 Obj.Kind = Type::UInt; in read() 158 Obj.UInt = FB; in read() 209 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()
|
H A D | AMDGPUMetadataVerifier.cpp | 50 if (!verifyScalar(Node, msgpack::Type::UInt)) in verifyInteger()
|
/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 | 176 if (N.getKind() != msgpack::Type::UInt) in getRegister() 191 if (N.getKind() == msgpack::Type::UInt) in setRegister() 214 if (N.getKind() == msgpack::Type::UInt) { in setRegister() 219 } else if (N.getKind() == msgpack::Type::UInt) { in setRegister() 227 DelayedExprs.assignDocNode(N, msgpack::Type::UInt, Val); in setRegister() 266 setHwStage(CC, ".vgpr_count", msgpack::Type::UInt, Val); in setNumUsedVgprs() 275 setHwStage(CC, ".agpr_count", msgpack::Type::UInt, Val); in setNumUsedAgprs() 305 setHwStage(CC, ".sgpr_count", msgpack::Type::UInt, Val); in setNumUsedSgprs() 327 setHwStage(CC, ".scratch_memory_size", msgpack::Type::UInt, Val); in setScratchSize() 353 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/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},
|
H A D | NativeSymbolEnumerator.cpp | 97 case PDB_BuiltinType::UInt: in getValue()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyBuiltinDumper.cpp | 35 case PDB_BuiltinType::UInt: in getTypeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 474 msgpack::Type::UInt, ProgramInfo.ScratchSize); in getHSAKernelProps() 490 DelayedExprs->assignDocNode(Kern[".sgpr_count"], msgpack::Type::UInt, in getHSAKernelProps() 492 DelayedExprs->assignDocNode(Kern[".vgpr_count"], msgpack::Type::UInt, in getHSAKernelProps() 497 DelayedExprs->assignDocNode(Kern[".agpr_count"], msgpack::Type::UInt, in getHSAKernelProps()
|
/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/usr.bin/truss/ |
H A D | syscall.h | 77 UInt, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.def | 187 HANDLE_CAST_INST(41, FPToUI , FPToUIInst ) // floating point -> UInt 189 HANDLE_CAST_INST(43, UIToFP , UIToFPInst ) // UInt -> floating point
|
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
H A D | Value.h | 84 X(unsigned int, UInt) \
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 148 UInt, enumerator 191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() 214 Kind = UInt; in makeUnsigned() 223 Kind = Sign ? SInt : UInt; in makeInteger() 739 T.Kind = UInt; in fromTypedefName() 814 Kind = UInt; in applyTypespec() 871 Kind = UInt; in applyModifiers() 923 Kind = UInt; in applyModifiers()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | FormatString.cpp | 383 case BuiltinType::UInt: in matchesType() 454 case BuiltinType::UInt: in matchesType() 485 case BuiltinType::UInt: in matchesType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 164 unsigned int UInt(unsigned int fail_value = 0) const;
|