Home
last modified time | relevance | path

Searched refs:Executions (Results 1 – 25 of 62) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DResourcePressureView.h87 unsigned Executions) const;
89 unsigned Executions) const;
102 unsigned Executions = Source.getNumIterations(); in printView() local
103 printResourcePressurePerIteration(OS, Executions); in printView()
104 printResourcePressurePerInstruction(OS, Executions); in printView()
DTimelineView.cpp48 WTEntry.Executions++; in onEvent()
82 if (Entry.Executions == 0) { in printWaitTimeEntry()
86 unsigned Executions = Entry.Executions; in printWaitTimeEntry() local
87 AverageTime1 = (double)Entry.CyclesSpentInSchedulerQueue / Executions; in printWaitTimeEntry()
88 AverageTime2 = (double)Entry.CyclesSpentInSQWhileReady / Executions; in printWaitTimeEntry()
89 AverageTime3 = (double)Entry.CyclesSpentAfterWBAndBeforeRetire / Executions; in printWaitTimeEntry()
91 OS << Executions; in printWaitTimeEntry()
DResourcePressureView.cpp95 raw_ostream &OS, unsigned Executions) const { in printResourcePressurePerIteration()
130 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7); in printResourcePressurePerIteration()
138 raw_ostream &OS, unsigned Executions) const { in printResourcePressurePerInstruction()
153 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7); in printResourcePressurePerInstruction()
DTimelineView.h139 unsigned Executions; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-opt-remarks-lazy-bfi.ll5 ; RUN: -debug-pass=Executions 2>&1 | FileCheck %s -check-prefix=HOTNESS
11 ; RUN: -debug-pass=Executions 2>&1 | FileCheck %s -check-prefix=NO_HOTNESS
/external/llvm/test/Analysis/
Dalias-analysis-uses.ll1 ; RUN: opt -debug-pass=Executions -globals-aa -functionattrs -disable-output < %s 2>&1 | FileCheck …
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/
Dalias-analysis-uses.ll1 ; RUN: opt -debug-pass=Executions -globals-aa -functionattrs -disable-output < %s 2>&1 | FileCheck …
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dpr37790.s34 # CHECK-NEXT: [0]: Executions
Dread-advance-2.s36 # CHECK-NEXT: [0]: Executions
Dhadd-read-after-ld-2.s34 # CHECK-NEXT: [0]: Executions
Dvec-logic-read-after-ld-2.s33 # CHECK-NEXT: [0]: Executions
Dhadd-read-after-ld-1.s34 # CHECK-NEXT: [0]: Executions
Dvec-logic-read-after-ld-1.s33 # CHECK-NEXT: [0]: Executions
Dpartial-reg-update.s36 # CHECK-NEXT: [0]: Executions
Dread-advance-3.s36 # CHECK-NEXT: [0]: Executions
Dpartial-reg-update-2.s37 # CHECK-NEXT: [0]: Executions
Dread-advance-1.s37 # CHECK-NEXT: [0]: Executions
Dpartial-reg-update-5.s58 # CHECK-NEXT: [0]: Executions
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/Znver1/
Dpartial-reg-update.s36 # CHECK-NEXT: [0]: Executions
Dpartial-reg-update-2.s36 # CHECK-NEXT: [0]: Executions
Dpartial-reg-update-7.s40 # CHECK-NEXT: [0]: Executions
Dpartial-reg-update-5.s60 # CHECK-NEXT: [0]: Executions
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/AArch64/Exynos/
Ddirect-branch.s41 # ALL-NEXT: [0]: Executions
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/AArch64/CortexA57/
Ddirect-branch.s51 # CHECK-NEXT: [0]: Executions
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/
Dphi-values-usage.ll1 ; RUN: opt -debug-pass=Executions -phi-values -memcpyopt -instcombine -disable-output < %s 2>&1 | F…

123