Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp46 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() function
88 U.pVal = getMemory(getNumWords()); in initSlowCase()
141 U.pVal = getMemory(getNumWords()); in reallocate()
236 APInt Result(getMemory(getNumWords()), getBitWidth()); in operator *()
818 APInt Result(getMemory(getNumWords(width)), width); in trunc()
840 APInt Result(getMemory(getNumWords(Width)), Width); in sext()
864 APInt Result(getMemory(getNumWords(width)), width); in zext()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5754 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) { in getMemory() function
5865 return ByteProvider::getMemory(L, Index); in calculateByteProvider()