Searched refs:Representative (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | Clustering.cpp | 346 if (Representative.empty()) in addPoint() 347 Representative.resize(Point.size()); in addPoint() 348 assert(Representative.size() == Point.size() && in addPoint() 351 for (auto I : zip(Representative, Point)) in addPoint() 356 std::vector<BenchmarkMeasure> ClusterCenterPoint(Representative.size()); in getAsPoint() 357 for (auto I : zip(ClusterCenterPoint, Representative)) in getAsPoint() 364 size_t NumMeasurements = Representative.size(); in validate()
|
D | SchedClassResolution.cpp | 262 ArrayRef<PerInstructionStats> Representative) const { in getAsPoint() 263 const size_t NumMeasurements = Representative.size(); in getAsPoint() 281 for (auto I : zip(SchedClassPoint, Representative)) { in getAsPoint()
|
D | Clustering.h | 152 return Representative; in getStats() 163 std::vector<PerInstructionStats> Representative;
|
D | SchedClassResolution.h | 49 ArrayRef<PerInstructionStats> Representative) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopCacheAnalysis.cpp | 533 const IndexedReference &Representative = *RefGroup.front().get(); in populateReferenceGroups() local 537 dbgs().indent(2) << Representative << "\n"; in populateReferenceGroups() 541 R->hasTemporalReuse(Representative, *TRT, *InnerMostLoop, DI, AA); in populateReferenceGroups() 543 R->hasSpacialReuse(Representative, CLS, AA); in populateReferenceGroups() 612 const IndexedReference *Representative = RG.front().get(); in computeRefGroupCacheCost() local 613 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LoopCacheAnalysis.cpp | 559 const IndexedReference &Representative = *RefGroup.front().get(); in populateReferenceGroups() local 563 dbgs().indent(2) << Representative << "\n"; in populateReferenceGroups() 579 R->hasTemporalReuse(Representative, *TRT, *InnerMostLoop, DI, AA); in populateReferenceGroups() 581 R->hasSpacialReuse(Representative, CLS, AA); in populateReferenceGroups() 650 const IndexedReference *Representative = RG.front().get(); in computeRefGroupCacheCost() local 651 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 436 unsigned Representative = *Opcodes.begin(); in getActionDefinitionsBuilder() local 442 aliasActionDefinitions(Representative, *I); in getActionDefinitionsBuilder() 444 auto &Return = getActionDefinitionsBuilder(Representative); in getActionDefinitionsBuilder()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerInfo.cpp | 444 unsigned Representative = *Opcodes.begin(); in getActionDefinitionsBuilder() local 450 aliasActionDefinitions(Representative, *I); in getActionDefinitionsBuilder() 452 auto &Return = getActionDefinitionsBuilder(Representative); in getActionDefinitionsBuilder()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 1447 SymbolRef Representative = *ClassMembers.begin(); in getConstraintMap() local 1448 Result = F.add(Result, Representative, ClassConstraint.second); in getConstraintMap()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | GlobalISelEmitter.cpp | 5969 const Matcher &Representative = **Matchers.begin(); in candidateConditionMatches() local 5970 const auto &RepresentativeCondition = Representative.getFirstCondition(); in candidateConditionMatches()
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 1691 A. J. Kleinman On the Construction of a Representative
|
D | funstack.in | 12651 title = "On the Construction of a Representative Synthetic Workload",
|