Home
last modified time | relevance | path

Searched refs:MIRFormatter (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h32 class MIRFormatter {
37 MIRFormatter() = default;
38 virtual ~MIRFormatter() = default;
H A DPseudoSourceValue.h21 class MIRFormatter; variable
51 friend class MIRFormatter; // For printCustom(). variable
H A DTargetInstrInfo.h2180 virtual const MIRFormatter *getMIRFormatter() const { in getMIRFormatter()
2182 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()
2227 mutable std::unique_ptr<MIRFormatter> Formatter;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.h26 class AMDGPUMIRFormatter final : public MIRFormatter {
H A DSIInstrInfo.h1360 const MIRFormatter *getMIRFormatter() const override { in getMIRFormatter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp860 const MIRFormatter *Formatter = nullptr; in print()
1191 MIRFormatter::printIRValue(OS, *Val, MST); in print()
1225 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print()
H A DMIRPrinter.cpp961 void MIRFormatter::printIRValue(raw_ostream &OS, const Value &V, in printIRValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp519 MachineOperand &Dest, const MIRFormatter &MF);
1841 const MIRFormatter &MF) { in parseTargetImmMnemonic()
3650 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue()