Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp720 } else if (const MaskedLoadSDNode *MLd = dyn_cast<MaskedLoadSDNode>(this)) { in print_details() local
723 printMemOperand(OS, *MLd->getMemOperand(), G); in print_details()
726 switch (MLd->getExtensionType()) { in print_details()
733 OS << " from " << MLd->getMemoryVT().getEVTString(); in print_details()
735 const char *AM = getIndexedModeName(MLd->getAddressingMode()); in print_details()
739 if (MLd->isExpandingLoad()) in print_details()