Searched refs:ore (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp61 using namespace ore;
267 const ore::NV &Arg) {
273 using namespace ore;
279 R << "(cost=" << ore::NV("Cost", IC.getCost())
280 << ", threshold=" << ore::NV("Threshold", IC.getThreshold()) << ")";
283 R << ": " << ore::NV("Reason", Reason);
310 using namespace ore;
384 Remark << Name << ":" << ore::NV("Line", Offset);
386 Remark << "." << ore::NV("Disc", Discriminator);
400 Remark << ore
[all...]
H A DMLInlineAdvisor.cpp260 using namespace ore;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp31 using namespace ore;
H A DStackProtector.cpp291 << ore::NV("Function", F)
311 << ore::NV("Function", F)
348 << ore::NV("Function", F)
364 << ore::NV("Function", F)
H A DMachinePipeliner.cpp324 << ore::NV("NumBlocks", L.getNumBlocks());
511 << ore::NV("MII", (int)MII) << " > "
512 << ore::NV("SwpMaxMii", SwpMaxMii) << "."
586 << ore::NV("numStages", (int)numStages) << " > "
587 << ore::NV("SwpMaxStages", SwpMaxStages)
2126 << "Schedule found with Initiation Interval: " << ore::NV("II", II)
2128 << ore::NV("MaxStageCount", Schedule.getMaxStageCount());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp272 << ore::NV("target md5sum", Target) << " not found";
279 using namespace ore;
318 using namespace ore;
H A DControlHeightReduction.cpp1354 << ore::NV("CHRMergeThreshold", CHRMergeThreshold)
1864 << "Merged " << ore::NV("NumCHRedBranches", NumCHRedBranches)
2060 << ore::NV("Function", &F) << " "
2062 << ore::NV("NumBranchesDelta", Stats.NumBranchesDelta)
2064 << ore::NV("WeightedNumBranchesDelta", Stats.WeightedNumBranchesDelta)
H A DPGOMemOPSizeOpt.cpp495 using namespace ore;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h121 namespace ore { namespace in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp431 << ore::NV("Block", BlockList.front()->getName())
523 << ore::NV("Callee", F) << " inline cost-savings smaller than "
524 << ore::NV("Cost", MinOutlineRegionCost);
764 using namespace ore;
1171 << ore::NV("Block", RegionInfo.Region.front());
1232 << ore::NV("Block", ToExtract.front());
1365 << ore::NV("Function", Cloner.OrigFunc)
1367 << ore::NV("OutlinedRegionOriginalSize", Cloner.OutlinedRegionCost)
1369 << ore::NV("NewSize", SizeCost) << ")";
1402 OR << ore
[all...]
H A DOpenMPOpt.cpp524 return OR << "OpenMP ICV " << ore::NV("OpenMPICV", ICVInfo.Name)
544 << ore::NV("OpenMPGPUKernel", F->getName()) << "\n";
603 << ore::NV("OpenMPParallelDelete", CI->getCaller()->getName())
756 << ore::NV("OpenMPOptRuntime", RFI.Name) << " moved to "
757 << ore::NV("OpenMPRuntimeMoves", newLoc->getDebugLoc());
790 << ore::NV("OpenMPOptRuntime", RFI.Name) << " deduplicated";
1121 << ore::NV("OpenMPParallelRegion", F->getName())
1123 << ore::NV("OpenMPTargetRegion", K->getName()) << ")";
1130 << ore::NV("OpenMPParallelRegion", F->getName())
1132 << ore
[all...]
H A DHotColdSplitting.cpp343 << ore::NV("Original", OrigF) << " split cold code into "
344 << ore::NV("Split", OutF);
353 << ore::NV("Block", Region.front());
H A DSampleProfile.cpp740 Remark << "Applied " << ore::NV("NumSamples", *R);
742 Remark << ore::NV("LineOffset", LineOffset);
745 Remark << ore::NV("Discriminator", Discriminator);
954 << ore::NV("Callee", CalledFunction) << "' into '"
955 << ore::NV("Caller", &F) << "'");
1097 << ore::NV("Callee", Callee) << "' into '"
1098 << ore::NV("Caller", &F) << "'");
1616 << ore::NV("CondBranchesLoc", BranchLoc);
H A DInliner.cpp356 using namespace ore;
454 using namespace ore;
749 using namespace ore;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h133 /// Extend llvm::ore:: with MI-specific helper names.
134 namespace ore { namespace in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp389 using namespace ore;
478 using namespace ore;
H A DLowerMatrixIntrinsics.cpp1829 Rem << ore::NV("NumStores", Counts.NumStores) << " stores, "
1830 << ore::NV("NumLoads", Counts.NumLoads) << " loads, "
1831 << ore::NV("NumComputeOps", Counts.NumComputeOps)
1837 << ore::NV("NumStores", SharedCounts.NumStores) << " stores, "
1838 << ore::NV("NumLoads", SharedCounts.NumLoads) << " loads, "
1839 << ore::NV("NumFPOps", SharedCounts.NumComputeOps)
H A DTailRecursionElimination.cpp264 using namespace ore;
612 using namespace ore;
H A DLoopFuse.cpp342 using namespace ore;
1334 using namespace ore;
H A DLoopInterchange.cpp1133 << ore::NV("Cost", Cost) << ", threshold="
1134 << ore::NV("Threshold", LoopInterchangeCostThreshold)
H A DLoopIdiomRecognize.cpp996 << ore::NV("NewFunction", NewCall->getCalledFunction())
1167 << ore::NV("NewFunction", NewCall->getCalledFunction())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizer.cpp371 << ore::NV("NumLostDebugLocs", LocObserver.getNumLostDebugLocs())
H A DUtils.cpp241 R << ": " << ore::MNV("Inst", MI);
H A DIRTranslator.cpp215 R << "unable to translate constant: " << ore::NV("Type", Val.getType());
261 R << "unable to translate memop: " << ore::NV("Opcode", &I);
2391 R << "unable to lower function: " << ore::NV("Prototype", F.getType());
2413 R << "unable to lower arguments: " << ore::NV("Prototype", F.getType());
2452 R << "unable to translate instruction: " << ore::NV("Opcode", &Inst);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5792 using namespace ore;
6093 << "SLP vectorized with cost " << ore::NV("Cost", Cost)
6095 << ore::NV("TreeSize", R.getTreeSize()));
6110 << ore::NV("Cost", MinCost) << " >= "
6111 << ore::NV("Treshold", -SLPCostThreshold);
6891 << ore::NV("Cost", Cost) << " and threshold "
6892 << ore::NV("Threshold", -SLPCostThreshold);
6903 << ore::NV("Cost", Cost) << " and with tree size "
6904 << ore::NV("TreeSize", V.getTreeSize());

Completed in 384 milliseconds

12