Home
last modified time | relevance | path

Searched defs:NumBits (Results 1 – 25 of 229) sorted by relevance

12345678910

/aosp_15_r20/external/scudo/android/tests/
H A Dsize_map_verify_unit_tests.cpp25 static const u32 NumBits = 7; member in scudo::SmokeConfigTest
58 static const u32 NumBits = 7; member in scudo::SizeIncreaseConfigPass
91 static const u32 NumBits = 7; member in scudo::MaxSizeConfigPass
122 static const u32 NumBits = 6; member in scudo::SizeDecreaseConfigFail
164 static const u32 NumBits = 7; member in scudo::MidSizeLog10ConfigPass
201 static const u32 NumBits = 8; member in scudo::NumBitsIncreaseConfigPass
234 static const u32 NumBits = 7; member in scudo::MidEqualMaxConfigPass
271 static const u32 NumBits = 7; member in scudo::SizeDeltaConfigPass
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
H A DArchitecture.cpp24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument
36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument
44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument
60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument
80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument
/aosp_15_r20/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h115 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
134 void Emit64(uint64_t Val, unsigned NumBits) { in Emit64()
151 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
164 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
H A DBitstreamReader.h262 word_t Read(unsigned NumBits) { in Read()
302 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR()
322 uint64_t ReadVBR64(unsigned NumBits) { in ReadVBR64()
/aosp_15_r20/external/scudo/standalone/
H A Dsize_class_map.h225 static const uptr NumBits = 3; member
237 static const uptr NumBits = 3; member
250 static const uptr NumBits = 7; member
293 static const uptr NumBits = 1; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h189 Expected<word_t> Read(unsigned NumBits) { in Read()
232 Expected<uint32_t> ReadVBR(unsigned NumBits) { in ReadVBR()
259 Expected<uint64_t> ReadVBR64(unsigned NumBits) { in ReadVBR64()
H A DBitstreamWriter.h119 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
146 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
159 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitstream/
DBitstreamReader.h185 Expected<word_t> Read(unsigned NumBits) { in Read()
228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR()
263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
DBitstreamWriter.h209 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
236 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
250 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitstream/
DBitstreamReader.h185 Expected<word_t> Read(unsigned NumBits) { in Read()
228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR()
263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
DBitstreamWriter.h209 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
236 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
250 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitstream/
DBitstreamReader.h185 Expected<word_t> Read(unsigned NumBits) { in Read()
228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR()
263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
DBitstreamWriter.h209 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
236 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
249 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitstream/
DBitstreamReader.h185 Expected<word_t> Read(unsigned NumBits) { in Read()
228 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR()
263 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
DBitstreamWriter.h209 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
236 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
250 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h186 Expected<word_t> Read(unsigned NumBits) { in Read()
229 Expected<uint32_t> ReadVBR(const unsigned NumBits) { in ReadVBR()
264 Expected<uint64_t> ReadVBR64(const unsigned NumBits) { in ReadVBR64()
H A DBitstreamWriter.h197 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
224 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
237 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
/aosp_15_r20/external/scudo/standalone/tests/
H A Dsize_class_map_test.cpp28 static const scudo::uptr NumBits = 1; member
43 static const scudo::uptr NumBits = 3; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h43 void insertBits(uint64_t SubBits, unsigned BitPosition, unsigned NumBits) { in insertBits()
54 uint64_t extractBitsAsZExtValue(unsigned NumBits, in extractBitsAsZExtValue()
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h672 word_t Read(unsigned NumBits) { in Read()
712 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR()
732 uint64_t ReadVBR64(unsigned NumBits) { in ReadVBR64()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp115 static bool CanEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, in CanEvaluateShifted()
188 static Value *GetShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in GetShiftedValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp777 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType() local
799 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIndexType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPSInt.cpp24 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPSInt.cpp25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
/aosp_15_r20/external/llvm/lib/Support/
H A DAPSInt.cpp25 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local

12345678910