HomeSort by relevance Sort by last modified time
    Searched refs:Branches (Results 1 - 20 of 20) sorted by null

  /external/llvm/test/MC/Mips/mips32r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/llvm/test/MC/Mips/mips64r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /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 232 /// branches through them. This has to be allocated on the side
237 llvm::SmallPtrSet<llvm::BasicBlock*, 4> Branches;
328 bool hasBranches() const { return ExtInfo && !ExtInfo->Branches.empty(); }
344 if (ExtInfo.Branches.insert(Block))
379 return getExtInfo().Branches.insert(Block);
385 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/llvm/lib/IR/
GCOV.cpp 701 ++Coverage.Branches;
708 ++FuncCoverage.Branches;
733 if (Coverage.Branches) {
734 outs() << format("Branches executed:%.2f%% of %u\n",
735 double(Coverage.BranchesExec)*100/Coverage.Branches,
736 Coverage.Branches);
738 double(Coverage.BranchesTaken)*100/Coverage.Branches,
739 Coverage.Branches);
741 outs() << "No branches\n";
  /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/llvm/include/llvm/Support/
GCOV.h 367 Name(Name), LogicalLines(0), LinesExec(0), Branches(0), BranchesExec(0),
375 uint32_t Branches;
  /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/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js     [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 444 milliseconds