Searched refs:PrintName (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelCombinerMatchTableEmitter.cpp | |
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | Patterns.cpp | 157 void Pattern::printImpl(raw_ostream &OS, bool PrintName, in printImpl() argument 160 if (PrintName) in printImpl() 168 void AnyOpcodePattern::print(raw_ostream &OS, bool PrintName) const { in print() 169 printImpl(OS, PrintName, [&OS, this]() { in print() 199 void CXXPattern::print(raw_ostream &OS, bool PrintName) const { in print() 200 printImpl(OS, PrintName, [&OS, this] { in print() 285 void InstructionPattern::print(raw_ostream &OS, bool PrintName) const { in print() 286 printImpl(OS, PrintName, [&OS, this] { in print()
|
| H A D | Patterns.h | 154 virtual void print(raw_ostream &OS, bool PrintName = true) const = 0; 162 void printImpl(raw_ostream &OS, bool PrintName, 187 void print(raw_ostream &OS, bool PrintName = true) const override; 247 void print(raw_ostream &OS, bool PrintName = true) const override; 377 void print(raw_ostream &OS, bool PrintName = true) const override;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Disasm.cpp | 147 auto PrintName = [](const char *Name) -> std::string { in dump() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 223 [&](DeclSpec::TQ TypeQual, StringRef PrintName, SourceLocation SL) { in getFunction() argument
|