Home
last modified time | relevance | path

Searched refs:getStridedStoreVP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1450 SDValue getStridedStoreVP(SDValue Chain, const SDLoc &DL, SDValue Val,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8391 SDValue SelectionDAG::getStridedStoreVP(SDValue Chain, const SDLoc &DL, in getStridedStoreVP() function in SelectionDAG
8457 return getStridedStoreVP(Chain, DL, Val, Ptr, getUNDEF(Ptr.getValueType()), in getTruncStridedStoreVP()
H A DSelectionDAGBuilder.cpp7545 SDValue ST = DAG.getStridedStoreVP( in visitVPStridedStore()