Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1417 SDValue getIndexedStore(SDValue OrigStore, const SDLoc &dl, SDValue Base,
1474 SDValue getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, SDValue Base,
1544 SDValue getIndexedStridedStoreVP(SDValue OrigStore, const SDLoc &DL,
1565 SDValue getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8719 SDValue SelectionDAG::getIndexedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedStore() argument
8722 StoreSDNode *ST = cast<StoreSDNode>(OrigStore); in getIndexedStore()
8971 SDValue SelectionDAG::getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, in getIndexedStoreVP() argument
8974 auto *ST = cast<VPStoreSDNode>(OrigStore); in getIndexedStoreVP()
9222 SDValue SelectionDAG::getIndexedStridedStoreVP(SDValue OrigStore, in getIndexedStridedStoreVP() argument
9226 auto *SST = cast<VPStridedStoreSDNode>(OrigStore); in getIndexedStridedStoreVP()
9425 SDValue SelectionDAG::getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedMaskedStore() argument
9428 MaskedStoreSDNode *ST = cast<MaskedStoreSDNode>(OrigStore); in getIndexedMaskedStore()