Home
last modified time | relevance | path

Searched refs:BRANCH (Results 1 – 25 of 94) sorted by relevance

1234

/external/skqp/infra/bots/assets/clang_linux/
Dcreate.py18 BRANCH = "release_70" variable
27 BRANCH, REPO + "llvm"])
30 BRANCH, REPO + "clang"])
32 BRANCH, REPO + "lld"])
35 BRANCH, REPO + "clang-tools-extra", "extra"])
39 BRANCH, REPO + "compiler-rt"])
41 BRANCH, REPO + "libcxx"])
43 BRANCH, REPO + "libcxxabi"])
/external/skia/infra/bots/assets/clang_linux/
Dcreate.py18 BRANCH = "release_70" variable
27 BRANCH, REPO + "llvm"])
30 BRANCH, REPO + "clang"])
32 BRANCH, REPO + "lld"])
35 BRANCH, REPO + "clang-tools-extra", "extra"])
39 BRANCH, REPO + "compiler-rt"])
41 BRANCH, REPO + "libcxx"])
43 BRANCH, REPO + "libcxxabi"])
/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc299 BRANCH = 4, // Estimated max. enumerator
431 return (6 + 2 * Latency::BRANCH); in ClzLatency()
510 return latency + Latency::BRANCH + 2; in ShlPairLatency()
524 return latency + Latency::BRANCH + 2; in ShrPairLatency()
538 Latency::BRANCH + 6; in SarPairLatency()
662 return Mfhc1Latency() + ExtLatency() + Latency::BRANCH + Latency::MOV_D + in Float64RoundLatency()
663 4 + MoveLatency() + 1 + Latency::BRANCH + Latency::CVT_D_L; in Float64RoundLatency()
672 return Latency::MFC1 + ExtLatency() + Latency::BRANCH + Latency::MOV_S + 4 + in Float32RoundLatency()
673 Latency::MFC1 + Latency::BRANCH + Latency::CVT_S_W; in Float32RoundLatency()
681 return Latency::BRANCH + Latency::MTC1 + 1 + Latency::MTC1 + in CvtDUwLatency()
[all …]
/external/v8/src/compiler/mips64/
Dinstruction-scheduler-mips64.cc328 BRANCH = 4, // Estimated max. enumerator
644 return Latency::BRANCH + 1; in MovzLatency()
652 return Latency::BRANCH + 1; in MovnLatency()
665 return DadduLatency(false) + Latency::BRANCH + 5; in CallLatency()
670 return 1 + DadduLatency() + Latency::BRANCH + 2; in JumpLatency()
677 return 2 * (DlsaLatency() + DadduLatency(false)) + 2 + Latency::BRANCH + in PrepareForTailCallLatency()
678 Latency::BRANCH + 2 * DsubuLatency(false) + 2 + Latency::BRANCH + 1; in PrepareForTailCallLatency()
682 return 1 + Latency::BRANCH + 1 + SmiUntagLatency() + in AssemblePopArgumentsAdoptFrameLatency()
852 int latency = AndLatency(false) + Latency::BRANCH + 2 + CallLatency(); in CallCFunctionHelperLatency()
865 return Latency::BRANCH; in AssembleArchJumpLatency()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Dprint-machineinstrs.ll2 ; RUN: | FileCheck %s -check-prefix=PRINT-BRANCH-FOLD
11 ; PRINT-BRANCH-FOLD: -branch-folder -machineverifier -machineinstr-printer
12 ; PRINT-BRANCH-FOLD: Control Flow Optimizer
13 ; PRINT-BRANCH-FOLD-NEXT: Verify generated machine code
14 ; PRINT-BRANCH-FOLD-NEXT: MachineFunction Printer
15 ; PRINT-BRANCH-FOLD: Machine code for function foo:
/external/javapoet/.buildscript/
Ddeploy_snapshot.sh10 BRANCH="master"
20 elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
/external/okhttp/.buildscript/
Ddeploy_snapshot.sh10 BRANCH="master"
20 elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
/external/clang/INPUTS/
Dcfg-long-chain1.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y);
16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } in cfg_long_chain_single_exit() macro
18 #undef BRANCH in cfg_long_chain_single_exit()
Dcfg-long-chain3.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y);
16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } else in cfg_long_chain_many_preds() macro
18 #undef BRANCH in cfg_long_chain_many_preds()
Dcfg-long-chain2.c1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y);
16 #define BRANCH(i, x, y) if (((x % 13171) + ++y) < i) { int var = x / 13171 + y; return var; } in cfg_long_chain_multiple_exit() macro
18 #undef BRANCH in cfg_long_chain_multiple_exit()
/external/conscrypt/release/
Dlinux15 BRANCH=$(echo "$1" | sed -E 's/([0-9]+[.][0-9]+[.])[0-9]+/\1x/')
17 git checkout "$BRANCH"
25 git push upstream "$BRANCH"
Ddocker19 BRANCH=$(echo "$1" | sed -E 's/([0-9]+[.][0-9]+[.])[0-9]+/\1x/')
20 git checkout "$BRANCH"
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/
Dimport.ll8 …t-vcp-branch-funnel.yaml < %s | FileCheck --check-prefixes=CHECK,VCP,VCP-X86,VCP64,BRANCH-FUNNEL %s
9 …import-branch-funnel.yaml < %s | FileCheck --check-prefixes=CHECK,BRANCH-FUNNEL,BRANCH-FUNNEL-NOVC…
42 ; BRANCH-FUNNEL-NOVCP: [[VT1:%.*]] = bitcast {{.*}} to i8*
43 …; BRANCH-FUNNEL-NOVCP: call i32 bitcast (void ()* @__typeid_typeid1_0_branch_funnel to i32 (i8*, i…
52 ; BRANCH-FUNNEL: [[VT1:%.*]] = bitcast {{.*}} to i8*
66 …; BRANCH-FUNNEL: call i1 bitcast (void ()* @__typeid_typeid2_8_branch_funnel to i1 (i8*, i8*, i32)…
98 ; BRANCH-FUNNEL-NOVCP: [[VT2:%.*]] = bitcast {{.*}} to i8*
99 …; BRANCH-FUNNEL-NOVCP: call i1 bitcast (void ()* @__typeid_typeid2_8_branch_funnel to i1 (i8*, i8*…
/external/harfbuzz_ng/.ci/
Ddeploy-docs.sh8 BRANCH="$TRAVIS_BRANCH"
9 if test "x$BRANCH" != xmaster; then exit; fi
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java65 public static final String BRANCH = ParameterNames.BRANCH; field in Via
513 return getParameter(ParameterNames.BRANCH); in getBranch()
530 setParameter(ParameterNames.BRANCH, branch); in setBranch()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DEDEmitter.cpp400 #define BRANCH(target) { \ macro
465 BRANCH("off"); in X86ExtractSemantics()
467 BRANCH("dst"); in X86ExtractSemantics()
535 #undef BRANCH
743 #define BRANCH(target) { \ macro
769 BRANCH("target"); in ARMExtractSemantics()
779 BRANCH("func"); in ARMExtractSemantics()
788 #undef BRANCH
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_cl.c63 if (cl_offset(cl) + space + cl_packet_length(BRANCH) <= cl->size) in vc5_cl_ensure_space_with_branch()
71 cl_emit(cl, BRANCH, branch) { in vc5_cl_ensure_space_with_branch()
/external/toolchain-utils/
Dremote_gcc_build.py25 BRANCH = 'the_actual_branch_used_in_this_script' variable
180 if BRANCH in out:
185 command = 'git branch -D {0}'.format(BRANCH)
200 command = 'git checkout -b {0} -t cros-internal/{1}'.format(BRANCH, branch)
297 command = ('git checkout -b {0} -t {1} && ' 'rm -rf *'.format(BRANCH, branch))
/external/clang/
Dupdate-prebuilts.py32 BRANCH = 'aosp-llvm' variable
113 branch=BRANCH,
/external/python/cpython2/Lib/
Dsre_constants.py41 BRANCH = "branch" variable
110 BRANCH,
Dre.py308 from sre_constants import BRANCH, SUBPATTERN
319 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DCoverageNodeImplTest.java14 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.BRANCH;
70 assertEquals(CounterImpl.getInstance(10, 15), parent.getCounter(BRANCH)); in testIncrement()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICoverageNode.java54 BRANCH, enumConstant
/external/python/cpython3/Lib/
Dre.py331 from sre_constants import BRANCH, SUBPATTERN
345 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
/external/u-boot/lib/
Dslre.c31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator
398 r->code[branch_start] = BRANCH; in compile()
426 if (r->code[2] == BRANCH) in slre_compile()
514 case BRANCH: in match()

1234