Searched refs:Representative (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.h49 ArrayRef<PerInstructionStats> Representative) const;
H A DClustering.cpp346 if (Representative.empty())
347 Representative.resize(Point.size());
348 assert(Representative.size() == Point.size() &&
351 for (auto I : zip(Representative, Point))
356 std::vector<BenchmarkMeasure> ClusterCenterPoint(Representative.size());
357 for (auto I : zip(ClusterCenterPoint, Representative))
364 size_t NumMeasurements = Representative.size();
H A DClustering.h152 return Representative;
163 std::vector<PerInstructionStats> Representative; member in class:llvm::exegesis::SchedClassClusterCentroid
H A DSchedClassResolution.cpp262 ArrayRef<PerInstructionStats> Representative) const {
263 const size_t NumMeasurements = Representative.size();
281 for (auto I : zip(SchedClassPoint, Representative)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp558 const IndexedReference &Representative = *RefGroup.front().get();
562 dbgs().indent(2) << Representative << "\n";
578 R->hasTemporalReuse(Representative, *TRT, *InnerMostLoop, DI, AA);
580 R->hasSpacialReuse(Representative, CLS, AA);
649 const IndexedReference *Representative = RG.front().get();
650 return Representative->computeRefCost(L, TTI.getCacheLineSize());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp444 unsigned Representative = *Opcodes.begin(); local
450 aliasActionDefinitions(Representative, Op);
452 auto &Return = getActionDefinitionsBuilder(Representative);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1581 SymbolRef Representative = *ClassMembers.begin();
1582 Result = F.add(Result, Representative, ClassConstraint.second);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp6029 const Matcher &Representative = **Matchers.begin();
6030 const auto &RepresentativeCondition = Representative.getFirstCondition();

Completed in 224 milliseconds