/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.h | 33 // Branch and link (call) 72 // Jumptable branch. 75 // Jumptable branch using long branches for each entry.
|
/external/llvm/lib/Transforms/Instrumentation/ |
BoundsChecking.cpp | 74 /// branch to this block. There's only one trap block per function. 95 /// emitBranchToTrap - emit a branch instruction to a trap block. 105 Cmp = nullptr; // unconditional branch
|
/external/llvm/lib/Transforms/Utils/ |
LoopUnroll.cpp | 103 // Delete the unconditional branch from the predecessor... 177 /// branch instruction. However, if the trip count (and multiple) are not known, 186 /// iterations via an early branch, but control may not exit the loop from the 232 " Can't unroll; loop not terminated by a conditional branch.\n"); 349 DEBUG(dbgs() << " with " << TripMultiple << " trips per branch"); 350 EmitDiag(" with " + Twine(TripMultiple) + " trips per branch"); 510 // The original branch was replicated in each unrolled iteration. 513 // The branch destination. 522 // For a complete unroll, make the last iteration end with a branch 531 // unconditional branch for some iterations [all...] |
/external/llvm/test/CodeGen/X86/ |
loop-blocks.ll | 6 ; CodeGen should insert a branch into the middle of the loop in 7 ; order to avoid a branch within the loop. 37 ; falls through into the loop, avoiding a branch within the loop.
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.h | 47 /** Branch conditions */ 50 /** Branch hints */ 329 ** branch instructions
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_opcodes.h | 190 /** branch instruction: 196 /** branch instruction: jump to matching RC_OPCODE_ENDIF */ 199 /** branch instruction: has no effect */
|
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/ |
EDInst.h | 83 /// The operand corresponding to the target, if the instruction is a branch 127 /// isBranch - Returns true if the instruction is a branch 136 /// the target operand if the instruction is a branch, or -1 otherwise
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreISelLowering.h | 33 // Branch and link (call) 66 // Jumptable branch. 69 // Jumptable branch using long branches for each entry.
|
/external/v8/src/ |
fast-accessor-assembler.cc | 125 assembler_->Branch( 139 assembler_->Branch( 166 assembler_->Branch(
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64RelocationHelpers.h | 56 // Encode the 26-bit offset of unconditional branch. 62 // Encode the 19-bit offset of conditional branch and compare & branch.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cfghooks.h | 39 representation. Returns edge representing redirected branch (that may not 97 /* Say whether a block ends with a conditional branch. Switches 145 /* Split a basic block if it ends with a conditional branch and if
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
mips.s | 231 // branch 280 // other integer conditional branch 291 // floating point conditional branch
|
mips64.s | 229 // branch 278 // other integer conditional branch 289 // floating point conditional branch
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/ |
ssa.go | 567 branch := mips.ABFPF 569 branch = mips.ABFPT 576 p2 := gc.Prog(branch) 583 p4 := gc.Prog(obj.ANOP) // not a machine instruction, for branch to land 616 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 627 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()}) 631 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 652 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()}) 656 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 660 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()} [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
block.go | 22 // If BranchLikely, Succs[0] is the most likely branch taken. 23 // If BranchUnlikely, Succs[1] is the most likely branch taken. 75 // the if or else branch from b.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
mips.s | 231 // branch 280 // other integer conditional branch 291 // floating point conditional branch
|
mips64.s | 229 // branch 278 // other integer conditional branch 289 // floating point conditional branch
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/ |
ssa.go | 567 branch := mips.ABFPF 569 branch = mips.ABFPT 576 p2 := gc.Prog(branch) 583 p4 := gc.Prog(obj.ANOP) // not a machine instruction, for branch to land 616 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 627 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()}) 631 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 652 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[1].Block()}) 656 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()}) 660 s.Branches = append(s.Branches, gc.Branch{P: p, B: b.Succs[0].Block()} [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
block.go | 22 // If BranchLikely, Succs[0] is the most likely branch taken. 23 // If BranchUnlikely, Succs[1] is the most likely branch taken. 75 // the if or else branch from b.
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
optimizations.html | 120 <dd>Merges identical blocks of code by modifying branch targets.</dd> 135 <code><b>code/simplification/branch</b></code></dt> 136 <dd>Performs peephole optimizations for branch instructions.</dd>
|
/sdk/docs/ |
howto_SDK_git_cygwin.txt | 138 BRANCH=donut 139 if [ "$1" == "-b" ]; then shift; BRANCH=$1; shift; fi 143 repo init -u $URL -b $BRANCH
|
/toolchain/binutils/binutils-2.25/cpu/ |
mep-core.cpu | 135 ; Branch unit 136 (unit u-branch "Branch Unit" () 337 ; pcrelNaA PC-relative branch target (signed) 338 ; pcabsNaA Absolute branch target (unsigned) 431 ; Branch/Jump target addresses [all...] |
/art/compiler/debug/ |
elf_debug_line_writer.h | 124 // The compiler generates stackmap with PC *after* the branch instruction 128 // mapping at the location of the branch instruction (since the following 132 // branch instruction is covered as well. However, we do not know the size 141 // valid and that the branch instruction is covered.
|
/art/compiler/optimizing/ |
block_builder.h | 42 // Creates basic blocks in `graph_` at branch target dex_pc positions of the
|
/art/runtime/arch/mips64/ |
jni_entrypoints_mips64.S | 49 .cpreturn # Restore gp from t8 in branch delay slot. gp is not used
|