Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp708 } else if (const MaskedStoreSDNode *MSt = dyn_cast<MaskedStoreSDNode>(this)) { in print_details() local
710 printMemOperand(OS, *MSt->getMemOperand(), G); in print_details()
712 if (MSt->isTruncatingStore()) in print_details()
713 OS << ", trunc to " << MSt->getMemoryVT().getEVTString(); in print_details()
715 const char *AM = getIndexedModeName(MSt->getAddressingMode()); in print_details()
719 if (MSt->isCompressingStore()) in print_details()