Searched refs:MemSetValue (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3636 SDValue MemSetValue = getMemsetValue(Src, LargestVT, DAG, dl); in getMemsetStores() local 3643 SDValue Value = MemSetValue; in getMemsetStores() 3647 Value = DAG.getNode(ISD::TRUNCATE, dl, VT, MemSetValue); in getMemsetStores()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4557 SDValue MemSetValue = getMemsetValue(Src, LargestVT, DAG, dl); in getMemsetStores() local 4571 SDValue Value = MemSetValue; in getMemsetStores() 4575 Value = DAG.getNode(ISD::TRUNCATE, dl, VT, MemSetValue); in getMemsetStores()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5629 SDValue MemSetValue = getMemsetValue(Src, LargestVT, DAG, dl); in getMemsetStores() local 5643 SDValue Value = MemSetValue; in getMemsetStores() 5647 Value = DAG.getNode(ISD::TRUNCATE, dl, VT, MemSetValue); in getMemsetStores()
|