HomeSort by: relevance | last modified time | path
    Searched refs:Representative (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SchedClassResolution.h 49 ArrayRef<PerInstructionStats> Representative) const;
Clustering.cpp 346 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();
Clustering.h 152 return Representative;
163 std::vector<PerInstructionStats> Representative;
SchedClassResolution.cpp 262 ArrayRef<PerInstructionStats> Representative) const {
263 const size_t NumMeasurements = Representative.size();
281 for (auto I : zip(SchedClassPoint, Representative)) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopCacheAnalysis.cpp 558 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());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
LegalizerInfo.cpp 444 unsigned Representative = *Opcodes.begin();
450 aliasActionDefinitions(Representative, Op);
452 auto &Return = getActionDefinitionsBuilder(Representative);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 1581 SymbolRef Representative = *ClassMembers.begin();
1582 Result = F.add(Result, Representative, ClassConstraint.second);
1657 // In this setting, EquialityClass object is the representative of the class
1660 // class representative because we don't have an opportunity to actually do
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 759 /// The representative condition, with a type and a path (InsnVarID and OpIdx
6029 const Matcher &Representative = **Matchers.begin();
6030 const auto &RepresentativeCondition = Representative.getFirstCondition();

Completed in 37 milliseconds