/external/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaits.cpp | 42 } Counters; typedef 50 typedef Counters RegCounters[512]; 62 static const Counters WaitCounts; 65 static const Counters ZeroCounts; 68 Counters WaitedOn; 71 Counters LastIssued; 88 Counters getHwCounts(MachineInstr &MI); 104 const Counters &Counts); 110 Counters handleOperands(MachineInstr &MI); 138 const Counters SIInsertWaits::WaitCounts = { { 15, 7, 7 } }; [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | general.proftext | 11 # FUNC_COUNT_ONLY-NEXT: Counters: 1 22 # SPACES-NEXT: Counters: 2 37 # LARGENUM-NEXT: Counters: 6 47 # HEX-HASH-NEXT: Counters: 1 50 # NOSUCHFUNC-NOT: Counters: 54 # SOMEFUNCS: Counters: 60 # SUMMARY-NOT: Counters:
|
D | weight-instr.test | 8 1X_1X_WEIGHT: Counters: 11 1X_1X_WEIGHT-NEXT: Counters: 1 15 1X_1X_WEIGHT-NEXT: Counters: 3 19 1X_1X_WEIGHT-NEXT: Counters: 3 23 1X_1X_WEIGHT-NEXT: Counters: 60 33 3X_5X_WEIGHT: Counters: 36 3X_5X_WEIGHT-NEXT: Counters: 1 40 3X_5X_WEIGHT-NEXT: Counters: 3 44 3X_5X_WEIGHT-NEXT: Counters: 3 48 3X_5X_WEIGHT-NEXT: Counters: 60
|
D | compat.proftext | 14 # FUNC_COUNT_ONLY-NEXT: Counters: 1 25 # SPACES-NEXT: Counters: 2 40 # LARGENUM-NEXT: Counters: 6 51 # FORMATV2: Counters: 54 # FORMATV2-NEXT: Counters: 2 59 # FORMATV2-NEXT: Counters: 4
|
D | multiple-inputs.test | 8 FOO3: Counters: 3 18 FOO3EMPTY: Counters: 3 28 FOO3FOO3BAR3: Counters: 3 32 FOO3FOO3BAR3: Counters: 3 42 DISJOINT: Counters: 3 46 DISJOINT: Counters: 3
|
D | value-prof.proftext | 9 # Num Counters: 18 # Num Counters: 27 # Num Counters:
|
D | raw-64-bits-le.test | 37 CHECK: Counters: 40 CHECK: Counters: 1 45 CHECK: Counters: 2
|
D | raw-32-bits-be.test | 37 CHECK: Counters: 40 CHECK: Counters: 1 45 CHECK: Counters: 2
|
D | raw-64-bits-be.test | 37 CHECK: Counters: 40 CHECK: Counters: 1 45 CHECK: Counters: 2
|
D | raw-32-bits-le.test | 37 CHECK: Counters: 40 CHECK: Counters: 1 45 CHECK: Counters: 2
|
D | raw-two-profiles.test | 51 CHECK: Counters: 54 CHECK: Counters: 1 59 CHECK: Counters: 2
|
D | hash-mismatch.proftext | 13 # FOO3-NEXT: Counters: 3 24 # FOO4-NEXT: Counters: 4
|
D | c-general.test | 15 SWITCHES-LABEL: Counters: 18 SWITCHES-NEXT: Counters: 19
|
D | count-mismatch.proftext | 28 # CHECK-NEXT: Counters: 4
|
/external/clang/test/Profile/Inputs/ |
D | max-function-count.proftext | 4 # Num Counters: 13 # Num Counters: 21 # Num Counters:
|
/external/llvm/test/tools/llvm-profdata/Inputs/ |
D | vp-truncate.proftext | 4 # Num Counters: 13 # Num Counters: 22 # Num Counters:
|
D | vp-malform.proftext | 4 # Num Counters: 13 # Num Counters: 22 # Num Counters:
|
D | vp-malform2.proftext | 4 # Num Counters: 13 # Num Counters:
|
/external/v8/src/ |
D | counters.cc | 60 Counters::Counters(Isolate* isolate) { in Counters() function in v8::internal::Counters 142 void Counters::ResetCounters() { in ResetCounters() 174 void Counters::ResetHistograms() { in ResetHistograms()
|
/external/v8/src/compiler/ |
D | escape-analysis-reducer.h | 17 class Counters; variable 49 Counters* counters() const;
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 597 GlobalVariable *Counters = in emitProfileArcs() local 602 CountersBySP.push_back(std::make_pair(Counters, SP)); in emitProfileArcs() 614 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0, in emitProfileArcs() 627 Value *Counter = Builder.CreateInBoundsGEP(Counters->getValueType(), in emitProfileArcs() 628 Counters, Idx); in emitProfileArcs() 644 buildEdgeLookupTable(F, Counters, in emitProfileArcs() 712 GlobalVariable *Counters, in buildEdgeLookupTable() argument 737 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0, in buildEdgeLookupTable()
|
/external/llvm/test/CodeGen/X86/ |
D | rdpmc.ll | 4 ; Verify that we correctly lower the "Read Performance-Monitoring Counters"
|
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 103 Dir->setCounters(Exprs.Counters); in Create() 151 Dir->setCounters(Exprs.Counters); in Create() 200 Dir->setCounters(Exprs.Counters); in Create() 365 Dir->setCounters(Exprs.Counters); in Create() 412 Dir->setCounters(Exprs.Counters); in Create() 774 Dir->setCounters(Exprs.Counters); in Create() 821 Dir->setCounters(Exprs.Counters); in Create() 867 Dir->setCounters(Exprs.Counters); in Create()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 40 PROFILE_RANGE_SIZE(Counters) * sizeof(uint64_t) + NamesSize + Padding; in __llvm_profile_get_size_for_buffer_internal()
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 303 Counters* counters = masm->isolate()->counters(); in GenerateMegamorphic() 669 Counters* counters = masm->isolate()->counters(); in GenerateMiss() 700 Counters* counters = masm->isolate()->counters(); in GenerateMiss() 776 Counters* counters = masm->isolate()->counters(); in GenerateNormal()
|