Home
last modified time | relevance | path

Searched refs:getStoreVP (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3251 SDValue StoreV1 = DAG.getStoreVP(DAG.getEntryNode(), DL, V1, StackPtr, in SplitVecRes_VP_SPLICE()
3256 DAG.getStoreVP(StoreV1, DL, V2, StackPtr2, DAG.getUNDEF(PtrVT), TrueMask, in SplitVecRes_VP_SPLICE()
3976 Lo = DAG.getStoreVP(Ch, DL, DataLo, Ptr, Offset, MaskLo, EVLLo, LoMemVT, MMO, in SplitVecOp_VP_STORE()
4000 Hi = DAG.getStoreVP(Ch, DL, DataHi, Ptr, Offset, MaskHi, EVLHi, HiMemVT, MMO, in SplitVecOp_VP_STORE()
7339 return DAG.getStoreVP(ST->getChain(), DL, StVal, ST->getBasePtr(), in WidenVecOp_STORE()
7394 return DAG.getStoreVP(ST->getChain(), dl, StVal, ST->getBasePtr(), in WidenVecOp_VP_STORE()
7465 return DAG.getStoreVP(MST->getChain(), dl, StVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
H A DSelectionDAG.cpp9815 SDValue SelectionDAG::getStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val, in getStoreVP() function in SelectionDAG
9880 return getStoreVP(Chain, dl, Val, Ptr, getUNDEF(Ptr.getValueType()), Mask, in getTruncStoreVP()
H A DSelectionDAGBuilder.cpp8515 ST = DAG.getStoreVP(getMemoryRoot(), DL, OpValues[0], Ptr, Offset, in visitVPStore()
H A DDAGCombiner.cpp12663 return DAG.getStoreVP(SST->getChain(), SDLoc(N), SST->getValue(), in visitVP_STRIDED_STORE()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1583 LLVM_ABI SDValue getStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20457 return DAG.getStoreVP( in PerformDAGCombine()