reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineInstr.h
 1508   LLT getTypeToPrint(unsigned OpIdx, SmallBitVector &PrintedTypes,

References

lib/CodeGen/MIRPrinter.cpp
  725           MI.getTypeToPrint(I, PrintedTypes, MRI),
  767           MI.getTypeToPrint(I, PrintedTypes, MRI));
lib/CodeGen/MachineInstr.cpp
 1507     LLT TypeToPrint = MRI ? getTypeToPrint(StartOp, PrintedTypes, *MRI) : LLT{};
 1562     LLT TypeToPrint = MRI ? getTypeToPrint(OpIdx, PrintedTypes, *MRI) : LLT{};
 1601         LLT TypeToPrint = MRI ? getTypeToPrint(i, PrintedTypes, *MRI) : LLT{};
 1612         LLT TypeToPrint = MRI ? getTypeToPrint(i, PrintedTypes, *MRI) : LLT{};
 1676       LLT TypeToPrint = MRI ? getTypeToPrint(i, PrintedTypes, *MRI) : LLT{};