HomeSort by relevance Sort by last modified time
    Searched refs:Branches (Results 1 - 10 of 10) 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/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).second)
379 return getExtInfo().Branches.insert(Block).second;
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/llvm/lib/IR/
GCOV.cpp 728 ++Coverage.Branches;
737 ++FuncCoverage.Branches;
761 if (Coverage.Branches) {
762 OS << format("Branches executed:%.2f%% of %u\n",
763 double(Coverage.BranchesExec) * 100 / Coverage.Branches,
764 Coverage.Branches);
766 double(Coverage.BranchesTaken) * 100 / Coverage.Branches,
767 Coverage.Branches);
769 OS << "No branches\n";
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 379 : Name(Name), LogicalLines(0), LinesExec(0), Branches(0),
387 uint32_t Branches;
  /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...]

Completed in 569 milliseconds