Searched refs:OrigStore (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1340 SDValue getIndexedStore(SDValue OrigStore, const SDLoc &dl, SDValue Base, 1397 SDValue getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, SDValue Base, 1467 SDValue getIndexedStridedStoreVP(SDValue OrigStore, const SDLoc &DL, 1488 SDValue getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl,
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7993 SDValue SelectionDAG::getIndexedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedStore() argument 7996 StoreSDNode *ST = cast<StoreSDNode>(OrigStore); in getIndexedStore() 8245 SDValue SelectionDAG::getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, in getIndexedStoreVP() argument 8248 auto *ST = cast<VPStoreSDNode>(OrigStore); in getIndexedStoreVP() 8496 SDValue SelectionDAG::getIndexedStridedStoreVP(SDValue OrigStore, in getIndexedStridedStoreVP() argument 8500 auto *SST = cast<VPStridedStoreSDNode>(OrigStore); in getIndexedStridedStoreVP() 8699 SDValue SelectionDAG::getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedMaskedStore() argument 8702 MaskedStoreSDNode *ST = cast<MaskedStoreSDNode>(OrigStore); in getIndexedMaskedStore()
|