Searched refs:Mst (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 51556 MaskedStoreSDNode *Mst = cast<MaskedStoreSDNode>(N); in combineMaskedStore() local 51557 if (Mst->isCompressingStore()) in combineMaskedStore() 51560 EVT VT = Mst->getValue().getValueType(); in combineMaskedStore() 51561 SDLoc dl(Mst); in combineMaskedStore() 51564 if (Mst->isTruncatingStore()) in combineMaskedStore() 51567 if (SDValue ScalarStore = reduceMaskedStoreToScalarStore(Mst, DAG, Subtarget)) in combineMaskedStore() 51572 SDValue Mask = Mst->getMask(); in combineMaskedStore() 51582 return DAG.getMaskedStore(Mst->getChain(), SDLoc(N), Mst->getValue(), in combineMaskedStore() 51583 Mst->getBasePtr(), Mst->getOffset(), NewMask, in combineMaskedStore() 51584 Mst->getMemoryVT(), Mst->getMemOperand(), in combineMaskedStore() [all …]
|