Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp360 if (Representative.empty()) in addPoint()
361 Representative.resize(Point.size()); in addPoint()
362 assert(Representative.size() == Point.size() && in addPoint()
365 for (auto I : zip(Representative, Point)) in addPoint()
370 std::vector<BenchmarkMeasure> ClusterCenterPoint(Representative.size()); in getAsPoint()
371 for (auto I : zip(ClusterCenterPoint, Representative)) in getAsPoint()
378 size_t NumMeasurements = Representative.size(); in validate()
H A DSchedClassResolution.cpp262 ArrayRef<PerInstructionStats> Representative) const { in getAsPoint()
263 const size_t NumMeasurements = Representative.size(); in getAsPoint()
281 for (auto I : zip(SchedClassPoint, Representative)) { in getAsPoint()
H A DClustering.h154 return Representative; in getStats()
165 std::vector<PerInstructionStats> Representative;
H A DSchedClassResolution.h49 ArrayRef<PerInstructionStats> Representative) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp633 const IndexedReference &Representative = *RefGroup.front(); in populateReferenceGroups() local
637 dbgs().indent(2) << Representative << "\n"; in populateReferenceGroups()
653 R->hasTemporalReuse(Representative, *TRT, *InnerMostLoop, DI, AA); in populateReferenceGroups()
655 R->hasSpacialReuse(Representative, CLS, AA); in populateReferenceGroups()
724 const IndexedReference *Representative = RG.front().get(); in computeRefGroupCacheCost() local
725 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp297 unsigned Representative = *Opcodes.begin(); in getActionDefinitionsBuilder() local
303 aliasActionDefinitions(Representative, Op); in getActionDefinitionsBuilder()
305 auto &Return = getActionDefinitionsBuilder(Representative); in getActionDefinitionsBuilder()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2209 SymbolRef Representative = *ClassMembers.begin(); in getConstraintMap() local
2210 Result = F.add(Result, Representative, ClassConstraint.second); in getConstraintMap()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp6103 const Matcher &Representative = **Matchers.begin(); in candidateConditionMatches() local
6104 const auto &RepresentativeCondition = Representative.getFirstCondition(); in candidateConditionMatches()