Home
last modified time | relevance | path

Searched refs:RootName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp779 StringRef RootName; member in __anon569e2aa20111::CombineRuleBuilder
856 << " root:" << RootName << '\n'; in print()
1351 auto It = ApplyPats.find(RootName); in findRoots()
1353 PrintError("Cannot find root '" + RootName + "' in apply patterns!"); in findRoots()
1359 PrintError("apply pattern root '" + RootName + in findRoots()
1384 if (auto It = ApplyPats.find(RootName); It != ApplyPats.end()) { in findRoots()
1386 PrintError("apply pattern '" + RootName + in findRoots()
1398 if (auto MatchPatIt = MatchPats.find(RootName); in findRoots()
1406 auto LookupRes = MatchOpTable.lookup(RootName); in findRoots()
1408 PrintError("Cannot find root '" + RootName + "' in match patterns!"); in findRoots()
[all …]
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp497 StringRef RootName = PrevDIL->getScope()->getSubprogram()->getLinkageName(); in getContextFor() local
498 if (RootName.empty()) in getContextFor()
499 RootName = PrevDIL->getScope()->getSubprogram()->getName(); in getContextFor()
501 getRepInFormat(RootName))); in getContextFor()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp87 std::string RootName(Root->getName()); in checkIntegrityScopesTree() local
89 dbgs() << format("Root: '%s'\nDuplicated elements: %d\n", RootName.c_str(), in checkIntegrityScopesTree()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h914 Expected<T> parse(const llvm::StringRef &JSON, const char *RootName = "") {
918 Path::Root R(RootName);
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1229 const StringRef &RootName) { in adjustInstrProfile() argument
1231 const StringRef &RootName, in adjustInstrProfile()
1235 const StringRef *NewRootName = &RootName; in adjustInstrProfile()
1265 BuildMaxSampleMapImpl(FS, RootName, BuildMaxSampleMapImpl); in adjustInstrProfile()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc113 const StringRef RootName = llvm::sys::path::root_name(Path8Str);
114 assert(!RootName.empty() &&
118 if (RootName[1] != ':') { // Check if UNC.