Searched refs:getMaskedStore (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 880 SDValue getMaskedStore(SDValue Chain, SDLoc dl, SDValue Val,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 1724 Lo = DAG.getMaskedStore(Ch, DL, DataLo, Ptr, MaskLo, LoMemVT, MMO, in SplitVecOp_MSTORE() 1736 Hi = DAG.getMaskedStore(Ch, DL, DataHi, Ptr, MaskHi, HiMemVT, MMO, in SplitVecOp_MSTORE() 3211 return DAG.getMaskedStore(MST->getChain(), dl, WideVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
|
D | LegalizeIntegerTypes.cpp | 1211 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
|
D | DAGCombiner.cpp | 5382 Lo = DAG.getMaskedStore(Chain, DL, DataLo, Ptr, MaskLo, LoMemVT, MMO, in visitMSTORE() 5395 Hi = DAG.getMaskedStore(Chain, DL, DataHi, Ptr, MaskHi, HiMemVT, MMO, in visitMSTORE()
|
D | SelectionDAG.cpp | 5352 SDValue SelectionDAG::getMaskedStore(SDValue Chain, SDLoc dl, SDValue Val, in getMaskedStore() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 3290 SDValue StoreNode = DAG.getMaskedStore(getRoot(), sdl, Src0, Ptr, Mask, VT, in visitMaskedStore()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 17194 return DAG.getMaskedStore(Chain, dl, DataToTruncate, Addr, in LowerINTRINSIC_TRUNCATE_TO_MEM() 19939 return DAG.getMaskedStore(N->getChain(), dl, DataToStore, N->getBasePtr(), in LowerMSTORE() 26117 return DAG.getMaskedStore(Mst->getChain(), dl, TruncatedVal, in PerformMSTORECombine()
|