Searched refs:getStridedStoreVP (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1533 SDValue getStridedStoreVP(SDValue Chain, const SDLoc &DL, SDValue Val,
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 3366 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 D | SelectionDAG.cpp | 8642 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 D | SelectionDAGBuilder.cpp | 7644 SDValue ST = DAG.getStridedStoreVP( in visitVPStridedStore()
|