Searched refs:getStridedStoreVP (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2901 SDValue Store = DAG.getStridedStoreVP(DAG.getEntryNode(), DL, Val, StorePtr, in SplitVecRes_VP_REVERSE() 3548 SDValue Lo = DAG.getStridedStoreVP( in SplitVecOp_VP_STRIDED_STORE() 3578 SDValue Hi = DAG.getStridedStoreVP( in SplitVecOp_VP_STRIDED_STORE() 6581 return DAG.getStridedStoreVP( in WidenVecOp_VP_STRIDED_STORE()
|
| H A D | SelectionDAG.cpp | 9117 SDValue SelectionDAG::getStridedStoreVP(SDValue Chain, const SDLoc &DL, in getStridedStoreVP() function in SelectionDAG 9183 return getStridedStoreVP(Chain, DL, Val, Ptr, getUNDEF(Ptr.getValueType()), in getTruncStridedStoreVP()
|
| H A D | SelectionDAGBuilder.cpp | 8036 SDValue ST = DAG.getStridedStoreVP( in visitVPStridedStore()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1527 SDValue getStridedStoreVP(SDValue Chain, const SDLoc &DL, SDValue Val,
|