Home
last modified time | relevance | path

Searched refs:APINT_WORD_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp88 memcpy(U.pVal, that.U.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase()
102 memcpy(U.pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray()
155 memcpy(U.pVal, RHS.U.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase()
381 numWholeSubWords * APINT_WORD_SIZE); in insertBits()
922 std::memcpy(Result.U.pVal, getRawData(), getNumWords() * APINT_WORD_SIZE); in sext()
931 (Result.getNumWords() - getNumWords()) * APINT_WORD_SIZE); in sext()
946 std::memcpy(Result.U.pVal, getRawData(), getNumWords() * APINT_WORD_SIZE); in zext()
950 (Result.getNumWords() - getNumWords()) * APINT_WORD_SIZE); in zext()
1011 std::memmove(U.pVal, U.pVal + WordShift, WordsToMove * APINT_WORD_SIZE); in ashrSlowCase()
1028 WordShift * APINT_WORD_SIZE); in ashrSlowCase()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h76 APINT_WORD_SIZE = sizeof(WordType), enumerator
78 APINT_BITS_PER_WORD = APINT_WORD_SIZE * CHAR_BIT
797 memset(U.pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE);
828 memset(U.pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE);
1428 memset(U.pVal, -1, getNumWords() * APINT_WORD_SIZE); in setAllBits()
1504 memset(U.pVal, 0, getNumWords() * APINT_WORD_SIZE); in clearAllBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp87 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase()
101 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray()
131 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase()
140 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase()
142 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase()
149 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase()
160 memset(pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); in operator =()
392 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE); in operator *=()
979 memset(&Result.pVal[i], 0, (Result.getNumWords() - i) * APINT_WORD_SIZE); in zext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h93 APINT_WORD_SIZE = static_cast<unsigned int>(sizeof(uint64_t)) enumerator
1225 memset(pVal, 0, getNumWords() * APINT_WORD_SIZE); in clearAllBits()