Searched refs:OrigStore (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1442 SDValue getIndexedStore(SDValue OrigStore, const SDLoc &dl, SDValue Base, 1499 SDValue getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, SDValue Base, 1542 SDValue getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9117 SDValue SelectionDAG::getIndexedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedStore() argument 9120 StoreSDNode *ST = cast<StoreSDNode>(OrigStore); in getIndexedStore() 9369 SDValue SelectionDAG::getIndexedStoreVP(SDValue OrigStore, const SDLoc &dl, in getIndexedStoreVP() argument 9372 auto *ST = cast<VPStoreSDNode>(OrigStore); in getIndexedStoreVP() 9708 SDValue SelectionDAG::getIndexedMaskedStore(SDValue OrigStore, const SDLoc &dl, in getIndexedMaskedStore() argument 9711 MaskedStoreSDNode *ST = cast<MaskedStoreSDNode>(OrigStore); in getIndexedMaskedStore()
|