Home
last modified time | relevance | path

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

12345

/llvm-project/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/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/mlir/lib/ExecutionEngine/
H A DArmRunnerUtils.cpp42 uint32_t bits) { in setArmVectorLength()
61 void MLIR_ARMRUNNERUTILS_EXPORTED setArmVLBits(uint32_t bits) { in setArmVLBits()
66 void MLIR_ARMRUNNERUTILS_EXPORTED setArmSVLBits(uint32_t bits) { in setArmSVLBits()
/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py29 def CheckBits(bits): argument
34 def TypeCodeForBits(bits): argument
39 def TypeCodeForStruct(bits): argument
49 def MagicForBits(bits): argument
/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DFloat16bits.h37 uint16_t bits; member
42 uint16_t bits; member
/llvm-project/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp17 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) in PThreadEvent() argument
51 uint32_t bits = m_bits; in GetEventBits() local
56 void PThreadEvent::ReplaceEventBits(const uint32_t bits) { in ReplaceEventBits() argument
[all...]
/llvm-project/polly/lib/External/isl/include/isl/
H A Dhash.h33 #define isl_hash_bits(h,bits) \ argument
51 int bits; member
/llvm-project/compiler-rt/test/fuzzer/
H A DFullCoverageSetTest.cpp12 int bits = 0; in LLVMFuzzerTestOneInput() local
H A DFourIndependentBranchesTest.cpp12 int bits = 0; in LLVMFuzzerTestOneInput() local
/llvm-project/clang/test/SemaObjCXX/
H A Dpr32725.mm5 unsigned long long bits; field
/llvm-project/clang/test/C/drs/
H A Ddr335.c22 } bits = { 1 }; in dr335() local
/llvm-project/lld/MachO/
H A DRelocations.h48 RelocAttrBits bits; member
93 checkInt(void * loc,Diagnostic d,int64_t v,int bits) checkInt() argument
100 checkUInt(void * loc,Diagnostic d,uint64_t v,int bits) checkUInt() argument
[all...]
H A DRelocations.cpp96 reportRangeError(void * loc,const Reloc & r,const Twine & v,uint8_t bits,int64_t min,uint64_t max) reportRangeError() argument
109 reportRangeError(void * loc,SymbolDiagnostic d,const Twine & v,uint8_t bits,int64_t min,uint64_t max) reportRangeError() argument
/llvm-project/libc/src/unistd/linux/
H A Dpwrite.cpp27 const uint64_t bits = cpp::bit_cast<uint64_t>(offset); global() variable
H A Dpread.cpp26 const uint64_t bits = cpp::bit_cast<uint64_t>(offset); global() variable
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensor.h65 uint64_t bits = 0; global() variable
69 LevelSet(uint64_t bits) LevelSet() argument
/llvm-project/flang/lib/Optimizer/Transforms/
H A DCharacterConversion.cpp69 auto pointerType = [&](unsigned bits) { in matchAndRewrite()
80 auto getEleTy = [&](unsigned bits) { in matchAndRewrite()
/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/
H A Dtest.cpp546 assert_message_bits(const bool b,const char * const msg,const std::uint32_t bits) assert_message_bits() argument
556 assert_message_bits(const bool b,const char * const msg,const std::uint64_t bits) assert_message_bits() argument
611 const UIntType bits = prefix + frac; test_floating_prefix() local
665 const UIntType bits = prefix + frac; test_floating_hex_prefix() local
712 const UIntType bits = prefix + frac; test_floating_precision_prefix() local
[all...]
/llvm-project/clang/test/Analysis/
H A Dfields.c62 struct Bits bits; in testBitfields() local
121 struct Bits bits; in testTruncation() local
/llvm-project/libc/test/src/math/smoke/
H A Dnanf16_test.cpp22 run_test(const char * input_str,StorageType bits) run_test() argument
H A Dnanf_test.cpp20 run_test(const char * input_str,StorageType bits) run_test() argument
H A Dnan_test.cpp20 run_test(const char * input_str,StorageType bits) run_test() argument
/llvm-project/libc/test/utils/FPUtil/
H A Dx86_long_double_test.cpp24 FPBits bits(0.0l); in TEST() local
[all...]
/llvm-project/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()

12345