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

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/PacketRules/
endloop_branches.s 5 # CHECK: 4:1: error: Branches cannot be in a packet with hardware loops
9 # CHECK: 8:1: error: Branches cannot be in a packet with hardware loops
13 # CHECK: 12:1: error: Branches cannot be in a packet with hardware loops
17 # CHECK: 16:1: error: Branches cannot be in a packet with hardware loops
  /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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/
valid.s 3 # Branches have some unusual encoding rules in MIPS32r6 so we need to test:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCBranchFinalize.cpp 1 //===- ARCBranchFinalize.cpp - ARC conditional branches ---------*- C++ -*-===//
10 // This pass takes existing conditional branches and expands them into longer
11 // range conditional branches.
63 "ARC finalize branches", false, false)
66 "ARC finalize branches", false, false)
146 std::vector<MachineInstr *> Branches;
164 Branches.push_back(&MI);
  /external/clang/lib/CodeGen/
CGCleanup.h 249 /// branches through them. This has to be allocated on the side
254 llvm::SmallPtrSet<llvm::BasicBlock*, 4> Branches;
360 bool hasBranches() const { return ExtInfo && !ExtInfo->Branches.empty(); }
376 if (ExtInfo.Branches.insert(Block).second)
411 return getExtInfo().Branches.insert(Block).second;
417 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 732 ++Coverage.Branches;
741 ++FuncCoverage.Branches;
765 if (Coverage.Branches) {
766 OS << format("Branches executed:%.2f%% of %u\n",
767 double(Coverage.BranchesExec) * 100 / Coverage.Branches,
768 Coverage.Branches);
770 double(Coverage.BranchesTaken) * 100 / Coverage.Branches,
771 Coverage.Branches);
773 OS << "No branches\n";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
GCOV.cpp 754 ++Coverage.Branches;
763 ++FuncCoverage.Branches;
787 if (Coverage.Branches) {
788 OS << format("Branches executed:%.2f%% of %u\n",
789 double(Coverage.BranchesExec) * 100 / Coverage.Branches,
790 Coverage.Branches);
792 double(Coverage.BranchesTaken) * 100 / Coverage.Branches,
793 Coverage.Branches);
795 OS << "No branches\n";
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 96 // Branches are the only insns that can change the PC,
269 // Check legal use of branches.
274 unsigned Branches = 0, Returns = 0, NewIndirectBranches = 0,
286 ++Branches;
306 if (Branches) // FIXME: should "Defs.count(Hexagon::PC)" be here too?
314 if (Branches > 1)
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 384 : Name(Name), LogicalLines(0), LinesExec(0), Branches(0),
392 uint32_t Branches;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
GCOV.h 406 uint32_t Branches = 0;

Completed in 578 milliseconds