Searched refs:MIRFormatter (Results 1 – 8 of 8) sorted by relevance
32 class MIRFormatter {37 MIRFormatter() = default;38 virtual ~MIRFormatter() = default;
21 class MIRFormatter; variable51 friend class MIRFormatter; // For printCustom(). variable
2180 virtual const MIRFormatter *getMIRFormatter() const { in getMIRFormatter()2182 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()2227 mutable std::unique_ptr<MIRFormatter> Formatter;
26 class AMDGPUMIRFormatter final : public MIRFormatter {
1360 const MIRFormatter *getMIRFormatter() const override { in getMIRFormatter()
860 const MIRFormatter *Formatter = nullptr; in print()1191 MIRFormatter::printIRValue(OS, *Val, MST); in print()1225 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print()
961 void MIRFormatter::printIRValue(raw_ostream &OS, const Value &V, in printIRValue()
519 MachineOperand &Dest, const MIRFormatter &MF);1841 const MIRFormatter &MF) { in parseTargetImmMnemonic()3650 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue()