/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 87 memcpy(U.pVal, that.U.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 101 memcpy(U.pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 154 memcpy(U.pVal, RHS.U.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 380 numWholeSubWords * APINT_WORD_SIZE); in insertBits() 849 std::memcpy(Result.U.pVal, getRawData(), getNumWords() * APINT_WORD_SIZE); in sext() 858 (Result.getNumWords() - getNumWords()) * APINT_WORD_SIZE); in sext() 873 std::memcpy(Result.U.pVal, getRawData(), getNumWords() * APINT_WORD_SIZE); in zext() 877 (Result.getNumWords() - getNumWords()) * APINT_WORD_SIZE); in zext() 938 std::memmove(U.pVal, U.pVal + WordShift, WordsToMove * APINT_WORD_SIZE); in ashrSlowCase() 955 WordShift * APINT_WORD_SIZE); in ashrSlowCase() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 76 APINT_WORD_SIZE = sizeof(WordType), enumerator 78 APINT_BITS_PER_WORD = APINT_WORD_SIZE * CHAR_BIT 780 memset(U.pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); 811 memset(U.pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); 1388 memset(U.pVal, -1, getNumWords() * APINT_WORD_SIZE); in setAllBits() 1449 memset(U.pVal, 0, getNumWords() * APINT_WORD_SIZE); in clearAllBits()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 85 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 99 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 129 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 138 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 140 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 147 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 158 memset(pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); in operator =() 388 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE); in operator *=() 890 for (unsigned i = 0; i < BitWidth / APINT_WORD_SIZE / 2; ++i) { in byteSwap() 892 pByte[i] = pByte[BitWidth / APINT_WORD_SIZE - 1 - i]; in byteSwap() [all …]
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 88 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 102 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 132 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 141 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 143 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 150 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 161 memset(pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); in operator =() 391 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE); in operator *=() 1016 memset(&Result.pVal[i], 0, (Result.getNumWords() - i) * APINT_WORD_SIZE); in zext()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 88 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE); in initSlowCase() 102 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); in initFromArray() 132 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 141 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 143 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 150 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE); in AssignSlowCase() 161 memset(pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE); in operator =() 407 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE); in operator *=() 994 memset(&Result.pVal[i], 0, (Result.getNumWords() - i) * APINT_WORD_SIZE); in zext()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 89 APINT_WORD_SIZE = static_cast<unsigned int>(sizeof(uint64_t)) enumerator 1249 memset(pVal, 0, getNumWords() * APINT_WORD_SIZE); in clearAllBits()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 89 APINT_WORD_SIZE = static_cast<unsigned int>(sizeof(uint64_t)) enumerator 1084 memset(pVal, 0, getNumWords() * APINT_WORD_SIZE); in clearAllBits()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 93 APINT_WORD_SIZE = static_cast<unsigned int>(sizeof(uint64_t)) enumerator 1225 memset(pVal, 0, getNumWords() * APINT_WORD_SIZE); in clearAllBits()
|