/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 557 /// BR - Unconditional branch. The first operand is the chain 558 /// operand, the second is the MBB to branch to. 561 /// BRIND - Indirect branch. The first operand is the chain, the second 562 /// is the value to branch to, which must be of the same type as the 566 /// BR_JT - Jumptable branch. The first operand is the chain, the second 570 /// BRCOND - Conditional branch. The first operand is the chain, the 571 /// second is the condition, the third is the block to branch to if the 576 /// BR_CC - Conditional branch. The behavior is like that of SELECT_CC, in 579 /// are chain, cc, lhs, rhs, block to branch to if condition is true. [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonEarlyIfConv.cpp | 19 // branch "splits" into a "true block" and a "false block". Either of these 91 cl::init(false), cl::desc("Enable branch probability info")); 235 // The second terminator should be an unconditional branch. 240 // XXX merge if T1B == NextB, or convert branch to unconditional. 267 // an unconditional branch (which can be predicated), or with a fall- 474 // Do not IfCovert if the branch is one sided. 752 // Predicate/speculate non-branch instructions from FromB into block ToB. 754 // FromB should have at most one branch, and it should be unconditional. [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
ISDOpcodes.h | 471 // BR - Unconditional branch. The first operand is the chain 472 // operand, the second is the MBB to branch to. 475 // BRIND - Indirect branch. The first operand is the chain, the second 476 // is the value to branch to, which must be of the same type as the target's 480 // BR_JT - Jumptable branch. The first operand is the chain, the second 484 // BRCOND - Conditional branch. The first operand is the chain, the 485 // second is the condition, the third is the block to branch to if the 490 // BR_CC - Conditional branch. The behavior is like that of SELECT_CC, in 493 // chain, cc, lhs, rhs, block to branch to if condition is true. [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | 64 "disable-cgp-branch-opts", cl::Hidden, cl::init(false), 65 cl::desc("Disable branch optimizations in CodeGenPrepare")); 134 // unconditional branch. 171 /// debug info directives, and an unconditional branch. Passes before isel 181 // If this block doesn't end with an uncond branch, ignore it. 186 // If the instruction before the branch (skipping debug info) isn't a phi 215 /// single uncond branch between them, and BB contains no other non-phi 285 /// an unconditional branch in it. 674 // Make sure the call instruction is followed by an unconditional branch to [all...] |
SCCP.cpp | 567 // conditions, mean the branch could go either way. 573 // Constant condition variables mean the branch can only go a single way. 634 // Overdefined condition variables mean the branch could go either way, 640 // Constant condition variables mean the branch can only go a single way. 660 if (SI->getSuccessorValue(i) == CI) // Found the taken branch. 664 // execute default branch. 692 // 6. If a conditional branch has a value that is constant, make the selected 694 // 7. If a conditional branch has a value that is overdefined, make all [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
tic6x-opcode-table.h | 494 INSN(b, s, ext_branch_cond_imm, branch, C62X, TIC6X_FLAG_NO_CROSS, 498 INSN(b, s, branch, branch, C62X, TIC6X_FLAG_SIDE_B_ONLY, 502 INSN(b, s, b_irp, branch, C62X, TIC6X_FLAG_NO_CROSS|TIC6X_FLAG_SIDE_B_ONLY, 506 INSN(b, s, b_nrp, branch, C62X, TIC6X_FLAG_NO_CROSS|TIC6X_FLAG_SIDE_B_ONLY, 511 INSN(bdec, s, bdec, branch, C64X, TIC6X_FLAG_NO_CROSS, 528 INSN(bnop, s, branch_nop_cst, branch, C64X, 533 INSN(bnop, nfu, s_branch_nop_cst, branch, C64XP, 538 INSN(bnop, s, branch_nop_reg, branch, C64X, 545 INSN(bnop, s, sbu8, branch, C64XP [all...] |
/docs/source.android.com/src/devices/tech/admin/ |
testing-provision.jd | 49 The branch name determines the version of AfW Test Harness to download (each 51 the branch name is <code>afw-test-harness-nougat-dev</code>. To initialize 52 the repo and download source code for this branch, use:</p> 63 <p>To check out the source code for a different version, specify the branch with 68 <th>Branch Name</td>
|
/external/clang/lib/StaticAnalyzer/Core/ |
CoreEngine.cpp | 440 // (2) in a terminator, which represents the branch. 673 bool branch, 675 // If the branch has been marked infeasible we should not generate a node. 676 if (!isFeasible(branch)) 679 ProgramPoint Loc = BlockEdge(C.Block, branch ? DstT:DstF,
|
/external/libavc/common/arm/ |
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s | 138 subs r12, r5, #4 @if wd=4 branch to loop_4 141 subs r12, r5, #8 @if wd=8 branch to loop_8 318 beq end_func @ Branch if height==4 409 beq end_func @ Branch if height==4 498 beq end_func @ Branch if height==4
|
/external/llvm/lib/CodeGen/ |
ImplicitNullChecks.cpp | 319 /// Analyze MBB to check if its terminating branch can be turned into an 520 // Remove the conditional branch dependent on the null check. 523 assert(BranchesRemoved > 0 && "expected at least one branch!"); 530 // Insert a faulting load where the conditional branch was originally. We 562 // Insert an *unconditional* branch to not-null successor.
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 45 CALL_NOLINK, // Function call with branch not branch-and-link. 46 BRCOND, // Conditional branch. 47 BR_JT, // Jumptable branch. 48 BR2_JT, // Jumptable branch (2 level - jumptable entry is a jump).
|
/external/llvm/lib/Transforms/Scalar/ |
StructurizeCFG.cpp | 141 /// Control flow is expressed as a branch where the true exit goes into the 160 /// The back edge of the "Flow" block is always on the false side of the branch 438 // Ignore it if it's a branch from outside into our region entry 522 /// \brief Insert the missing branch conditions 841 // If the start of the loop is the entry block, we can't branch to it so
|
/external/llvm/test/CodeGen/AMDGPU/ |
wqm.ll | 75 ; Check a case of one branch of an if-else requiring WQM, the other requiring 112 ; Reverse branch order compared to the previous test. 125 ;CHECK-NEXT: mask branch [[END_BB:BB[0-9]+_[0-9]+]] 152 ; Check that branch conditions are properly marked as needing WQM... 173 ; The load that determines the branch (and should therefore be WQM) is
|
/external/llvm/test/Transforms/SampleProfile/ |
branch.ll | 1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/branch.prof | opt -analyze -branch-prob | FileCheck %s 2 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/branch.prof | opt -analyze -branch-prob | FileCheck %s 33 ; CHECK: Printing analysis 'Branch Probability Analysis' for function 'main':
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMISelLowering.h | 45 CALL_NOLINK, // Function call with branch not branch-and-link. 47 BRCOND, // Conditional branch. 48 BR_JT, // Jumptable branch. 49 BR2_JT, // Jumptable branch (2 level - jumptable entry is a jump).
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 477 // unconditional branch, try to move it to the successor block. 533 // Verify that the other block ends in a branch and is not otherwise empty. 539 // If the other block ends in an unconditional branch, check for the 'if then 540 // else' case. there is an instruction before the branch. 558 // Otherwise, the other block ended with a conditional branch. If one of the
|
/external/valgrind/cachegrind/ |
cg_main.c | 63 static Bool clo_branch_sim = False; /* do branch simulation? */ 110 BranchCC Bc; /* Conditional branch counts */ 111 BranchCC Bi; /* Indirect branch counts */ 440 which predicts the branch target address for indirect branches 508 Ev_Bc, // branch conditional 509 Ev_Bi // branch indirect (to unknown destination) 843 /* Conditional branch */ 851 /* Branch to an unknown destination */ [all...] |
/prebuilts/go/darwin-x86/doc/ |
install-source.html | 145 either the git branch <code>release-branch.go1.4</code> or 236 <h2 id="head">(Optional) Switch to the master branch</h2> 241 off the release branch, and onto the master (development) branch.
|
/prebuilts/go/linux-x86/doc/ |
install-source.html | 145 either the git branch <code>release-branch.go1.4</code> or 236 <h2 id="head">(Optional) Switch to the master branch</h2> 241 off the release branch, and onto the master (development) branch.
|
/system/extras/perfprofd/quipper/ |
perf_parser.cc | 357 LOG(ERROR) << "NULL branch stack data."; 361 // First, trim the branch stack to remove trailing null entries. 376 LOG(ERROR) << "Non-null branch stack entry found after null entry: " 383 // Map branch stack addresses. 404 LOG(ERROR) << "Branch stack entry predicted and mispred flags "
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-alpha.texi | 216 Used with a register branch format instruction (e.g.@: @code{jsr}) to 218 code may be altered to use a direct branch (e.g.@: @code{bsr}). 244 Used with a register branch format instruction to indicate that the 250 Used with a register branch format instruction to indicate that the 283 Used with any branch format instruction to skip the GP load at the
|
/toolchain/binutils/binutils-2.25/opcodes/ |
crx-opc.c | 107 /* Create a conditional branch instruction. */ 132 /* Create a 'Branch if Equal to 0' instruction. */ 156 /* Create a 'Compare & Branch' instruction. */ 491 /* Create a branch instruction. */ 500 /* Decrement and Branch instructions. */
|
d10v-opc.c | 191 { "bra.s", SHORT_B, 3, MU, ALONE|BRANCH|PAR, 0x4800, 0x7f00, { ANUM8 } }, 192 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } }, 194 { "brf0f.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4a00, 0x7f00, { ANUM8 } }, 197 { "brf0t.s", SHORT_B, 3, MU, BRANCH|PAR|RF0, 0x4b00, 0x7f00, { ANUM8 } }, 229 { "jmp", SHORT_2, 3, MU, ALONE|BRANCH|PAR, 0x4c00, 0x7fe1, { RSRC } },
|
mips16-opc.c | 101 case 'p': BRANCH (16, 0, 1); 102 case 'q': BRANCH (16, 0, 1); 130 case 'p': BRANCH (8, 0, 1); 131 case 'q': BRANCH (11, 0, 1); 290 so that we easily find them when converting a normal branch to a
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
voAMRWBEnc.c | 363 #ifdef ASM_OPT /* asm optimization branch */ 434 #ifdef ASM_OPT /* asm optimization branch */ 471 #ifdef ASM_OPT /* asm optimization branch */ 547 #ifdef ASM_OPT /* asm optimization branch */ 660 #ifdef ASM_OPT /* asm optimization branch */ 762 #ifdef ASM_OPT /* asm optimization branch */ 770 #ifdef ASM_OPT /* asm optimization branch */ 788 #ifdef ASM_OPT /* asm optimization branch */ 830 #ifdef ASM_OPT /* asm optimization branch */ [all...] |