Home
last modified time | relevance | path

Searched refs:getNumWords (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp88 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 DAPFloat.cpp697 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 DAPInt.h157 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 DTemplateBase.cpp94 unsigned NumWords = Value.getNumWords(); in TemplateArgument()
H A DExpr.cpp769 unsigned NumWords = Val.getNumWords(); in setIntValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h309 unsigned NumWords = APInt::getNumWords(Integer.BitWidth); in getAsIntegral()
H A DExpr.h1272 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 DX86MCInstLower.cpp1491 for (int i = 0, N = Val.getNumWords(); i < N; ++i) { in printConstant()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2418 Result = APInt(NumBits, ArrayRef<uint64_t>(A.getRawData(), A.getNumWords())); in getHexUint()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2449 int Chunk = API.getNumWords() - 1; in emitGlobalConstantFP()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5333 Record->append(Words, Words + Value.getNumWords()); in AddAPInt()
H A DASTReader.cpp9063 unsigned NumWords = llvm::APInt::getNumWords(BitWidth); in ReadAPInt()