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
1965 virtual const MIRFormatter *getMIRFormatter() const { in getMIRFormatter()1967 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()1979 mutable std::unique_ptr<MIRFormatter> Formatter;
32 class AMDGPUMIRFormatter final : public MIRFormatter {
1114 const MIRFormatter *getMIRFormatter() const override { in getMIRFormatter()
798 const MIRFormatter *Formatter = nullptr; in print()1114 MIRFormatter::printIRValue(OS, *Val, MST); in print()1148 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print()
897 void MIRFormatter::printIRValue(raw_ostream &OS, const Value &V, in printIRValue()
508 MachineOperand &Dest, const MIRFormatter &MF);1589 const MIRFormatter &MF) { in parseTargetImmMnemonic()3261 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue()