Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1526 LLVM_ABI SDValue getIndexedStore(SDValue OrigStore, const SDLoc &dl,
1599 LLVM_ABI SDValue getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl,
1652 LLVM_ABI SDValue getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9687 SDValue SelectionDAG::getIndexedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedStore() argument
9690 StoreSDNode *ST = cast<StoreSDNode>(OrigStore); in getIndexedStore()
9920 SDValue SelectionDAG::getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, in getIndexedStoreVP() argument
9923 auto *ST = cast<VPStoreSDNode>(OrigStore); in getIndexedStoreVP()
10259 SDValue SelectionDAG::getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedMaskedStore() argument
10262 MaskedStoreSDNode *ST = cast<MaskedStoreSDNode>(OrigStore); in getIndexedMaskedStore()