Searched refs:getIndexedStore (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1300 SDValue getIndexedStore(SDValue OrigStore, const SDLoc &dl, SDValue Base,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2928 NS = DAG.getIndexedStore(NS, dl, SN->getBasePtr(), SN->getOffset(), in LowerStore()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 7508 SDValue SelectionDAG::getIndexedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedStore() function in SelectionDAG
|
H A D | DAGCombiner.cpp | 15217 DAG.getIndexedStore(SDValue(N, 0), SDLoc(N), BasePtr, Offset, AM); in CombineToPreIndexedLoadStore() 15407 : DAG.getIndexedStore(SDValue(N, 0), SDLoc(N), in CombineToPostIndexedLoadStore()
|