Home
last modified time | relevance | path

Searched refs:printImpl (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.cpp23 printImpl(OS, Indent); in print()
28 void Matcher::printOne(raw_ostream &OS) const { printImpl(OS, indent(0)); } in printOne()
114 void ScopeMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() function in ScopeMatcher
124 void RecordMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() function in RecordMatcher
128 void RecordChildMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() function in RecordChildMatcher
132 void RecordMemRefMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() function in RecordMemRefMatcher
136 void CaptureGlueInputMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() function in CaptureGlueInputMatcher
140 void MoveChildMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() function in MoveChildMatcher
144 void MoveSiblingMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() function in MoveSiblingMatcher
148 void MoveParentMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() function in MoveParentMatcher
[all …]
H A DDAGISelMatcher.h193 virtual void printImpl(raw_ostream &OS, indent Indent) const = 0;
237 void printImpl(raw_ostream &OS, indent Indent) const override;
261 void printImpl(raw_ostream &OS, indent Indent) const override;
292 void printImpl(raw_ostream &OS, indent Indent) const override;
306 void printImpl(raw_ostream &OS, indent Indent) const override;
321 void printImpl(raw_ostream &OS, indent Indent) const override;
338 void printImpl(raw_ostream &OS, indent Indent) const override;
358 void printImpl(raw_ostream &OS, indent Indent) const override;
373 void printImpl(raw_ostream &OS, indent Indent) const override;
392 void printImpl(raw_ostream &OS, indent Indent) const override;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp24 void NVPTXFloatMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in NVPTXFloatMCExpr
65 void NVPTXGenericMCSymbolRefExpr::printImpl(raw_ostream &OS, in printImpl() function in NVPTXGenericMCSymbolRefExpr
H A DNVPTXMCExpr.h76 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
114 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.cpp71 static void printImpl(const MCAsmInfo &MAI, raw_ostream &OS, in printImpl() function
206 printImpl(*this, OS, Expr); in printSpecifierExpr()
217 printImpl(*this, OS, Expr); in printSpecifierExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h39 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
H A DHexagonMCExpr.cpp61 void HexagonMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in HexagonMCExpr
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCExpr.h41 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override { in printImpl() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h344 printImpl(OS, Type, IndentLevel);
359 virtual void printImpl(raw_ostream &OS, PrintType Type, in printImpl() function
446 void printImpl(raw_ostream &OS, PrintType Type,
654 void printImpl(raw_ostream &OS, PrintType Type,
1111 void printImpl(raw_ostream &OS, PrintType Type,
1207 void printImpl(raw_ostream &OS, PrintType Type,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.cpp157 void Pattern::printImpl(raw_ostream &OS, bool PrintName, in printImpl() function in llvm::gi::Pattern
169 printImpl(OS, PrintName, [&OS, this]() { in print()
200 printImpl(OS, PrintName, [&OS, this] { in print()
286 printImpl(OS, PrintName, [&OS, this] { in print()
H A DPatterns.h162 void printImpl(raw_ostream &OS, bool PrintName,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.h105 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override;
H A DAMDGPUMCExpr.cpp56 void AMDGPUMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const { in printImpl() function in AMDGPUMCExpr
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp63 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override { in printImpl() function in MCCOFFSectionNumberTargetExpr
99 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override { in printImpl() function in MCCOFFSectionOffsetTargetExpr
H A DMCExpr.cpp59 return cast<MCTargetExpr>(this)->printImpl(OS, MAI); in print()
H A DMCWin64EH.cpp46 void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const override { in printImpl() function in llvm::MCUnwindV2EpilogTargetExpr
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h492 void printImpl(raw_ostream &OS, PrintType Type, in printImpl() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h473 virtual void printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp293 void printImpl(raw_ostream &OS, PrintType Type,
388 void RealFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() function in RealFileSystem
519 void OverlayFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() function in OverlayFileSystem
1207 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl() function in llvm::vfs::InMemoryFileSystem
1567 void RedirectingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() function in RedirectingFileSystem
2961 void TracingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() function in TracingFileSystem