Home
last modified time | relevance | path

Searched refs:getNameStr (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DRegionPass.cpp86 CurrentRegion->getNameStr()); in runOnFunction()
116 CurrentRegion->getNameStr()); in runOnFunction()
139 : CurrentRegion->getNameStr(), in runOnFunction()
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp87 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 DControlHeightReduction.cpp432 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 DFlattenSchedule.cpp114 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
H A DSimplify.cpp870 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
H A DScheduleOptimizer.cpp1027 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
H A DForwardOpTree.cpp1160 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
H A DDeLICM.cpp1474 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1483 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 DScopDetectionDiagnostic.cpp286 return "Irreducible region encountered: " + R->getNameStr(); in getMessage()
H A DDependenceInfo.cpp954 << "region: '" << S.getRegion().getNameStr() << "' in function '" in runOnScop()
H A DScopInfo.cpp1800 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 DScopBuilder.cpp1803 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 DRegionInfoImpl.h228 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 DRegionInfo.h423 std::string getNameStr() const;
1017 return OS << Node.template getNodeAs<RegionT>()->getNameStr();
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp727 OS << ":: isl ast :: " << F.getName() << " :: " << S.getNameStr() << "\n"; in print()
840 << S.getRegion().getNameStr() << "' in function '" in runOnScop()
H A DIslNodeBuilder.cpp1541 "F: " + F->getName().str() + " R: " + S.getRegion().getNameStr() + in createRTC()
H A DPPCGCodeGeneration.cpp142 return "Scop Region: " + S->getNameStr() + in getUniqueScopName()
3525 " | Scop Region: " + S->getNameStr()); in generateCode()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp135 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 DScopInfo.h2050 name = R.getNameStr(); in getName()
2165 std::string getNameStr() const;
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVValidator.cpp601 dbgs() << "Region: " << R->getNameStr() << "\n"; in isAffineExpr()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1404 StringRef getNameStr() const { in getNameStr() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3039 Result->setName(Dag->getNameStr()); in ParseTreePattern()