Searched refs:getMemcpyLoadsAndStores (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3414 static SDValue getMemcpyLoadsAndStores(SelectionDAG &DAG, DebugLoc dl, in getMemcpyLoadsAndStores() function 3678 SDValue Result = getMemcpyLoadsAndStores(*this, dl, Chain, Dst, Src, in getMemcpy() 3698 return getMemcpyLoadsAndStores(*this, dl, Chain, Dst, Src, in getMemcpy()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4293 static SDValue getMemcpyLoadsAndStores(SelectionDAG &DAG, const SDLoc &dl, in getMemcpyLoadsAndStores() function 4617 SDValue Result = getMemcpyLoadsAndStores(*this, dl, Chain, Dst, Src, in getMemcpy() 4638 return getMemcpyLoadsAndStores(*this, dl, Chain, Dst, Src, in getMemcpy()
|