Home
last modified time | relevance | path

Searched refs:OrigStore (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1423 SDValue getIndexedStore(SDValue OrigStore, const SDLoc &dl, SDValue Base,
1480 SDValue getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, SDValue Base,
1550 SDValue getIndexedStridedStoreVP(SDValue OrigStore, const SDLoc &DL,
1571 SDValue getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8244 SDValue SelectionDAG::getIndexedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedStore() argument
8247 StoreSDNode *ST = cast<StoreSDNode>(OrigStore); in getIndexedStore()
8496 SDValue SelectionDAG::getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, in getIndexedStoreVP() argument
8499 auto *ST = cast<VPStoreSDNode>(OrigStore); in getIndexedStoreVP()
8747 SDValue SelectionDAG::getIndexedStridedStoreVP(SDValue OrigStore, in getIndexedStridedStoreVP() argument
8751 auto *SST = cast<VPStridedStoreSDNode>(OrigStore); in getIndexedStridedStoreVP()
8950 SDValue SelectionDAG::getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedMaskedStore() argument
8953 MaskedStoreSDNode *ST = cast<MaskedStoreSDNode>(OrigStore); in getIndexedMaskedStore()