Searched refs:getMemsetStringVal (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3277 static SDValue getMemsetStringVal(EVT VT, DebugLoc dl, SelectionDAG &DAG, in getMemsetStringVal() function 3478 Value = getMemsetStringVal(VT, dl, DAG, TLI, Str, SrcOff); in getMemcpyLoadsAndStores()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4112 static SDValue getMemsetStringVal(EVT VT, const SDLoc &dl, SelectionDAG &DAG, in getMemsetStringVal() function 4376 Value = getMemsetStringVal(VT, dl, DAG, TLI, Str.substr(SrcOff)); in getMemcpyLoadsAndStores()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5082 static SDValue getMemsetStringVal(EVT VT, const SDLoc &dl, SelectionDAG &DAG, in getMemsetStringVal() function 5387 Value = getMemsetStringVal(VT, dl, DAG, TLI, SubSlice); in getMemcpyLoadsAndStores()
|