Searched refs:getNumWords (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | APInt.cpp | 88 U.pVal = getMemory(getNumWords()); in initSlowCase() 127 if (getNumWords() == getNumWords(NewBitWidth)) { in reallocate() 141 U.pVal = getMemory(getNumWords()); in reallocate() 168 unsigned NumWords = getNumWords(); in Profile() 266 unsigned NumWords = getNumWords(); in operator *=() 559 int i = getNumWords() - 1; in countLeadingOnesSlowCase() 579 if (i < getNumWords()) in countTrailingZerosSlowCase() 589 if (i < getNumWords()) in countTrailingOnesSlowCase() 846 Result.U.pVal[getNumWords() - 1] = in sext() 852 (Result.getNumWords() - getNumWords()) * APINT_WORD_SIZE); in sext() [all …]
|
| H A D | APFloat.cpp | 697 if (!fill || fill->getNumWords() < numParts) in makeNaN() 701 std::min(fill->getNumWords(), numParts)); in makeNaN() 2210 unsigned int partCount = Val.getNumWords(); in convertFromAPInt() 4513 SmallVector<uint64_t, 4> parts(result.getNumWords()); in convertToInteger()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 157 U.pVal[getNumWords() - 1] &= mask; in clearUnusedBits() 781 memset(U.pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); 812 memset(U.pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); 1395 memset(U.pVal, -1, getNumWords() * APINT_WORD_SIZE); in setAllBits() 1456 memset(U.pVal, 0, getNumWords() * APINT_WORD_SIZE); in clearAllBits() 1516 unsigned getNumWords() const { return getNumWords(BitWidth); } in getNumWords() function 1524 static unsigned getNumWords(unsigned BitWidth) { in getNumWords() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 94 unsigned NumWords = Value.getNumWords(); in TemplateArgument()
|
| H A D | Expr.cpp | 769 unsigned NumWords = Val.getNumWords(); in setIntValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 309 unsigned NumWords = APInt::getNumWords(Integer.BitWidth); in getAsIntegral()
|
| H A D | Expr.h | 1272 bool hasAllocation() const { return llvm::APInt::getNumWords(BitWidth) > 1; } in hasAllocation() 1281 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in getIntValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1491 for (int i = 0, N = Val.getNumWords(); i < N; ++i) { in printConstant()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2418 Result = APInt(NumBits, ArrayRef<uint64_t>(A.getRawData(), A.getNumWords())); in getHexUint()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2449 int Chunk = API.getNumWords() - 1; in emitGlobalConstantFP()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5333 Record->append(Words, Words + Value.getNumWords()); in AddAPInt()
|
| H A D | ASTReader.cpp | 9063 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in ReadAPInt()
|