Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3299 Lo = DAG.getStoreVP(Ch, DL, DataLo, Ptr, Offset, MaskLo, EVLLo, LoMemVT, MMO, in SplitVecOp_VP_STORE()
3323 Hi = DAG.getStoreVP(Ch, DL, DataHi, Ptr, Offset, MaskHi, EVLHi, HiMemVT, MMO, in SplitVecOp_VP_STORE()
6225 return DAG.getStoreVP(ST->getChain(), DL, StVal, ST->getBasePtr(), in WidenVecOp_STORE()
6266 return DAG.getStoreVP(ST->getChain(), dl, StVal, ST->getBasePtr(), in WidenVecOp_VP_STORE()
H A DSelectionDAG.cpp8390 SDValue SelectionDAG::getStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val, in getStoreVP() function in SelectionDAG
8456 return getStoreVP(Chain, dl, Val, Ptr, getUNDEF(Ptr.getValueType()), Mask, in getTruncStoreVP()
H A DSelectionDAGBuilder.cpp7557 ST = DAG.getStoreVP(getMemoryRoot(), DL, OpValues[0], Ptr, Offset, in visitVPStore()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1468 SDValue getStoreVP(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr,
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10540 return DAG.getStoreVP( in PerformDAGCombine()