Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPSInt.cpp24 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
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()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeAnalyzer.h67 uint64_t NumBits; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
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()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dfast_uniform_bits.h58 constexpr size_t NumBits() { in NumBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp777 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType() local
799 unsigned NumBits = getIndexTypeSizeInBits(Ty); in getIndexType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp478 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier() local
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs35 int NumBits; field in SevenZip.LzmaBench.CBitRandomGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.h45 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h43 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp475 static bool canEvaluateShifted(Value *V, unsigned NumBits, bool IsLeftShift, in canEvaluateShifted()
611 static Value *getShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in getShiftedValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp371 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() local
/third_party/vk-gl-cts/external/amber/src/src/
Dtype.h153 uint32_t NumBits() const { return bits_; } in NumBits() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h123 unsigned NumBits = 0; in count() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp578 unsigned NumBits = 0; in rewriteT2FrameIndex() local
DThumbRegisterInfo.cpp387 unsigned NumBits = (FrameReg == ARM::SP) ? 8 : 5; in rewriteFrameIndex() local
/third_party/lzma/Java/SevenZip/
DLzmaBench.java30 int NumBits; field in LzmaBench.CBitRandomGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp154 unsigned NumBits; in valueFitsIntoFixupKind() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp3409 uint64_t NumBits = countTrailingOnes(MaskVal); in tryBFE() local
3468 uint64_t NumBits; in tryBFE() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseBitVector.h120 unsigned NumBits = 0; in count() local
DBitVector.h173 unsigned NumBits = 0; in count() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h356 unsigned NumBits = 0; in count() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp663 unsigned NumBits = DestTy->getScalarSizeInBits(); in ConvertTruncs() local

123