HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 126 - 150 of 2537) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 463 struct branch_info * branch; local
543 rc_error(s->C, "Branch depth exceeds hardware limit");
549 branch = &s->Branches[s->CurrentBranchDepth++];
550 branch->If = newip;
551 branch->Else = -1;
552 branch->Endif = -1;
562 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__);
566 branch = &s->Branches[s->CurrentBranchDepth - 1];
567 branch->Else = newip;
574 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__)
    [all...]
  /external/llvm/test/CodeGen/Generic/
fwdtwice.ll 8 ;; to the branch.
9 ;; register argument of the "branch-on-register" instruction, i.e.,
  /external/llvm/test/CodeGen/Mips/
longbranch.ll 1 ; RUN: llc -march=mipsel -force-mips-long-branch < %s | FileCheck %s -check-prefix=O32
2 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 -force-mips-long-branch < %s | FileCheck %s -check-prefix=N64
  /external/llvm/test/CodeGen/SystemZ/Large/
branch-range-01.py 8 # conditional branch to after0
11 # conditional branch to after0
14 # conditional branch to main
17 # conditional branch to main
20 # Each conditional branch sequence occupies 8 bytes if it uses a short branch
21 # and 10 if it uses a long one. The ones before "main:" have to take the branch
25 # the conservative algorithm we use makes one branch unnecessarily long
branch-range-03.py 1 # Test 32-bit COMPARE AND BRANCH in cases where the sheer number of
8 # conditional branch to after0
11 # conditional branch to after0
14 # conditional branch to main
17 # conditional branch to main
20 # Each conditional branch sequence occupies 12 bytes if it uses a short
21 # branch and 14 if it uses a long one. The ones before "main:" have to
22 # take the branch length into account, which is 6 for short branches,
branch-range-04.py 1 # Test 64-bit COMPARE AND BRANCH in cases where the sheer number of
8 # conditional branch to after0
11 # conditional branch to after0
14 # conditional branch to main
17 # conditional branch to main
20 # Each conditional branch sequence occupies 12 bytes if it uses a short
21 # branch and 16 if it uses a long one. The ones before "main:" have to
22 # take the branch length into account, which is 6 for short branches,
branch-range-05.py 1 # Test 32-bit COMPARE IMMEDIATE AND BRANCH in cases where the sheer number of
8 # conditional branch to after0
11 # conditional branch to after0
14 # conditional branch to main
17 # conditional branch to main
20 # Each conditional branch sequence occupies 12 bytes if it uses a short
21 # branch and 16 if it uses a long one. The ones before "main:" have to
22 # take the branch length into account, which is 6 for short branches,
branch-range-06.py 1 # Test 64-bit COMPARE IMMEDIATE AND BRANCH in cases where the sheer number of
8 # conditional branch to after0
11 # conditional branch to after0
14 # conditional branch to main
17 # conditional branch to main
20 # Each conditional branch sequence occupies 12 bytes if it uses a short
21 # branch and 16 if it uses a long one. The ones before "main:" have to
22 # take the branch length into account, which is 6 for short branches,
  /external/llvm/test/CodeGen/SystemZ/
branch-08.ll 7 ; Check a case where a separate branch is needed and where the original
28 ; Same again with a fused compare and branch.
  /external/llvm/test/CodeGen/X86/
personality_size.ll 1 ; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=x86_64-pc-solaris2.11 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X64
2 ; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=i386-pc-solaris2.11 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X32
  /external/llvm/test/Transforms/CodeGenPrepare/
basic.ll 7 ; objectsize should fold to a constant, which causes the branch to fold to an
8 ; uncond branch. Next, we fold the control flow alltogether.
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-branchweights-partial.ll 8 ; NOTE: There are some obviously dead blocks and missing branch weight
10 ; Additionally, the not-taken weight of the branch with a weight had to
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 463 struct branch_info * branch; local
543 rc_error(s->C, "Branch depth exceeds hardware limit");
549 branch = &s->Branches[s->CurrentBranchDepth++];
550 branch->If = newip;
551 branch->Else = -1;
552 branch->Endif = -1;
562 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__);
566 branch = &s->Branches[s->CurrentBranchDepth - 1];
567 branch->Else = newip;
574 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__)
    [all...]
  /external/oprofile/events/mips/vr5500/
events 10 event:0x4 counters:0,1 um:zero minimum:500 name:BRANCHES : Execution of branch instruction
16 event:0xa counters:0,1 um:zero minimum:500 name:BRANCHES_MISPREDICTED : Branch prediction miss
  /external/proguard/src/proguard/classfile/editor/
InstructionWriter.java 133 // Create a new unconditional branch that will fit.
143 // Create a new branch instruction that will fit.
151 // Some special cases, for which a wide branch doesn't exist.
167 // Insert the complementary conditional branch.
174 // Create a new unconditional branch that will fit.
181 // Insert the complementary conditional branch.
188 // Create a new unconditional branch that will fit.
195 // Write out a dummy branch instruction for now.
  /external/proguard/src/proguard/evaluation/
BranchUnit.java 36 public void branch(Clazz clazz, method in interface:BranchUnit
44 * conditional branch.
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 117 // Remove the branch.
133 default: llvm_unreachable("Invalid branch condition!");
161 // Conditional branch is a special case.
187 // A terminator that isn't a branch can't easily be handled
224 assert(I->getOpcode() == MSP430::JCC && "Invalid conditional branch");
230 // Working from the bottom, handle the first conditional branch.
239 // conditional branches branch to the same destination.
243 // Only handle the case where all conditional branches branch to
267 "MSP430 branch conditions have one component!");
270 // Unconditional branch
    [all...]
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 34 TGT_LIR *branch = genCmpImmBranch(cUnit, cond, reg, checkValue); local
40 branch->generic.target = (LIR *) exceptionLabel;
48 return genCheckCommon(cUnit, dOffset, branch, pcrLabel);
79 TGT_LIR *branch = opCondBranch(cUnit, cond); local
80 genCheckCommon(cUnit, dOffset, branch, pcrLabel);
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
46 SmallVector<Branch, 2> UninitBranches;
52 void addUninitBranch(Branch B) {
63 /// The use is uninitialized whenever a certain branch is taken.
75 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 95 // Branch Analysis
129 /// the correspondent Branch instruction opcode.
141 /// GetCondBranchFromCond - Return the Branch instruction
170 /// 2. If this block ends with only an unconditional branch, it sets TBB to be
172 /// 3. If this block ends with an conditional branch and it falls through to
173 /// an successor block, it sets TBB to be the branch destination block and a
177 /// 4. If this block ends with an conditional branch and an unconditional
216 return true; // Can't handle indirect branch.
218 // Conditional branch
238 // If the block ends with conditional branch followed by unconditional
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 98 if (name.equals(Via.BRANCH)) {
101 throw new ParseException("null branch Id", lexer.getPtr());
232 * via[] = { "Via: SIP/2.0/UDP 135.180.130.133;branch=-12345\n", "Via:
233 * SIP/2.0/UDP 166.34.120.100;branch=0000045d-00000001"+ ",SIP/2.0/UDP
237 * branch=C1C3344E2710000000E299E568E7potato10potato0potato0\n", "Via:
239 * branch=C1C3344E2710000000E299E568E7potato10potato0potato0\n", "Via:
244 * "Via: SIP/2.0/UDP ss2.wcom.com:5060;branch=721e418c4.1"+ ", SIP/2.0/UDP
245 * ss1.wcom.com:5060;branch=2d4790.1"+ " , SIP/2.0/UDP here.com:5060( Hello
247 * ss1.wcom.com:5060;branch=2d4790.1\n", "Via: SIP/2.0/UDP
248 * first.example.com:4000;ttl=16"+ ";maddr=224.2.0.1 ;branch=a7c6a8dlze.
    [all...]
  /external/valgrind/main/cachegrind/
cg_branchpred.c 3 /*--- Branch predictor simulation cg_branchpred.c ---*/
32 /* This file contains the actual branch predictor simulator and its
37 - a branch target address predictor for indirect branches
60 conditional branch) at instr_addr. Once that's done, update the
66 counters. Given the address of the branch instruction, the array
67 index to use is computed both from the low order bits of the branch
70 makes the predictor able to correlate this branch's behaviour with
133 /* A very simple indirect branch predictor. Use the branch's address
135 branch (or whatever aliased with it) and use that as th
    [all...]
  /art/compiler/dex/quick/mips/
int_mips.cc 53 LIR* branch = OpCmpImmBranch(kCondNe, rl_result.low_reg, 0, NULL); local
60 branch->target = target;
66 LIR* branch; local
116 branch = NewLIR2(br_op, src1, src2);
124 branch = NewLIR1(br_op, t_reg);
127 branch->target = target;
128 return branch;
133 LIR* branch; local
138 branch = OpCmpBranch(cond, reg, t_reg, target);
140 return branch;
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 33 * This AttributeVisitor finds all instruction offsets, branch targets, and
107 * branch instruction in the CodeAttribute that was visited most recently.
117 * branch instruction in the CodeAttribute that was visited most recently.
127 * definite branch instruction in the CodeAttribute that was visited most
354 // The end of the code is a branch target sentinel.
357 // Mark branch targets by going over all instructions.
360 // Mark branch targets in the exception table.
422 System.out.println("Branch targets: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
465 // Mark the branch origin.
525 // Mark the branch origin
    [all...]
  /docs/source.android.com/src/source/
developing.jd 48 <p>Use <code>repo start</code> to start a new topic branch.</p>
75 <p>Start a topic branch in your local work environment whenever you begin a change, for example when you begin work on a bug or new feature. A topic branch is not a copy of the original files; it is a pointer to a particular commit. This makes creating local branches and switching among them a light-weight operation. By using branches, you can isolate one aspect of your work from the others. For an interesting article about using topic branches, see <a href="http://www.kernel.org/pub/software/scm/git/docs/howto/separating-topic-branches.txt">Separating topic branches</a>.
77 <p>To start a topic branch using Repo: </p>
80 <p>To verify that your new branch was created:</p>
84 <p>To assign the branch to a particular project:</p>
87 <p>To switch to another branch that you have created in your local work environment:</p>
91 <pre><code>$ git branch
96 <p>The name of the current branch will be preceded by an asterisk.</p>
97 <p><em>Note: A bug might be causing <code>repo sync</code> to reset the local topic branch. If <code>git branch</code> shows * (no branch) after you run <code>repo sync</code>, then run <co (…)
    [all...]

Completed in 579 milliseconds

1 2 3 4 56 7 8 91011>>