Searched refs:getStridedStoreVP (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 3071 SDValue Store = DAG.getStridedStoreVP(DAG.getEntryNode(), DL, Val, StorePtr, in SplitVecRes_VP_REVERSE() 3733 SDValue Lo = DAG.getStridedStoreVP( in SplitVecOp_VP_STRIDED_STORE() 3763 SDValue Hi = DAG.getStridedStoreVP( in SplitVecOp_VP_STRIDED_STORE() 6965 return DAG.getStridedStoreVP( in WidenVecOp_VP_STRIDED_STORE()
|
H A D | SelectionDAG.cpp | 9452 SDValue SelectionDAG::getStridedStoreVP(SDValue Chain, const SDLoc &DL, in getStridedStoreVP() function in SelectionDAG 9498 return getStridedStoreVP(Chain, DL, Val, Ptr, getUNDEF(Ptr.getValueType()), in getTruncStridedStoreVP()
|
H A D | SelectionDAGBuilder.cpp | 8451 SDValue ST = DAG.getStridedStoreVP( in visitVPStridedStore()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 1514 SDValue getStridedStoreVP(SDValue Chain, const SDLoc &DL, SDValue Val,
|