Home
last modified time | relevance | path

Searched refs:Mst (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35924 MaskedStoreSDNode *Mst = cast<MaskedStoreSDNode>(N); in combineMaskedStore() local
35926 if (Mst->isCompressingStore()) in combineMaskedStore()
35929 if (!Mst->isTruncatingStore()) { in combineMaskedStore()
35930 if (SDValue ScalarStore = reduceMaskedStoreToScalarStore(Mst, DAG)) in combineMaskedStore()
35940 SDValue Mask = Mst->getMask(); in combineMaskedStore()
35946 Mst->getChain(), SDLoc(N), Mst->getValue(), Mst->getBasePtr(), in combineMaskedStore()
35947 Mask.getOperand(1), Mst->getMemoryVT(), Mst->getMemOperand()); in combineMaskedStore()
35958 EVT VT = Mst->getValue().getValueType(); in combineMaskedStore()
35960 EVT StVT = Mst->getMemoryVT(); in combineMaskedStore()
35961 SDLoc dl(Mst); in combineMaskedStore()
[all …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29080 MaskedStoreSDNode *Mst = cast<MaskedStoreSDNode>(N); in combineMaskedStore() local
29081 if (!Mst->isTruncatingStore()) in combineMaskedStore()
29082 return reduceMaskedStoreToScalarStore(Mst, DAG); in combineMaskedStore()
29085 EVT VT = Mst->getValue().getValueType(); in combineMaskedStore()
29087 EVT StVT = Mst->getMemoryVT(); in combineMaskedStore()
29088 SDLoc dl(Mst); in combineMaskedStore()
29120 SDValue WideVec = DAG.getBitcast(WideVecVT, Mst->getValue()); in combineMaskedStore()
29134 SDValue Mask = Mst->getMask(); in combineMaskedStore()
29162 return DAG.getMaskedStore(Mst->getChain(), dl, TruncatedVal, in combineMaskedStore()
29163 Mst->getBasePtr(), NewMask, StVT, in combineMaskedStore()
[all …]