Home | History | Annotate | Download | only in IR

Lines Matching defs:getMachine

709 SlotTracker *ModuleSlotTracker::getMachine() {
721 // Using getMachine() may lazily create the slot tracker.
722 if (!getMachine())
3326 if (auto *ST = MST.getMachine())
3405 MST.getMachine() ? *MST.getMachine() : EmptySlotTable;
3433 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr);
3464 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(),
3486 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule()))
3501 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M,
3509 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M);