OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:branch
(Results
401 - 425
of
4746
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/test/CodeGen/MIR/X86/
unknown-machine-basic-block.mir
1
# RUN: not llc -march=x86-64 -start-after
branch
-folder -stop-after
branch
-folder -o /dev/null %s 2>&1 | FileCheck %s
unknown-metadata-keyword.mir
1
# RUN: not llc -march=x86-64 -start-after
branch
-folder -stop-after
branch
-folder -o /dev/null %s 2>&1 | FileCheck %s
unknown-named-machine-basic-block.mir
1
# RUN: not llc -march=x86-64 -start-after
branch
-folder -stop-after
branch
-folder -o /dev/null %s 2>&1 | FileCheck %s
variable-sized-stack-object-size-error.mir
1
# RUN: not llc -march=x86-64 -start-after
branch
-folder -stop-after
branch
-folder -o /dev/null %s 2>&1 | FileCheck %s
/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,
branch-range-09.py
1
# Test 32-bit COMPARE LOGICAL 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-10.py
1
# Test 64-bit COMPARE LOGICAL 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-11.py
1
# Test 32-bit COMPARE LOGICAL IMMEDIATE AND
BRANCH
in cases where the sheer
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 14 bytes if it uses a short
21
#
branch
and 20 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-12.py
1
# Test 64-bit COMPARE LOGICAL IMMEDIATE AND
BRANCH
in cases where the sheer
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 18 bytes if it uses a short
21
#
branch
and 24 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
29
; Same again with a fused compare and
branch
.
/external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s
14
# We are checking that the
branch
and link instruction which is:
17
# the
branch
is assembled with a label not a displacement.
/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/proguard/src/proguard/evaluation/
BranchUnit.java
36
public void
branch
(Clazz clazz,
method in interface:BranchUnit
44
* conditional
branch
.
/external/skia/experimental/documentation/
gerrit.md
28
1. Create a topic
branch
32
You may want to set a tracking
branch
at this time with:
46
3. If You have multiple commits in your
branch
, Gerrit will think you want
56
If you want to target a
branch
other than `master`, that can be specified
101
The following shell script will squash all commits on the current
branch
,
102
assuming that the
branch
has an upstream topic
branch
.
121
git config alias.squash-
branch
'!M="$(git log --format=%B ^@{u} @)";git reset --soft $(git merge-base @ @{u});git commit -m "$M" -e'
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
fwdtwice.ll
8
;; to the
branch
.
9
;; register argument of the "
branch
-on-register" instruction, i.e.,
/external/swiftshader/third_party/LLVM/test/Transforms/CodeGenPrepare/
basic.ll
7
; objectsize should fold to a constant, which causes the
branch
to fold to an
8
; uncond
branch
.
/external/v8/
README.md
32
fetch = +refs/
branch
-heads/*:refs/remotes/
branch
-heads/*
/external/v8/src/compiler/
bytecode-branch-analysis.h
18
// A class for identifying
branch
targets within a bytecode array.
29
// Analyze the bytecodes to find the
branch
sites and their
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
TOOLCHAIN_SOURCES
1
toolchain/binutils.git: c8e1636493f7d40bb0ba37501e9a6f67cd062a31 [2.24] Cortex-A53 erratum 835769 linker workaround This is ported from upstream binutils 2.24
branch
commit: cde98f8566e14f52b896abc92c357cdd14717505
3
toolchain/gcc.git: ba21122c63b06a70b620c8990c517b87198ad05b [4.9] Restore recog state after finding pre-madd instruction. This patch backports svn r216853 from upsteam gcc-4.9
branch
that fixed a bug introduced in fixing cortex a53 erratum 835769.
Completed in 239 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>