Searched refs:getMaskedStore (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1094 SDValue getMaskedStore(SDValue Chain, const SDLoc &dl, SDValue Val,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 2094 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 D | LegalizeIntegerTypes.cpp | 1364 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
|
| H A D | DAGCombiner.cpp | 7705 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 D | SelectionDAG.cpp | 6898 SDValue SelectionDAG::getMaskedStore(SDValue Chain, const SDLoc &dl, in getMaskedStore() function in SelectionDAG
|
| H A D | SelectionDAGBuilder.cpp | 3957 SDValue StoreNode = DAG.getMaskedStore(getRoot(), sdl, Src0, Ptr, Mask, VT, in visitMaskedStore()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 22799 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()
|