OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Branches
(Results
1 - 15
of
15
) sorted by null
/external/oprofile/events/mips/20K/
events
11
event:0x5 counters:0 um:zero minimum:500 name:BRANCHES_MISSPREDICTED :
Branches
that mispredicted before completing execution
12
event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_COMPLETED :
Branches
that completed execution
/external/oprofile/events/mips/vr5432/
events
8
event:0x4 counters:0,1 um:zero minimum:500 name:
BRANCHES
: Branch execution (no jumps or jump registers)
14
event:0xa counters:0,1 um:zero minimum:500 name:BRANCHES_MISPREDICTED :
Branches
mispredicted
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c
52
struct branch_info *
Branches
;
64
s->
Branches
, s->BranchCount, s->BranchReserved, 1);
68
branch = &s->
Branches
[s->BranchCount++];
73
* it at ENDIF time and it might be overwritten in both
branches
. */
93
rc_error(s->C, "Encountered ELSE outside of
branches
");
99
branch = &s->
Branches
[s->BranchCount - 1];
204
rc_error(s->C, "Encountered ENDIF outside of
branches
");
210
branch = &s->
Branches
[s->BranchCount - 1];
305
* Remove branch instructions; instead, execute both
branches
r500_fragprog_emit.c
80
struct branch_info *
Branches
;
547
s->
Branches
, s->CurrentBranchDepth, s->BranchesReserved, 1);
549
branch = &s->
Branches
[s->CurrentBranchDepth++];
566
branch = &s->
Branches
[s->CurrentBranchDepth - 1];
578
branch = &s->
Branches
[s->CurrentBranchDepth - 1];
/external/clang/lib/CodeGen/
CGCleanup.h
223
///
branches
through them. This has to be allocated on the side
228
llvm::SmallPtrSet<llvm::BasicBlock*, 4>
Branches
;
319
bool hasBranches() const { return ExtInfo && !ExtInfo->
Branches
.empty(); }
335
if (ExtInfo.
Branches
.insert(Block))
370
return getExtInfo().
Branches
.insert(Block);
376
return (ExtInfo->BranchAfters.size() != ExtInfo->
Branches
.size());
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c
52
struct branch_info *
Branches
;
64
s->
Branches
, s->BranchCount, s->BranchReserved, 1);
68
branch = &s->
Branches
[s->BranchCount++];
73
* it at ENDIF time and it might be overwritten in both
branches
. */
93
rc_error(s->C, "Encountered ELSE outside of
branches
");
99
branch = &s->
Branches
[s->BranchCount - 1];
204
rc_error(s->C, "Encountered ENDIF outside of
branches
");
210
branch = &s->
Branches
[s->BranchCount - 1];
305
* Remove branch instructions; instead, execute both
branches
r500_fragprog_emit.c
80
struct branch_info *
Branches
;
547
s->
Branches
, s->CurrentBranchDepth, s->BranchesReserved, 1);
549
branch = &s->
Branches
[s->CurrentBranchDepth++];
566
branch = &s->
Branches
[s->CurrentBranchDepth - 1];
578
branch = &s->
Branches
[s->CurrentBranchDepth - 1];
/external/oprofile/events/mips/r10000/
events
17
event:0x06 counters:0 um:zero minimum:500 name:BRANCHES_RESOLVED :
Branches
resolved
22
event:0x08 counters:1 um:zero minimum:500 name:BRANCHES_MISPREDICTED :
Branches
mispredicted
/external/oprofile/events/mips/rm7000/
events
21
event:0x11 counters:0,1 um:zero minimum:500 name:BRANCHES_TAKEN :
Branches
taken
22
event:0x12 counters:0,1 um:zero minimum:500 name:BRANCHES_ISSUED :
Branches
issued
/external/oprofile/events/mips/5K/
events
18
event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_EXECED :
Branches
executed
/external/oprofile/events/mips/25K/
events
27
event:0xd counters:0,1 um:zero minimum:500 name:BRANCHES_MISSPREDICTED :
Branches
that mispredicted before completing execution
28
event:0xe counters:0,1 um:zero minimum:500 name:BRANCHES_COMPLETED :
Branches
that completed execution
/external/oprofile/events/mips/rm9000/
events
20
event:0x11 counters:0,1 um:zero minimum:500 name:BRANCHES_TAKEN :
Branches
taken
/system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp
169
// fixup all the
branches
272
#pragma mark
Branches
...
275
//
branches
...
MIPSAssembler.cpp
700
#pragma mark
Branches
...
703
//
branches
...
741
// no use for
Branches
with integer PC, but they're in the Interface class ....
[
all
...]
/external/chromium_org/third_party/lcov/bin/
genhtml
670
info("
branches
...: %s\n",
671
get_overall_line($br_found, $br_hit, "branch", "
branches
"))
[
all
...]
Completed in 1383 milliseconds