/external/opencv3/3rdparty/libjasper/ |
D | jas_cm.c | 98 static int mono(jas_iccprof_t *prof, int op, jas_cmpxformseq_t **pxformseq); 99 static int triclr(jas_iccprof_t *prof, int op, jas_cmpxformseq_t **retpxformseq); 114 #define fwdpxformseq(prof, intent) \ argument 115 (((prof)->pxformseqs[SEQFWD(intent)]) ? \ 116 ((prof)->pxformseqs[SEQFWD(intent)]) : \ 117 ((prof)->pxformseqs[SEQFWD(0)])) 119 #define revpxformseq(prof, intent) \ argument 120 (((prof)->pxformseqs[SEQREV(intent)]) ? \ 121 ((prof)->pxformseqs[SEQREV(intent)]) : \ 122 ((prof)->pxformseqs[SEQREV(0)])) [all …]
|
D | jas_icc.c | 207 jas_iccprof_t *prof; in jas_iccprof_create() local 208 prof = 0; in jas_iccprof_create() 209 if (!(prof = jas_malloc(sizeof(jas_iccprof_t)))) { in jas_iccprof_create() 212 if (!(prof->attrtab = jas_iccattrtab_create())) in jas_iccprof_create() 214 memset(&prof->hdr, 0, sizeof(jas_icchdr_t)); in jas_iccprof_create() 215 prof->tagtab.numents = 0; in jas_iccprof_create() 216 prof->tagtab.ents = 0; in jas_iccprof_create() 217 return prof; in jas_iccprof_create() 219 if (prof) in jas_iccprof_create() 220 jas_iccprof_destroy(prof); in jas_iccprof_create() [all …]
|
/external/llvm/test/Transforms/SampleProfile/ |
D | syntax.ll | 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/syntax.prof 2>&1 | FileCheck -check-… 2 ; RUN: not opt < %s -sample-profile -sample-profile-file=missing.prof 2>&1 | FileCheck -check-prefi… 3 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCh… 4 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_sample_line.prof 2>&1 | File… 5 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_line_values.prof 2>&1 | File… 6 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_discriminator_value.prof 2>&… 7 ; RUN: not opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileChec… 8 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/bad_mangle.prof 2>&1 >/dev/null 15 ; MISSING-FILE: missing.prof: Could not open profile: 16 ; BAD-FN-HEADER: error: {{.*}}bad_fn_header.prof: Could not open profile: Unrecognized sample profi… [all …]
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | irreducible.ll | 15 br i1 %x, label %exit.1, label %loop.2, !prof !0 19 br i1 %x, label %exit.2, label %loop.1, !prof !1 98 br i1 %x, label %c1, label %c2, !prof !2 103 br i1 %x, label %c2, label %exit, !prof !2 108 br i1 %x, label %c1, label %exit, !prof !2 139 i2 2, label %c2 ], !prof !3 144 i2 2, label %c2 ], !prof !3 149 i2 2, label %c2 ], !prof !3 168 br i1 %x, label %left, label %right, !prof !4 172 br i1 %x, label %right, label %loop.end, !prof !5 [all …]
|
D | nested_loop_with_branches.ll | 9 br i1 %v0, label %exit, label %outer, !prof !0 16 br i1 %do_inner, label %no_inner, label %inner, !prof !0 22 br i1 %side, label %left, label %right, !prof !0 38 br i1 %stay_inner, label %inner, label %outer, !prof !1 43 br i1 %continue, label %outer, label %exit, !prof !1
|
D | extremely-likely-loop-successor.ll | 16 br i1 %exit.1.cond, label %exit, label %loop.2, !prof !0 21 br i1 %exit.2.cond, label %exit, label %loop.3, !prof !0 26 br i1 %exit.3.cond, label %exit, label %loop.4, !prof !0 31 br i1 %exit.4.cond, label %exit, label %loop, !prof !0
|
D | double_exit.ll | 23 br i1 %cmp, label %inner, label %exit, !prof !2 ; 2:1 36 br i1 %cmp2, label %inner.body, label %outer.inc, !prof !1 ; 4:1 44 br i1 %tobool, label %exit, label %inner.inc, !prof !0 ; 3:1 96 br i1 %cmp, label %middle, label %exit, !prof !3 ; 1:1 109 br i1 %cmp2, label %inner, label %outer.inc, !prof !2 ; 2:1 122 br i1 %cmp5, label %inner.body, label %middle.inc, !prof !1 ; 4:1 130 br i1 %tobool, label %outer.inc, label %inner.inc, !prof !0 ; 3:1
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-tbz.ll | 9 br i1 %2, label %bb1, label %bb2, !prof !0 21 br i1 %2, label %bb1, label %bb2, !prof !0 33 br i1 %2, label %bb1, label %bb2, !prof !0 45 br i1 %2, label %bb1, label %bb2, !prof !0 57 br i1 %2, label %bb1, label %bb2, !prof !0 69 br i1 %2, label %bb1, label %bb2, !prof !0 81 br i1 %2, label %bb1, label %bb2, !prof !0 93 br i1 %2, label %bb1, label %bb2, !prof !0 105 br i1 %2, label %bb1, label %bb2, !prof !0 117 br i1 %2, label %bb1, label %bb2, !prof !0 [all …]
|
D | ragreedy-csr.ll | 42 br i1 %cmp, label %if.end, label %return, !prof !988 59 br i1 %isascii.i.i224, label %cond.true.i.i, label %cond.false.i.i, !prof !181 73 br i1 %tobool1.sink.i.i, label %lor.rhs, label %while.body, !prof !989 81 br i1 %isascii.i.i213225, label %cond.true.i.i217, label %cond.false.i.i219, !prof !181 95 br i1 %tobool1.sink.i.i221, label %while.end, label %while.body, !prof !990 106 br i1 %cmp14, label %if.end17, label %return, !prof !991 113 br i1 %15, label %if.then23, label %if.else88, !prof !992 125 br i1 %cmp26, label %land.lhs.true28, label %while.cond59.preheader, !prof !993 130 ], !prof !994 138 ], !prof !995 [all …]
|
D | analyze-branch.ll | 16 br i1 %tst, label %true, label %false, !prof !0 39 br i1 %tst, label %true, label %false, !prof !1 62 br i1 %tst, label %true, label %false, !prof !0 83 br i1 %tst, label %true, label %false, !prof !1 104 br i1 %tst, label %true, label %false, !prof !0 125 br i1 %tst, label %true, label %false, !prof !1 147 br i1 %tst, label %true, label %false, !prof !0 169 br i1 %tst, label %true, label %false, !prof !1 192 br i1 %tst, label %true, label %false, !prof !0 214 br i1 %tst, label %true, label %false, !prof !1
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-branchweights.ll | 8 br i1 %a, label %Y, label %X, !prof !0 9 ; CHECK: br i1 %or.cond, label %Z, label %Y, !prof !0 13 br i1 %c, label %Z, label %Y, !prof !1 27 br i1 %a, label %X, label %Y, !prof !1 28 ; CHECK: br i1 %or.cond, label %Z, label %Y, !prof !1 29 ; CHECK-NOT: !prof 33 br i1 %c, label %Z, label %Y, !prof !2 46 ; CHECK-NOT: !prof 48 br i1 %a, label %X, label %Y, !prof !1 65 ; CHECK-NOT: !prof [all …]
|
D | preserve-branchweights-switch-create.ll | 13 br i1 %cmp, label %if.then, label %if.else, !prof !0 16 ; CHECK: ], !prof !0 24 br i1 %cmp2, label %if.then7, label %if.else8, !prof !1 51 ], !prof !2 57 ; CHECK: ], !prof !1 73 ], !prof !3 98 ], !prof !4 104 ; CHECK: ], !prof !3 118 ], !prof !5
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_cm.h | 227 void jas_cmprof_destroy(jas_cmprof_t *prof); 234 int jas_cmprof_load(jas_cmprof_t *prof, jas_stream_t *in, int fmt); 236 int jas_cmprof_save(jas_cmprof_t *prof, jas_stream_t *out, int fmt); 238 int jas_cm_prof_setattr(jas_cm_prof_t *prof, jas_cm_attrname_t name, void *val); 240 void *jas_cm_prof_getattr(jas_cm_prof_t *prof, jas_cm_attrname_t name); 257 jas_iccprof_t *jas_iccprof_createfromcmprof(jas_cmprof_t *prof); 259 #define jas_cmprof_clrspc(prof) ((prof)->clrspc) argument 260 jas_cmprof_t *jas_cmprof_copy(jas_cmprof_t *prof);
|
D | jas_icc.h | 377 int jas_iccprof_save(jas_iccprof_t *prof, jas_stream_t *out); 378 void jas_iccprof_destroy(jas_iccprof_t *prof); 379 jas_iccattrval_t *jas_iccprof_getattr(jas_iccprof_t *prof, 381 int jas_iccprof_setattr(jas_iccprof_t *prof, jas_iccattrname_t name, 383 void jas_iccprof_dump(jas_iccprof_t *prof, FILE *out); 384 jas_iccprof_t *jas_iccprof_copy(jas_iccprof_t *prof); 385 int jas_iccprof_gethdr(jas_iccprof_t *prof, jas_icchdr_t *hdr); 386 int jas_iccprof_sethdr(jas_iccprof_t *prof, jas_icchdr_t *hdr);
|
/external/llvm/test/Verifier/ |
D | function-metadata-bad.ll | 3 define i32 @bad1() !prof !0 { 9 ; CHECK-NEXT: expected string with name of the !prof annotation 12 define i32 @bad2() !prof !1 { 17 ; CHECK-NEXT: !prof annotations should have exactly 2 operands 21 define i32 @bad3() !prof !2 { 29 define i32 @bad4() !prof !3 {
|
/external/llvm/test/CodeGen/X86/ |
D | code_placement_cold_loop_blocks.ll | 3 define void @foo() !prof !1 { 20 br i1 %call, label %if.then, label %if.else, !prof !4 33 br i1 %call2, label %header, label %end, !prof !5 40 define void @nested_loop_0() !prof !1 { 62 br i1 %call, label %if.then, label %if.else, !prof !2 67 br i1 %call3, label %header2, label %header, !prof !3 72 br i1 %call2, label %header2, label %header, !prof !3 79 define void @nested_loop_1() !prof !1 { 99 br i1 %call, label %end, label %if.else, !prof !4 104 br i1 %call2, label %header2, label %header, !prof !5
|
D | ragreedy-bug.ll | 37 br i1 %cmp, label %if.end, label %return, !prof !988 54 br i1 %isascii.i.i224, label %cond.true.i.i, label %cond.false.i.i, !prof !181 68 br i1 %tobool1.sink.i.i, label %lor.rhs, label %while.body, !prof !989 76 br i1 %isascii.i.i213225, label %cond.true.i.i217, label %cond.false.i.i219, !prof !181 90 br i1 %tobool1.sink.i.i221, label %while.end, label %while.body, !prof !990 101 br i1 %cmp14, label %if.end17, label %return, !prof !991 108 br i1 %15, label %if.then23, label %if.else88, !prof !992 120 br i1 %cmp26, label %land.lhs.true28, label %while.cond59.preheader, !prof !993 125 ], !prof !994 133 ], !prof !995 [all …]
|
D | code_placement_ignore_succ_in_inner_loop.ll | 14 br i1 %call, label %if.then, label %if.else, !prof !1 18 br i1 %call1, label %while.body, label %if.end.1, !prof !1 56 br i1 %call, label %if.then, label %if.else, !prof !1 60 br i1 %call1, label %if.then, label %while.body, !prof !2 64 br i1 %call2, label %while.body, label %if.end, !prof !2 90 br i1 %call, label %if.then, label %if.else, !prof !3 99 br i1 %call1, label %if.end, label %exit, !prof !4 104 br i1 %call2, label %if.cond, label %if.end.2, !prof !2
|
D | code_placement_loop_rotation2.ll | 22 br i1 %call, label %if.then, label %if.else, !prof !2 30 br i1 %call1, label %if.then2, label %if.else2, !prof !2 58 define void @bar() !prof !1 { 76 br i1 %call, label %if.then, label %if.else, !prof !2 84 br i1 %call1, label %if.then2, label %if.else2, !prof !2
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | profile.py | 63 prof = hotshot.Profile(self.log_filename) 64 prof.addinfo('URL', environ.get('PATH_INFO', '')) 66 prof.runcall(run_app) 68 prof.close() 161 prof = hotshot.Profile(prof_filename) 162 prof.addinfo('Function Call', 165 prof.addinfo('Extra info', ops['add_info']) 170 result = prof.runcall(func, *args, **kw) 175 prof.close()
|
/external/v8/tools/profviz/ |
D | profviz.js | 122 this.prof.style.color = "#bbb"; 130 this.prof.style.color = "#000"; 143 this.prof.value = ""; 151 this.prof.style.display = "none"; 156 this.prof.style.display = "block"; 209 ui.prof.value = args; 210 this.prof.style.color = "";
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | cold-loop.ll | 4 define i32 @test1(i1 %cond1, i1 %cond2) !prof !1 { 5 br i1 %cond1, label %loop_begin, label %loop_exit, !prof !0 20 define i32 @test2(i32* %var, i1 %cond1, i1 %cond2) !prof !1 { 21 br i1 %cond1, label %loop_begin, label %loop_exit, !prof !0
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
D | mockParser.py | 28 prof = hotshot.Profile('stats.prof') variable 29 prof.runcall(x.parse, sys.argv[1], False) 30 prof.close()
|
/external/llvm/test/Transforms/InstCombine/ |
D | canonicalize_branch.ll | 6 br i1 %C, label %T, label %F, !prof !0 20 br i1 %C, label %T, label %F, !prof !1 34 br i1 %C, label %T, label %F, !prof !2 48 br i1 %C, label %T, label %F, !prof !3
|
/external/llvm/test/Transforms/JumpThreading/ |
D | update-edge-weight.ll | 7 define void @foo(i32 %n) !prof !0 { 10 br i1 %cmp, label %if.then.1, label %if.else.1, !prof !1 22 br i1 %cmp1, label %if.then.2, label %if.else.2, !prof !2
|