Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp782 } else if (const MaskedStoreSDNode *MSt = dyn_cast<MaskedStoreSDNode>(this)) { in print_details() local
784 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()
786 if (MSt->isTruncatingStore()) in print_details()
787 OS << ", trunc to " << MSt->getMemoryVT(); in print_details()
789 const char *AM = getIndexedModeName(MSt->getAddressingMode()); in print_details()
793 if (MSt->isCompressingStore()) in print_details()