Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h30 class MIRFormatter {
35 MIRFormatter() {} in MIRFormatter() function
36 virtual ~MIRFormatter() = default;
H A DPseudoSourceValue.h25 class MIRFormatter; variable
55 friend class MIRFormatter; // For printCustom(). variable
H A DTargetInstrInfo.h1965 virtual const MIRFormatter *getMIRFormatter() const { in getMIRFormatter()
1967 Formatter = std::make_unique<MIRFormatter>(); in getMIRFormatter()
1979 mutable std::unique_ptr<MIRFormatter> Formatter;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.h32 class AMDGPUMIRFormatter final : public MIRFormatter {
H A DSIInstrInfo.h1114 const MIRFormatter *getMIRFormatter() const override { in getMIRFormatter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp798 const MIRFormatter *Formatter = nullptr; in print()
1114 MIRFormatter::printIRValue(OS, *Val, MST); in print()
1148 const MIRFormatter *Formatter = TII->getMIRFormatter(); in print()
H A DMIRPrinter.cpp897 void MIRFormatter::printIRValue(raw_ostream &OS, const Value &V, in printIRValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp508 MachineOperand &Dest, const MIRFormatter &MF);
1589 const MIRFormatter &MF) { in parseTargetImmMnemonic()
3261 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue()