Home
last modified time | relevance | path

Searched full:account (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/llvm-project/llvm/test/tools/llvm-profdata/
H A Dsample-summary.test9 ; CHECK-NEXT: 1 blocks (9.09%) with count >= 2080 account for 1% of the total counts.
10 ; CHECK-NEXT: 1 blocks (9.09%) with count >= 2080 account for 10% of the total counts.
11 ; CHECK-NEXT: 2 blocks (18.18%) with count >= 2064 account for 20% of the total counts.
12 ; CHECK-NEXT: 2 blocks (18.18%) with count >= 2064 account for 30% of the total counts.
13 ; CHECK-NEXT: 3 blocks (27.27%) with count >= 2000 account for 40% of the total counts.
14 ; CHECK-NEXT: 4 blocks (36.36%) with count >= 1437 account for 50% of the total counts.
15 ; CHECK-NEXT: 6 blocks (54.55%) with count >= 1075 account for 60% of the total counts.
16 ; CHECK-NEXT: 6 blocks (54.55%) with count >= 1075 account for 70% of the total counts.
17 ; CHECK-NEXT: 7 blocks (63.64%) with count >= 1000 account for 80% of the total counts.
18 ; CHECK-NEXT: 11 blocks (100.00%) with count >= 534 account fo
[all...]
H A Dcs-sample-nested-profile.test160 ; SUMMARY-NEXT: 1 blocks (6.25%) with count >= 362830 account for 1% of the total counts.
161 ; SUMMARY-NEXT: 1 blocks (6.25%) with count >= 362830 account for 10% of the total counts.
162 ; SUMMARY-NEXT: 1 blocks (6.25%) with count >= 362830 account for 20% of the total counts.
163 ; SUMMARY-NEXT: 1 blocks (6.25%) with count >= 362830 account for 30% of the total counts.
164 ; SUMMARY-NEXT: 1 blocks (6.25%) with count >= 362830 account for 40% of the total counts.
165 ; SUMMARY-NEXT: 2 blocks (12.50%) with count >= 362805 account for 50% of the total counts.
166 ; SUMMARY-NEXT: 2 blocks (12.50%) with count >= 362805 account for 60% of the total counts.
167 ; SUMMARY-NEXT: 2 blocks (12.50%) with count >= 362805 account for 70% of the total counts.
168 ; SUMMARY-NEXT: 2 blocks (12.50%) with count >= 362805 account for 80% of the total counts.
169 ; SUMMARY-NEXT: 2 blocks (12.50%) with count >= 362805 account fo
[all...]
H A Dsuppl-instr-with-sample.test101 MIX5-NEXT: 1 blocks (11.11%) with count >= 3000 account for 1% of the total counts.
102 MIX5-NEXT: 1 blocks (11.11%) with count >= 3000 account for 10% of the total counts.
103 MIX5-NEXT: 1 blocks (11.11%) with count >= 3000 account for 20% of the total counts.
104 MIX5-NEXT: 1 blocks (11.11%) with count >= 3000 account for 30% of the total counts.
105 MIX5-NEXT: 1 blocks (11.11%) with count >= 3000 account for 40% of the total counts.
106 MIX5-NEXT: 2 blocks (22.22%) with count >= 2000 account for 50% of the total counts.
107 MIX5-NEXT: 2 blocks (22.22%) with count >= 2000 account for 60% of the total counts.
108 MIX5-NEXT: 2 blocks (22.22%) with count >= 2000 account for 70% of the total counts.
109 MIX5-NEXT: 3 blocks (33.33%) with count >= 1000 account for 80% of the total counts.
110 MIX5-NEXT: 3 blocks (33.33%) with count >= 1000 account fo
[all...]
H A Dgeneral.proftext74 # DETAILED-SUMMARY: 3 blocks (30.00%) with count >= 576460752303423488 account for 80% of the total counts.
75 # DETAILED-SUMMARY: 4 blocks (40.00%) with count >= 288230376151711744 account for 90% of the total counts.
76 # DETAILED-SUMMARY: 4 blocks (40.00%) with count >= 288230376151711744 account for 95% of the total counts.
77 # DETAILED-SUMMARY: 6 blocks (60.00%) with count >= 72057594037927936 account for 99% of the total counts.
78 # DETAILED-SUMMARY: 6 blocks (60.00%) with count >= 72057594037927936 account for 99.9% of the total counts.
79 # DETAILED-SUMMARY: 6 blocks (60.00%) with count >= 72057594037927936 account for 99.99% of the total counts.
80 # DETAILED-SUMMARY: 6 blocks (60.00%) with count >= 72057594037927936 account for 99.999% of the total counts.
83 # DETAILED-SUMMARY-2: 2 blocks (28.57%) with count >= 1152921504606846976 account for 60% of the total counts.
86 # DETAILED-SUMMARY-3: 2 blocks (28.57%) with count >= 1152921504606846976 account for 60% of the total counts.
87 # DETAILED-SUMMARY-3: 4 blocks (57.14%) with count >= 288230376151711744 account fo
[all...]
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp1 //===- xray-account.h - XRay Function Call Accounting ---------------------===//
19 #include "xray-account.h"
31 static cl::SubCommand Account("account", "Function call accounting"); variable
34 cl::Required, cl::sub(Account));
37 cl::sub(Account), cl::init(false));
42 cl::sub(Account), cl::init(false));
46 cl::sub(Account), cl::init(false));
53 cl::sub(Account));
63 cl::sub(Account));
81 cl::sub(Account), cl::init(SortField::FUNCID),
[all …]
H A Dxray-account.h1 //===- xray-account.h - XRay Function Call Accounting ---------------------===//
83 /// Returns false in case we fail to account the provided record. This happens
H A DCMakeLists.txt11 xray-account.cpp
/llvm-project/llvm/test/tools/llvm-xray/X86/
H A Daccount-simple-sorting.yaml1 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml | FileCheck --check-prefix DEFAUL…
2 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s count | FileCheck --check-pref…
3 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s min | FileCheck --check-prefix…
4 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s max | FileCheck --check-prefix…
5 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s sum | FileCheck --check-prefix…
7 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s count -r dsc | FileCheck --che…
8 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s min -r dsc | FileCheck --check…
9 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s max -r dsc | FileCheck --check…
10 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -s sum -r dsc | FileCheck --check…
H A Daccount-empty-stack-error.yaml
H A Daccount-recursive-calls-only-tail-call-deduction.yaml1 # RUN: llvm-xray account -d %s -m %S/Inputs/simple-instrmap.yaml | FileCheck --check-prefixes=ALL %s
2 # RUN: llvm-xray account -d --recursive-calls-only %s -m %S/Inputs/simple-instrmap.yaml | FileCheck…
21 # deduce tail calls, and account the time (potentially wrongly) to f2() when
H A Daccount-deduce-tail-call.yaml1 #RUN: llvm-xray account %s -o - -m %S/Inputs/simple-instrmap.yaml -d | FileCheck %s
18 # deduce tail calls, and account the time (potentially wrongly) to f2() when
H A Daccount-recursive-calls-only.yaml1 # RUN: llvm-xray account %s -m %S/Inputs/simple-instrmap.yaml | FileCheck --check-prefixes=ALL %s
2 # RUN: llvm-xray account --recursive-calls-only %s -m %S/Inputs/simple-instrmap.yaml | FileCheck --…
/llvm-project/clang-tools-extra/test/modularize/
H A DProblemsCoverage.modularize3 # CHECK: warning: {{.*}}{{[/\\]}}Inputs/CoverageProblems/module.modulemap does not account for file…
4 # CHECK-NEXT: warning: {{.*}}{{[/\\]}}Inputs/CoverageProblems/module.modulemap does not account for…
5 # CHECK-NEXT: warning: {{.*}}{{[/\\]}}Inputs/CoverageProblems/module.modulemap does not account for…
/llvm-project/clang/test/SemaObjC/
H A Dwarn-forward-class-attr-deprecated.m12 - (id)initWithAccount: (id)account filenames:(id)filenames;
22 - (id)initWithAccount: (id)account filenames:(id)filenames { return 0; }
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionCognitiveComplexityCheck.cpp147 void account(SourceLocation Loc, unsigned short Nesting, Criteria C);
190 void CognitiveComplexity::account(SourceLocation Loc, unsigned short Nesting, in account() function in clang::tidy::readability::__anoncf7864440111::CognitiveComplexity
258 CC.account(Node->getIfLoc(), CurrentNestingLevel, Reasons); in TraverseIfStmt()
301 CC.account(Node->getElseLoc(), CurrentNestingLevel, Reasons); in TraverseIfStmt()
324 CC.account(Op->getOperatorLoc(), CurrentNestingLevel, in TraverseBinaryOperator()
442 // If we have found any reasons, let's account it. in TraverseStmt()
444 CC.account(Location, CurrentNestingLevel, Reasons); in TraverseStmt()
481 CC.account(Node->getBeginLoc(), CurrentNestingLevel, in TraverseDecl()
/llvm-project/llvm/test/tools/llvm-profgen/
H A Dprofile-density.test9 ;CHECK-DENSITY: Functions with density >= 3.5 account for 99.00% total sample counts.
12 ;CHECK-DENSITY-CS: Functions with density >= 800.1 account for 99.00% total sample counts.
14 ;CHECK-DENSITY-CS-80: Functions with density >= 1886.2 account for 80.00% total sample counts.
/llvm-project/libcxx/utils/ci/
H A Dmacos-ci-setup
/llvm-project/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DBufferUtils.h77 /// of the values in the value set into account. It supports dominator and
92 // account. in findCommonDominator()
95 // Take values without any users into account. in findCommonDominator()
/llvm-project/llvm/test/tools/obj2yaml/ELF/
H A Doffset.yaml140 ## Test that we take the alignment of the first section into account
153 ## Test that we take the program headers offset and size into account when calculating
185 ## section sizes into account, but respect their alignment when calculating the expected
238 ## Check that we might take sizes of SHT_NOBITS sections into account when calculating
/llvm-project/llvm/docs/
H A DDiscourseMigrationGuide.md9 ## Setting up your account
11 The easiest way is to create an account using your GitHub account:
15 1. Choose "With GitHub" on the right side and log in with your GitHub account.
45 … email in the specific discourse category. You **must** have a Discourse account associated with t…
166 Setting up email interactions above). You only need to set up your account once
/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc136 // mode into account!
224 // Account for possible overflow (see above). For an overflow to occur for the
243 // as above, but with U := 2^-W and taking extra decrementing into account.
274 - REP_C(1)); // account for *possible* carry
280 - REP_C(2); // 1 to account for the highest bit of corr_UQ1 can be 1
281 // 1 to account for possible carry
299 // Finally, account for possible overflow, as explained above.
/llvm-project/llvm/include/llvm/Support/
H A DHashBuilder.h50 /// This may not take the size of `Data` into account.
57 /// This may not take the size of `Data` into account.
155 /// `Value.size()` is taken into account to ensure cases like
185 /// `Value.size()` is taken into account to ensure cases like
264 /// types must take the size into account.
/llvm-project/polly/lib/External/isl/test_inputs/codegen/
H A Dunroll.in1 # Test that unrolling takes into account stride constraints.
H A Dunroll10.in1 # Check that all information is taken into account while trying to unroll
/llvm-project/compiler-rt/test/fuzzer/
H A Dread-binary.test3 # Account for the fact that echo will add a trailing newline.

12345678910>>...33