Searched refs:getMemsetValue (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3251 static SDValue getMemsetValue(SDValue Value, EVT VT, SelectionDAG &DAG, in getMemsetValue() function 3636 SDValue MemSetValue = getMemsetValue(Src, LargestVT, DAG, dl); in getMemsetStores() 3649 Value = getMemsetValue(Src, VT, DAG, dl); in getMemsetStores()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4073 static SDValue getMemsetValue(SDValue Value, EVT VT, SelectionDAG &DAG, in getMemsetValue() function 4557 SDValue MemSetValue = getMemsetValue(Src, LargestVT, DAG, dl); in getMemsetStores() 4577 Value = getMemsetValue(Src, VT, DAG, dl); in getMemsetStores()
|