Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp34 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
78 pVal = getClearedMemory(getNumWords()); in initSlowCase()
97 pVal = getClearedMemory(getNumWords()); in initFromArray()
1739 Quotient->pVal = getClearedMemory(Quotient->getNumWords()); in divide()
1772 Remainder->pVal = getClearedMemory(Remainder->getNumWords()); in divide()
2069 pVal = getClearedMemory(getNumWords()); in fromString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp37 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() function
78 U.pVal = getClearedMemory(getNumWords()); in initSlowCase()
98 U.pVal = getClearedMemory(getNumWords()); in initFromArray()
2142 U.pVal = getClearedMemory(getNumWords()); in fromString()