Home
last modified time | relevance | path

Searched refs:UInt (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dto_chars_floating_point.h532 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 DOpenCLBuiltins.td349 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 DMsgPackDocument.h56 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 DMsgPackReader.h49 /// 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 DMsgPackDocumentYAML.cpp50 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 DMsgPackReader.cpp60 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 DMsgPackDocument.cpp168 case Type::UInt: in readFromBlob()
169 Node = getNode(Obj.UInt); in readFromBlob()
287 case Type::UInt: in writeToBlob()
H A DAMDGPUMetadataVerifier.cpp50 if (!verifyScalar(Node, msgpack::Type::UInt)) in verifyInteger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp71 #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 DAMDGPUPALMetadata.cpp176 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 DAMDGPUDelayedMCExpr.cpp23 case msgpack::Type::UInt: in getNode()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h144 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
152 UIntMax UInt;
172 UIntMax UInt; global() member
H A Dubsan_diag.cpp210 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 DSymbolCache.cpp56 {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 DNativeSymbolEnumerator.cpp97 case PDB_BuiltinType::UInt: in getValue()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp35 case PDB_BuiltinType::UInt: in getTypeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp474 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 DTValue.cs94 internal uint UInt { property
H A DT0Comp.cs924 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 Dsyscall.h77 UInt, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def187 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 DValue.h84 X(unsigned int, UInt) \
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp148 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 DFormatString.cpp383 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 DScalar.h164 unsigned int UInt(unsigned int fail_value = 0) const;

123