Searched refs:getMaskedStore (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 964 SDValue getMaskedStore(SDValue Chain, const SDLoc &dl, SDValue Val,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1781 Lo = DAG.getMaskedStore(Ch, DL, DataLo, Ptr, MaskLo, LoMemVT, MMO, in SplitVecOp_MSTORE() 1793 Hi = DAG.getMaskedStore(Ch, DL, DataHi, Ptr, MaskHi, HiMemVT, MMO, in SplitVecOp_MSTORE() 3329 return DAG.getMaskedStore(MST->getChain(), dl, WideVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
|
D | LegalizeIntegerTypes.cpp | 1216 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
|
D | DAGCombiner.cpp | 5437 Lo = DAG.getMaskedStore(Chain, DL, DataLo, Ptr, MaskLo, LoMemVT, MMO, in visitMSTORE() 5450 Hi = DAG.getMaskedStore(Chain, DL, DataHi, Ptr, MaskHi, HiMemVT, MMO, in visitMSTORE()
|
D | SelectionDAG.cpp | 5360 SDValue SelectionDAG::getMaskedStore(SDValue Chain, const SDLoc &dl, in getMaskedStore() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 3713 SDValue StoreNode = DAG.getMaskedStore(getRoot(), sdl, Src0, Ptr, Mask, VT, in visitMaskedStore()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18531 return DAG.getMaskedStore(Chain, dl, DataToTruncate, Addr, VMask, VT, in LowerINTRINSIC_W_CHAIN() 21549 return DAG.getMaskedStore(N->getChain(), dl, DataToStore, N->getBasePtr(), in LowerMSTORE() 29162 return DAG.getMaskedStore(Mst->getChain(), dl, TruncatedVal, in combineMaskedStore()
|