/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InstructionUtils.h | 21 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 D | bittest-intrinsics.c | 11 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 D | ArmRunnerUtils.cpp | 42 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 D | sancov.py | 29 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 D | Float16bits.h | 37 uint16_t bits; member 42 uint16_t bits; member
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | PThreadEvent.cpp | 17 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 D | hash.h | 33 #define isl_hash_bits(h,bits) \ argument 51 int bits; member
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | FullCoverageSetTest.cpp | 12 int bits = 0; in LLVMFuzzerTestOneInput() local
|
H A D | FourIndependentBranchesTest.cpp | 12 int bits = 0; in LLVMFuzzerTestOneInput() local
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | pr32725.mm | 5 unsigned long long bits; field
|
/llvm-project/clang/test/C/drs/ |
H A D | dr335.c | 22 } bits = { 1 }; in dr335() local
|
/llvm-project/lld/MachO/ |
H A D | Relocations.h | 48 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 D | Relocations.cpp | 96 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 D | pwrite.cpp | 27 const uint64_t bits = cpp::bit_cast<uint64_t>(offset); global() variable
|
H A D | pread.cpp | 26 const uint64_t bits = cpp::bit_cast<uint64_t>(offset); global() variable
|
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/ |
H A D | SparseTensor.h | 65 uint64_t bits = 0; global() variable 69 LevelSet(uint64_t bits) LevelSet() argument
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | CharacterConversion.cpp | 69 auto pointerType = [&](unsigned bits) { in matchAndRewrite() 80 auto getEleTy = [&](unsigned bits) { in matchAndRewrite()
|
/llvm-project/libcxx/test/std/utilities/charconv/charconv.msvc/ |
H A D | test.cpp | 546 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 D | fields.c | 62 struct Bits bits; in testBitfields() local 121 struct Bits bits; in testTruncation() local
|
/llvm-project/libc/test/src/math/smoke/ |
H A D | nanf16_test.cpp | 22 run_test(const char * input_str,StorageType bits) run_test() argument
|
H A D | nanf_test.cpp | 20 run_test(const char * input_str,StorageType bits) run_test() argument
|
H A D | nan_test.cpp | 20 run_test(const char * input_str,StorageType bits) run_test() argument
|
/llvm-project/libc/test/utils/FPUtil/ |
H A D | x86_long_double_test.cpp | 24 FPBits bits(0.0l); in TEST() local [all...] |
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
H A D | none_of.pass.cpp | 44 test(size_t bits) in test()
|
H A D | any_of.pass.cpp | 44 test(size_t bits) in test()
|