Home
last modified time | relevance | path

Searched refs:getIndexedStore (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAG.h688 SDValue getIndexedStore(SDValue OrigStoe, DebugLoc dl, SDValue Base,
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h955 SDValue getIndexedStore(SDValue OrigStoe, const SDLoc &dl, SDValue Base,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5964 Result = DAG.getIndexedStore(SDValue(N,0), N->getDebugLoc(), in CombineToPreIndexedLoadStore()
6094 : DAG.getIndexedStore(SDValue(N,0), N->getDebugLoc(), in CombineToPostIndexedLoadStore()
DSelectionDAG.cpp4366 SelectionDAG::getIndexedStore(SDValue OrigStore, DebugLoc dl, SDValue Base, in getIndexedStore() function in SelectionDAG
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9802 Result = DAG.getIndexedStore(SDValue(N,0), SDLoc(N), in CombineToPreIndexedLoadStore()
9970 : DAG.getIndexedStore(SDValue(N,0), SDLoc(N), in CombineToPostIndexedLoadStore()
DSelectionDAG.cpp5305 SDValue SelectionDAG::getIndexedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedStore() function in SelectionDAG
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8084 Store = DAG.getIndexedStore(Store, dl, BasePtr, SN->getOffset(), in LowerVectorStore()