Home
last modified time | relevance | path

Searched refs:getMaskedStore (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1094 SDValue getMaskedStore(SDValue Chain, const SDLoc &dl, SDValue Val,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2094 Lo = DAG.getMaskedStore(Ch, DL, DataLo, Ptr, MaskLo, LoMemVT, MMO, in SplitVecOp_MSTORE()
2107 Hi = DAG.getMaskedStore(Ch, DL, DataHi, Ptr, MaskHi, HiMemVT, MMO, in SplitVecOp_MSTORE()
3969 return DAG.getMaskedStore(MST->getChain(), dl, StVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
H A DLegalizeIntegerTypes.cpp1364 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
H A DDAGCombiner.cpp7705 Lo = DAG.getMaskedStore(Chain, DL, DataLo, Ptr, MaskLo, LoMemVT, MMO, in visitMSTORE()
7718 Hi = DAG.getMaskedStore(Chain, DL, DataHi, Ptr, MaskHi, HiMemVT, MMO, in visitMSTORE()
H A DSelectionDAG.cpp6898 SDValue SelectionDAG::getMaskedStore(SDValue Chain, const SDLoc &dl, in getMaskedStore() function in SelectionDAG
H A DSelectionDAGBuilder.cpp3957 SDValue StoreNode = DAG.getMaskedStore(getRoot(), sdl, Src0, Ptr, Mask, VT, in visitMaskedStore()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22799 return DAG.getMaskedStore(Chain, dl, DataToTruncate, Addr, VMask, MemVT, in LowerINTRINSIC_W_CHAIN()
26081 return DAG.getMaskedStore(N->getChain(), dl, DataToStore, N->getBasePtr(), in LowerMSTORE()
37652 return DAG.getMaskedStore(Mst->getChain(), dl, TruncatedVal, in combineMaskedStore()