Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 25 of 99) sorted by relevance

1234

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h21 static inline uint64_t Bits64(const uint64_t bits, const uint32_t msbit, in Bits64()
29 static inline uint32_t Bits32(const uint32_t bits, const uint32_t msbit, in Bits32()
36 static inline uint32_t Bit32(const uint32_t bits, const uint32_t bit) { in Bit32()
40 static inline uint64_t Bit64(const uint64_t bits, const uint32_t bit) { in Bit64()
46 static inline void SetBits32(uint32_t &bits, const uint32_t msbit, in SetBits32()
55 static inline void SetBit32(uint32_t &bits, const uint32_t bit, in SetBit32()
61 static inline uint32_t Rotr32(uint32_t bits, uint32_t amt) { in Rotr32()
67 static inline uint32_t Rotl32(uint32_t bits, uint32_t amt) { in Rotl32()
/llvm-project-15.0.7/clang/test/Sema/
H A Dbittest-intrinsics.c11 void x86(long *bits, __int64 *bits64, long bitidx) { in x86()
36 void x64(long *bits, __int64 *bits64, long bitidx) { in x64()
62 void arm(long *bits, __int64 *bits64, long bitidx) { in arm()
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DFloat16bits.h25 uint16_t bits; member
30 uint16_t bits; member
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py27 def CheckBits(bits): argument
31 def TypeCodeForBits(bits): argument
35 def TypeCodeForStruct(bits): argument
43 def MagicForBits(bits): argument
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp17 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) in PThreadEvent()
51 uint32_t bits = m_bits; in GetEventBits() local
56 void PThreadEvent::ReplaceEventBits(const uint32_t bits) { in ReplaceEventBits()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dhash.h33 #define isl_hash_bits(h,bits) \ argument
51 int bits; member
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DFourIndependentBranchesTest.cpp12 int bits = 0; in LLVMFuzzerTestOneInput() local
H A DFullCoverageSetTest.cpp12 int bits = 0; in LLVMFuzzerTestOneInput() local
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dpr32725.mm5 unsigned long long bits; field
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A DFPBits.h52 UIntType bits; member
158 FPBits<T> bits; in inf() local
164 FPBits<T> bits = inf(); in neg_inf() local
170 FPBits<T> bits = inf(); in build_nan() local
H A Dbuiltin_wrappers.h22 template <typename T> static inline int correct_zero(T val, int bits) { in correct_zero()
/llvm-project-15.0.7/libc/test/src/math/exhaustive/
H A Dsqrtf_test.cpp19 uint32_t bits = 0; in TEST() local
H A Dcosf_test.cpp19 uint32_t bits = 0; in TEST() local
H A Dlog2f_test.cpp23 uint32_t bits = start; in check() local
/llvm-project-15.0.7/lld/MachO/
H A DRelocations.cpp86 uint8_t bits, int64_t min, uint64_t max) { in reportRangeError()
99 uint8_t bits, int64_t min, uint64_t max) { in reportRangeError()
H A DRelocations.h49 RelocAttrBits bits; member
100 inline void checkInt(void *loc, Diagnostic d, int64_t v, int bits) { in checkInt()
107 inline void checkUInt(void *loc, Diagnostic d, uint64_t v, int bits) { in checkUInt()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPMatcher.cpp27 FPBits<ValType> bits(value); in describeValue() local
/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A DSingleInputSingleOutputDiff.h30 for (UIntType bits = 0;; ++bits) { in runDiff() local
54 for (UIntType bits = startingBit;; ++bits) { in runPerfInRange() local
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp64 auto pointerType = [&](unsigned bits) { in matchAndRewrite()
75 auto getEleTy = [&](unsigned bits) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/unittests/Dialect/SparseTensor/
H A DMergerTest.cpp166 const BitVector &bits, bool simple) { in latPointWithinRange()
178 const BitVector &bits, bool simple = false) { in expectLatPointWithinRange()
185 const BitVector &bits, bool simple = false) { in expectLatPoint()
205 bool compareBits(unsigned s, unsigned p, const BitVector &bits, bool simple) { in compareBits()
/llvm-project-15.0.7/libc/test/utils/FPUtil/
H A Dx86_long_double_test.cpp23 FPBits bits(0.0l); in TEST() local
/llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp568 void assert_message_bits(const bool b, const char* const msg, const uint32_t bits) { in assert_message_bits()
578 void assert_message_bits(const bool b, const char* const msg, const uint64_t bits) { in assert_message_bits()
633 const UIntType bits = prefix + frac; in test_floating_prefix() local
687 const UIntType bits = prefix + frac; in test_floating_hex_prefix() local
734 const UIntType bits = prefix + frac; in test_floating_precision_prefix() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dfields.c62 struct Bits bits; in testBitfields() local
121 struct Bits bits; in testTruncation() local
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.nonmodifying/
H A Dnone_of.pass.cpp44 test(size_t bits) in test()
H A Dany_of.pass.cpp44 test(size_t bits) in test()

1234