Searched refs:MIRFormatter (Results 1 – 8 of 8) sorted by relevance
30 class MIRFormatter {35 MIRFormatter() {} in MIRFormatter() function36 virtual ~MIRFormatter() = default;
25 class MIRFormatter; variable55 friend class MIRFormatter; // For printCustom(). variable
1978 virtual const MIRFormatter *getMIRFormatter() const { in getMIRFormatter()1980 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()1997 mutable std::unique_ptr<MIRFormatter> Formatter;
32 class AMDGPUMIRFormatter final : public MIRFormatter {
1115 const MIRFormatter *getMIRFormatter() const override { in getMIRFormatter()
806 const MIRFormatter *Formatter = nullptr; in print()1131 MIRFormatter::printIRValue(OS, *Val, MST); in print()1165 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print()
922 void MIRFormatter::printIRValue(raw_ostream &OS, const Value &V, in printIRValue()
516 MachineOperand &Dest, const MIRFormatter &MF);1737 const MIRFormatter &MF) { in parseTargetImmMnemonic()3454 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue()