Home
last modified time | relevance | path

Searched refs:getClassName (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDGlobalISelMatchTableExecutorEmitter.cpp35 getTarget().getName(), getClassName(), "computeAvailableModuleFeatures", in emitSubtargetFeatureBitsetImpl()
38 OS << "void " << getClassName() in emitSubtargetFeatureBitsetImpl()
47 getTarget().getName(), getClassName(), "computeAvailableFunctionFeatures", in emitSubtargetFeatureBitsetImpl()
116 OS << getClassName() << "::ComplexMatcherMemFn\n" in emitComplexPredicates()
117 << getClassName() << "::ComplexPredicateFns[] = {\n" in emitComplexPredicates()
120 OS << " &" << getClassName() in emitComplexPredicates()
135 OS << getClassName() << "::CustomRendererFn\n" in emitCustomOperandRenderers()
136 << getClassName() << "::CustomRenderers[] = {\n" in emitCustomOperandRenderers()
139 OS << " &" << getClassName() << "::" << Fn << ",\n"; in emitCustomOperandRenderers()
166 OS << "const uint8_t *" << getClassName() << "::getMatchTable() const {\n"; in emitMatchTable()
[all …]
HDGlobalISelMatchTableExecutorEmitter.h98 OS << "bool " << getClassName() << "::test" << ArgName << "Predicate_" in emitCxxPredicateFns()
180 virtual StringRef getClassName() const = 0;
/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDASTTableGen.cpp46 std::string clang::tblgen::DeclNode::getClassName() const { in getClassName() function in clang::tblgen::DeclNode
55 StringRef clang::tblgen::TypeNode::getClassName() const { in getClassName() function in clang::tblgen::TypeNode
67 StringRef clang::tblgen::StmtNode::getClassName() const { in getClassName() function in clang::tblgen::StmtNode
HDASTTableGen.h186 std::string getClassName() const;
208 llvm::StringRef getClassName() const;
230 llvm::StringRef getClassName() const;
HDClangASTPropertiesEmitter.cpp390 " return " << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterClass()
392 Out << "static_cast<const " << node.getClassName() in emitNodeReaderWriterClass()
417 << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterMethod()
419 Out << "const " << node.getClassName() << " *node"; in emitNodeReaderWriterMethod()
HDClangTypeNodesEmitter.cpp168 << base.getClassName() << ")\n"; in emitNodeInvocations()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDAction.h99 static const char *getClassName(ActionClass AC);
145 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelCombinerEmitter.cpp2299 StringRef getClassName() const override { in getClassName() function in __anon44ef823c0111::GICombinerEmitter
2308 return getClassName().str() + "RuleConfig"; in getRuleConfigClassName()
2432 OS << "bool " << getClassName() << "::" << getCombineAllMethodName() in emitAdditionalImpl()
2496 OS << "bool " << getClassName() in emitTestSimplePredicate()
2518 OS << "bool " << getClassName() in emitRunCustomAction()
2652 emitSourceFileHeader(getClassName().str() + " Combiner Match Table", OS); in run()
HDGlobalISelEmitter.cpp331 StringRef getClassName() const override { return ClassName; } in getClassName() function in __anon44f719ed0111::GlobalISelEmitter
2271 OS << "bool " << getClassName() in emitAdditionalImpl()
2352 OS << "bool " << getClassName() << "::testSimplePredicate(unsigned) const {\n" in emitTestSimplePredicate()
2353 << " llvm_unreachable(\"" + getClassName() + in emitTestSimplePredicate()
2360 OS << "bool " << getClassName() in emitRunCustomAction()
2363 << " llvm_unreachable(\"" + getClassName() + in emitRunCustomAction()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDAction.cpp20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
HDDriver.cpp2370 os << Action::getClassName(A->getKind()) << ", ";
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.h797 StringRef getClassName(const RecordDecl *RD);
HDCGDebugInfo.cpp303 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo
1170 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl()
3859 StringRef RDName = getClassName(RD); in CreateLimitedType()