Home
last modified time | relevance | path

Searched refs:getNumBits (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DX86EVEX2VEXTablesEmitter.cpp73 if (B1->getNumBits() != B2->getNumBits()) in equalBitsInits()
76 for (unsigned i = 0, e = B1->getNumBits(); i != e; ++i) { in equalBitsInits()
92 for (unsigned i = 0, e = B->getNumBits(); i != e; ++i) { in getValueFromBitsInit()
DX86FoldTablesEmitter.cpp190 assert(B->getNumBits() <= sizeof(uint64_t) * 8 && "BitInits' too long!"); in getValueFromBitsInit()
193 for (unsigned i = 0, e = B->getNumBits(); i != e; ++i) { in getValueFromBitsInit()
202 if (B1->getNumBits() != B2->getNumBits()) in equalBitsInits()
205 for (unsigned i = 0, e = B1->getNumBits(); i != e; ++i) { in equalBitsInits()
DCodeEmitterGen.cpp80 int bit = BI->getNumBits()-1; in AddCodeToMergeInOperand()
263 for (unsigned i = 0, e = BI->getNumBits(); i != e; ++i) { in run()
DFixedLenDecoderEmitter.cpp167 for (unsigned index = bits.getNumBits(); index > 0; --index) { in dumpBits()
1827 for (; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
1839 if (bi == Bits.getNumBits()) in populateInstruction()
1849 for (; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
1991 for (unsigned bi = 0; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
/external/llvm/lib/TableGen/
DRecord.cpp107 return BitsTy->getNumBits() == 1; in typeIsConvertibleTo()
221 SmallVector<Init *, 16> NewBits(BRT->getNumBits()); in convertInitializerTo()
223 for (unsigned i = 0; i != BRT->getNumBits(); ++i) in convertInitializerTo()
249 if (BRT->getNumBits() == 1) in convertInitializerTo()
290 if (getNumBits() != 1) return nullptr; // Only accept if just one bit! in convertInitializerTo()
297 if (getNumBits() != BRT->getNumBits()) return nullptr; in convertInitializerTo()
303 for (unsigned i = 0, e = getNumBits(); i != e; ++i) in convertInitializerTo()
319 if (Bits[i] >= getNumBits()) in convertInitializerBitRange()
328 for (unsigned i = 0, e = getNumBits(); i != e; ++i) { in getAsString()
352 SmallVector<Init *, 16> NewBits(getNumBits()); in resolveReferences()
[all …]
DTGParser.cpp114 SmallVector<Init *, 16> NewBits(CurVal->getNumBits()); in SetValue()
125 for (unsigned i = 0, e = CurVal->getNumBits(); i != e; ++i) in SetValue()
136 Twine(BI->getNumBits())).str(); in SetValue()
1026 MHSTy = BitsRecTy::get(MHSbits->getNumBits()); in ParseOperation()
1033 RHSTy = BitsRecTy::get(RHSbits->getNumBits()); in ParseOperation()
1277 for (unsigned i = 0, e = BI->getNumBits(); i != e; ++i) in ParseSimpleValue()
1284 for (unsigned i = 0, e = BitsRec->getNumBits(); i != e; ++i) in ParseSimpleValue()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeEmitterGen.cpp43 unsigned numBits = BI->getNumBits(); in reverseBits()
90 int bit = BI->getNumBits()-1; in AddCodeToMergeInOperand()
249 for (unsigned i = 0, e = BI->getNumBits(); i != e; ++i) { in run()
DInstrInfoEmitter.cpp303 for (unsigned i = 0, e = TSF->getNumBits(); i != e; ++i) { in emitRecord()
DARMDecoderEmitter.cpp119 int width = init.getNumBits(); in byteFromBitsInit()
198 for (index = bits.getNumBits(); index > 0; index--) { in dumpBits()
DFixedLenDecoderEmitter.cpp62 for (index = bits.getNumBits(); index > 0; index--) { in dumpBits()
1324 for (unsigned bi = 0; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp73 return BitsTy->getNumBits() == 1; in typeIsConvertibleTo()
321 if (BRT->getNumBits() == 1) in convertInitializerTo()
361 if (getNumBits() != 1) return nullptr; // Only accept if just one bit! in convertInitializerTo()
368 if (getNumBits() != BRT->getNumBits()) return nullptr; in convertInitializerTo()
374 for (unsigned i = 0, e = getNumBits(); i != e; ++i) in convertInitializerTo()
390 if (Bits[i] >= getNumBits()) in convertInitializerBitRange()
398 for (unsigned i = 0, e = getNumBits(); i != e; ++i) { in isConcrete()
407 for (unsigned i = 0, e = getNumBits(); i != e; ++i) { in getAsString()
421 SmallVector<Init *, 16> NewBits(getNumBits()); in resolveReferences()
426 for (unsigned i = 0, e = getNumBits(); i != e; ++i) { in resolveReferences()
[all …]
DTGParser.cpp74 for (unsigned i = 0, e = BV->getNumBits(); i != e; ++i) { in checkBitsConcrete()
194 SmallVector<Init *, 16> NewBits(CurVal->getNumBits()); in SetValue()
205 for (unsigned i = 0, e = CurVal->getNumBits(); i != e; ++i) in SetValue()
216 Twine(BI->getNumBits())).str(); in SetValue()
1405 MHSTy = BitsRecTy::get(MHSbits->getNumBits()); in ParseOperation()
1412 RHSTy = BitsRecTy::get(RHSbits->getNumBits()); in ParseOperation()
1757 for (unsigned i = 0, e = BI->getNumBits(); i != e; ++i) in ParseSimpleValue()
1764 for (unsigned i = 0, e = BitsRec->getNumBits(); i != e; ++i) in ParseSimpleValue()
DJSONBackend.cpp56 for (unsigned i = 0, limit = Bits->getNumBits(); i < limit; i++) in translateInit()
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp69 int bit = BI->getNumBits()-1; in AddCodeToMergeInOperand()
253 for (unsigned i = 0, e = BI->getNumBits(); i != e; ++i) { in run()
DFixedLenDecoderEmitter.cpp152 for (unsigned index = bits.getNumBits(); index > 0; --index) { in dumpBits()
1774 for (; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
1786 if (bi == Bits.getNumBits()) in populateInstruction()
1796 for (; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
1960 for (unsigned bi = 0; bi < Bits.getNumBits(); ++bi) { in populateInstruction()
DSearchableTableEmitter.cpp75 unsigned NumBits = BI->getNumBits(); in searchableFieldType()
DInstrInfoEmitter.cpp516 for (unsigned i = 0, e = TSF->getNumBits(); i != e; ++i) { in emitRecord()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp93 if (BI->getNumBits() != 1) return 0; // Only accept if just one bit! in convertValue()
98 return RHS->getNumBits() == 1; in baseClassOf()
170 if (BI->getNumBits() == Size) return BI; in convertValue()
240 for (unsigned i = 0, e = BI->getNumBits(); i != e; ++i) in convertValue()
498 if (Bits[i] >= getNumBits()) in convertInitializerBitRange()
507 for (unsigned i = 0, e = getNumBits(); i != e; ++i) { in getAsString()
522 SmallVector<Init *, 16> NewBits(getNumBits()); in resolveReferences()
1271 unsigned NumBits = T->getNumBits(); in convertInitializerBitRange()
1322 assert(Bit < BI->getNumBits() && "Bit reference out of range!"); in resolveBitReference()
1505 assert(Bit < BI->getNumBits() && "Bit reference out of range!"); in resolveBitReference()
DTGParser.cpp119 SmallVector<Init *, 16> NewBits(CurVal->getNumBits()); in SetValue()
130 for (unsigned i = 0, e = CurVal->getNumBits(); i != e; ++i) in SetValue()
937 MHSbits->getNumBits() == RHSbits->getNumBits()) { in ParseOperation()
/external/llvm/include/llvm/TableGen/
DRecord.h113 unsigned getNumBits() const { return Size; } in getNumBits() function
500 unsigned getNumBits() const { return NumBits; } in getNumBits() function
507 for (unsigned i = 0; i != getNumBits(); ++i) in isComplete()
512 for (unsigned i = 0; i != getNumBits(); ++i) in allInComplete()
964 cast<BitsRecTy>(T->getType())->getNumBits() > B)) && in VarBitInit()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h131 unsigned getNumBits() const { return Size; } in getNumBits() function
535 unsigned getNumBits() const { return NumBits; } in getNumBits() function
541 for (unsigned i = 0; i != getNumBits(); ++i) in isComplete()
547 for (unsigned i = 0; i != getNumBits(); ++i) in allInComplete()
1032 cast<BitsRecTy>(T->getType())->getNumBits() > B)) && in VarBitInit()
/external/rappor/client/java/com/google/android/rappor/
DEncoder.java384 public int getNumBits() { in getNumBits() method in Encoder
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h184 unsigned getNumBits() const { return Size; } in getNumBits() function
670 unsigned getNumBits() const { return Bits.size(); } in getNumBits() function
684 for (unsigned i = 0; i != getNumBits(); ++i) in isComplete()
689 for (unsigned i = 0; i != getNumBits(); ++i) in allInComplete()
1107 ((BitsRecTy*)T->getType())->getNumBits() > B && in VarBitInit()
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp276 os << C.getLoc() << " [as " << C.getNumBits() << " bit integer]"; in dumpToStream()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h393 unsigned getNumBits() const { in getNumBits() function

12