Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp45 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() function
87 U.pVal = getMemory(getNumWords()); in initSlowCase()
140 U.pVal = getMemory(getNumWords()); in reallocate()
235 APInt Result(getMemory(getNumWords()), getBitWidth()); in operator *()
869 APInt Result(getMemory(getNumWords(width)), width); in trunc()
916 APInt Result(getMemory(getNumWords(Width)), Width); in sext()
940 APInt Result(getMemory(getNumWords(width)), width); in zext()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7110 static ByteProvider getMemory(LoadSDNode *Load, unsigned ByteOffset) { in getMemory() function
7221 return ByteProvider::getMemory(L, Index); in calculateByteProvider()