| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 86 CurrentRegion->getNameStr()); in runOnFunction() 116 CurrentRegion->getNameStr()); in runOnFunction() 139 : CurrentRegion->getNameStr(), in runOnFunction()
|
| /llvm-project-15.0.7/polly/lib/Exchange/ |
| H A D | JSONExporter.cpp | 87 std::string FileName = FunctionName + "___" + S.getNameStr() + ".jscop"; in getFileName() 142 root["name"] = S.getNameStr(); in getJSON() 187 errs() << "Writing JScop '" << S.getNameStr() << "' in function '" in exportScop() 701 errs() << "Reading JScop '" << S.getNameStr() << "' in function '" in importScop() 853 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 432 OS << RI.R->getNameStr(); in print() 440 OS << "], Parent " << RegInfos[0].R->getParent()->getNameStr(); in print() 969 CHR_DEBUG(dbgs() << "findScopes " << R->getNameStr() << "\n"); in findScopes() 978 CHR_DEBUG(dbgs() << "Looking at subregion " << SubR.get()->getNameStr() in findScopes() 1155 << RI.R->getNameStr() << "\n"); in splitScope() 1183 << RI.R->getNameStr() << "\n"); in splitScope() 1260 dbgs() << R->getNameStr() << ", "; in classifyBiasedScopes() 1265 dbgs() << R->getNameStr() << ", "; in classifyBiasedScopes() 1350 dbgs() << "Region " << R->getNameStr() << "\n"; in setCHRRegions() 1357 dbgs() << RI.R->getNameStr() << "\n"; in setCHRRegions()
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | FlattenSchedule.cpp | 114 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
|
| H A D | Simplify.cpp | 870 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
|
| H A D | ScheduleOptimizer.cpp | 1027 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
|
| H A D | ForwardOpTree.cpp | 1160 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
|
| H A D | DeLICM.cpp | 1474 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetection.cpp | 1483 LLVM_DEBUG(dbgs() << "\tExpanding " << R.getNameStr() << "\n"); in expandRegion() 1492 LLVM_DEBUG(dbgs() << "\t\tTrying " << ExpandedRegion->getNameStr() << "\n"); in expandRegion() 1528 dbgs() << "\tto " << LastValidRegion->getNameStr() << "\n"; in expandRegion() 1530 dbgs() << "\tExpanding " << R.getNameStr() << " failed\n"; in expandRegion() 1733 LLVM_DEBUG(dbgs() << "Checking region: " << CurRegion.getNameStr() << "\n\t"); in isValidRegion() 1978 OS << "Valid Region for Scop: " << R->getNameStr() << '\n'; in print() 2019 OS << "Valid Region for Scop: " << R->getNameStr() << '\n'; in run()
|
| H A D | ScopDetectionDiagnostic.cpp | 286 return "Irreducible region encountered: " + R->getNameStr(); in getMessage()
|
| H A D | DependenceInfo.cpp | 954 << "region: '" << S.getRegion().getNameStr() << "' in function '" in runOnScop()
|
| H A D | ScopInfo.cpp | 1800 std::string Scop::getNameStr() const { in getNameStr() function in Scop 2140 OS.indent(4) << "Region: " << getNameStr() << "\n"; in print() 2662 << R->getNameStr() << "' in function '" in runOnRegion()
|
| H A D | ScopBuilder.cpp | 1803 return getIslCompatibleName("Stmt", R->getNameStr(), RIdx, "", in makeStmtName() 3195 LLVM_DEBUG(dbgs() << "\n\nNOTE: Run time checks for " << scop->getNameStr() in buildAliasChecks()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | RegionInfoImpl.h | 228 std::string RegionBase<Tr>::getNameStr() const { in getNameStr() function 491 OS.indent(level * 2) << '[' << level << "] " << getNameStr(); in print() 493 OS.indent(level * 2) << getNameStr(); in print()
|
| H A D | RegionInfo.h | 423 std::string getNameStr() const; 1017 return OS << Node.template getNodeAs<RegionT>()->getNameStr();
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | IslAst.cpp | 727 OS << ":: isl ast :: " << F.getName() << " :: " << S.getNameStr() << "\n"; in print() 840 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
|
| H A D | IslNodeBuilder.cpp | 1541 "F: " + F->getName().str() + " R: " + S.getRegion().getNameStr() + in createRTC()
|
| H A D | PPCGCodeGeneration.cpp | 142 return "Scop Region: " + S->getNameStr() + in getUniqueScopName() 3525 " | Scop Region: " + S->getNameStr()); in generateCode()
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Pattern.cpp | 135 llvm::StringRef DagNode::getSymbol() const { return node->getNameStr(); } in getSymbol() 673 dagInit->getNameStr(), std::move(entities)); in getConstraints()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 2050 name = R.getNameStr(); in getName() 2165 std::string getNameStr() const;
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | SCEVValidator.cpp | 601 dbgs() << "Region: " << R->getNameStr() << "\n"; in isAffineExpr()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1404 StringRef getNameStr() const { in getNameStr() function
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 3039 Result->setName(Dag->getNameStr()); in ParseTreePattern()
|