Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
79 pVal = getClearedMemory(getNumWords()); in initSlowCase()
98 pVal = getClearedMemory(getNumWords()); in initFromArray()
1780 Quotient->pVal = getClearedMemory(Quotient->getNumWords()); in divide()
1813 Remainder->pVal = getClearedMemory(Remainder->getNumWords()); in divide()
2110 pVal = getClearedMemory(getNumWords()); in fromString()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp32 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
76 pVal = getClearedMemory(getNumWords()); in initSlowCase()
95 pVal = getClearedMemory(getNumWords()); in initFromArray()
1880 Quotient->pVal = getClearedMemory(Quotient->getNumWords()); in divide()
1911 Remainder->pVal = getClearedMemory(Remainder->getNumWords()); in divide()
2146 pVal = getClearedMemory(getNumWords()); in fromString()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
79 pVal = getClearedMemory(getNumWords()); in initSlowCase()
98 pVal = getClearedMemory(getNumWords()); in initFromArray()
1754 Quotient->pVal = getClearedMemory(Quotient->getNumWords()); in divide()
1787 Remainder->pVal = getClearedMemory(Remainder->getNumWords()); in divide()
2084 pVal = getClearedMemory(getNumWords()); in fromString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp36 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
77 U.pVal = getClearedMemory(getNumWords()); in initSlowCase()
97 U.pVal = getClearedMemory(getNumWords()); in initFromArray()
1988 U.pVal = getClearedMemory(getNumWords()); in fromString()