| /external/llvm/lib/Support/ |
| D | APSInt.cpp | 24 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt() local
|
| /external/llvm/include/llvm/Bitcode/ |
| D | BitstreamWriter.h | 115 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()
|
| D | BitstreamReader.h | 341 word_t Read(unsigned NumBits) { in Read() 381 uint32_t ReadVBR(unsigned NumBits) { in ReadVBR() 401 uint64_t ReadVBR64(unsigned NumBits) { in ReadVBR64()
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineShifts.cpp | 70 static bool CanEvaluateShifted(Value *V, unsigned NumBits, bool isLeftShift, in CanEvaluateShifted() 189 static Value *GetShiftedValue(Value *V, unsigned NumBits, bool isLeftShift, in GetShiftedValue()
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| D | BitSet.cs | 307 public int NumBits() in NumBits() method in Antlr.Runtime.BitSet
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| D | BitSet.cs | 260 public int NumBits() { in NumBits() method in Antlr.Runtime.BitSet
|
| /external/clang/lib/Lex/ |
| D | PPExpressions.cpp | 290 unsigned NumBits; in EvaluateValue() local
|
| /external/llvm/lib/AsmParser/ |
| D | LLLexer.cpp | 476 uint64_t NumBits = atoull(StartChar, CurPtr); in LexIdentifier() local
|
| /external/lzma/CS/7zip/Compress/LzmaAlone/ |
| D | LzmaBench.cs | 35 int NumBits; field in SevenZip.LzmaBench.CBitRandomGenerator
|
| /external/llvm/include/llvm/IR/ |
| D | DerivedTypes.h | 41 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){ in IntegerType()
|
| /external/llvm/utils/TableGen/ |
| D | AsmWriterEmitter.cpp | 363 unsigned NumBits = Log2_32_Ceil(UniqueOperandCommands.size()); in EmitPrintInstruction() local 450 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction() local
|
| D | FixedLenDecoderEmitter.cpp | 223 unsigned NumBits; // number of bits to filter member in __anonfc434c7d0511::Filter 1323 unsigned NumBits = EndBits[I-1] - StartBits[I-1] + 1; in emitSingletonTableEntry() local
|
| /external/llvm/lib/Target/ARM/ |
| D | Thumb2InstrInfo.cpp | 545 unsigned NumBits = 0; in rewriteT2FrameIndex() local
|
| D | ThumbRegisterInfo.cpp | 380 unsigned NumBits = (FrameReg == ARM::SP) ? 8 : 5; in rewriteFrameIndex() local
|
| D | ARMBaseRegisterInfo.cpp | 625 unsigned NumBits = 0; in isFrameOffsetLegal() local
|
| /external/llvm/include/llvm/ADT/ |
| D | BitVector.h | 122 unsigned NumBits = 0; in count() local
|
| /external/lzma/Java/SevenZip/ |
| D | LzmaBench.java | 30 int NumBits; field in LzmaBench.CBitRandomGenerator
|
| /external/llvm/tools/llvm-bcanalyzer/ |
| D | llvm-bcanalyzer.cpp | 366 uint64_t NumBits; member
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 4822 uint64_t NumBits = countTrailingOnes(MaskVal); in SelectBFE() local 4881 uint64_t NumBits; in SelectBFE() local
|
| /external/llvm/lib/IR/ |
| D | DataLayout.cpp | 707 unsigned NumBits = getPointerTypeSizeInBits(Ty); in getIntPtrType() local
|
| D | Type.cpp | 298 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get()
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 81 unsigned NumBits = 0; in getGVAlignmentLog2() local 1688 void AsmPrinter::EmitAlignment(unsigned NumBits, const GlobalObject *GV) const { in EmitAlignment()
|
| /external/llvm/lib/TableGen/ |
| D | Record.cpp | 408 static bool canFitInBitfield(int64_t Value, unsigned NumBits) { in canFitInBitfield() 1181 unsigned NumBits = T->getNumBits(); in convertInitializerBitRange() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 408 int NumBits = NewStoredVT.getSizeInBits(); in ExpandUnalignedStore() local 538 unsigned NumBits = LoadedVT.getSizeInBits(); in ExpandUnalignedLoad() local 1649 unsigned NumBits = FloatVT.getSizeInBits(); in getSignAsIntValue() local
|
| /external/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 563 unsigned NumBits = Ty->getPrimitiveSizeInBits(); in ConstantFoldLoadFromConstPtr() local
|