Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1533 SDValue getStridedStoreVP(SDValue Chain, const SDLoc &DL, SDValue Val,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3366 SDValue Lo = DAG.getStridedStoreVP( in SplitVecOp_VP_STRIDED_STORE()
3396 SDValue Hi = DAG.getStridedStoreVP( in SplitVecOp_VP_STRIDED_STORE()
6298 return DAG.getStridedStoreVP( in WidenVecOp_VP_STRIDED_STORE()
H A DSelectionDAG.cpp8642 SDValue SelectionDAG::getStridedStoreVP(SDValue Chain, const SDLoc &DL, in getStridedStoreVP() function in SelectionDAG
8708 return getStridedStoreVP(Chain, DL, Val, Ptr, getUNDEF(Ptr.getValueType()), in getTruncStridedStoreVP()
H A DSelectionDAGBuilder.cpp7644 SDValue ST = DAG.getStridedStoreVP( in visitVPStridedStore()