/external/llvm/lib/Target/NVPTX/ |
NVPTXInstrInfo.cpp | 133 /// 2. If this block ends with only an unconditional branch, it sets TBB to be 135 /// 3. If this block ends with an conditional branch and it falls through to 136 /// an successor block, it sets TBB to be the branch destination block and a 140 /// 4. If this block ends with an conditional branch and an unconditional 216 // Remove the branch. 227 // Remove the branch. 240 "NVPTX branch conditions have two components!"); 242 // One-way branch. 244 if (Cond.empty()) // Unconditional branch 246 else // Conditional branch [all...] |
/external/v8/tools/release/ |
create_release.py | 25 self.DeleteBranch("work-branch") 29 MESSAGE = "Check from which revision to branch off." 33 self.GitLog(n=1, format="%H", branch="origin/master")) 45 # branch time. 159 MESSAGE = "Create the branch." 163 self.Git("checkout -b work-branch %s" % self["push_hash"]) 170 MESSAGE = "Add ChangeLog changes to release branch." 200 MESSAGE = "Commit version and changelog to new branch." 235 branch="origin/%s" % self["version"], 252 "refs/heads/work-branch:refs/pending/heads/%s" % self["version"] [all...] |
roll_merge.py | 50 if self._options.branch: 51 self["merge_to_branch"] = self._options.branch 53 self.Die("Please specify a branch to merge to") 60 MESSAGE = "Create a fresh branch for the patch." 78 branch=self.vc.RemoteMasterBranch()) 180 MESSAGE = "Commit to local branch." 218 print "branch: %s" % self["merge_to_branch"] 230 group.add_argument("--branch", help="The branch to merge to.") 265 "PERSISTFILE_BASENAME": "/tmp/v8-merge-to-branch-tempfile" [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 277 BRANCH = 1 << 3 286 // Values for use in branch instruction BC 288 // BO is type of branch + likely bits described below 289 // BI is CR value + branch type 309 // Values for the BO field. Add the branch type to 311 // If branch likely or unlikely is not known, don't set it. 312 // e.g. branch on cr+likely = 15 315 BO_BCTR = 16 // branch on ctr value 316 BO_BCR = 12 // branch on cr value 317 BO_BCRBCTR = 8 // branch on ctr and cr valu [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
a.out.go | 277 BRANCH = 1 << 3 286 // Values for use in branch instruction BC 288 // BO is type of branch + likely bits described below 289 // BI is CR value + branch type 309 // Values for the BO field. Add the branch type to 311 // If branch likely or unlikely is not known, don't set it. 312 // e.g. branch on cr+likely = 15 315 BO_BCTR = 16 // branch on ctr value 316 BO_BCR = 12 // branch on cr value 317 BO_BCRBCTR = 8 // branch on ctr and cr valu [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/ |
Test_goto_16.java | 35 * @title branch target is inside instruction 43 * @title branch target shall be inside the method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/ |
Test_goto_32.java | 35 * @title branch target is inside instruction 43 * @title branch target shall be inside the method
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/ |
Test_opc_goto.java | 35 * @title branch target is inside instruction 43 * @title branch target shall be inside the method
|
/docs/source.android.com/src/source/ |
code-lines.jd | 43 there may be more than one branch for a given "code line". For instance, when a 44 release is cut, it may or may not become a new branch based on the needs of the moment. 50 typically takes the form of a branch in the tree. 105 branch in git) is considered the sole canonical source code for a given Android platform 106 version. OEMs and other groups building devices should pull only from a release branch. 117 Changes that prove stable will eventually be pulled into a release branch. Note this 138 private branch as necessary. 146 a public release branch, and the new current platform code-line.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
CMSObjectIdentifiers.java | 40 static final ASN1ObjectIdentifier id_ri_ocsp_response = id_ri.branch("2"); 42 static final ASN1ObjectIdentifier id_ri_scvp = id_ri.branch("4");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
OCSPObjectIdentifiers.java | 31 static final ASN1ObjectIdentifier id_pkix_ocsp_pref_sig_algs = id_pkix_ocsp.branch("8"); 33 static final ASN1ObjectIdentifier id_pkix_ocsp_extended_revoke = id_pkix_ocsp.branch("9");
|
/external/clang/test/Analysis/diagnostics/ |
deref-track-symbolic-region.cpp | 12 //expected-note@-1{{Taking false branch}} 22 // expected-note@-2{{Taking false branch}}
|
/external/llvm/lib/Transforms/Scalar/ |
LowerExpectIntrinsic.cpp | 43 // branch is likely or unlikely to be taken. 50 "likely-branch-weight", cl::Hidden, cl::init(2000), 51 cl::desc("Weight of the branch likely to be taken (default = 2000)")); 53 "unlikely-branch-weight", cl::Hidden, cl::init(1), 54 cl::desc("Weight of the branch unlikely to be taken (default = 1)")); 126 // branch 0, in other case more likely is branch 1. 185 /// branches and switches to provide branch weight metadata for those
|
/external/llvm/test/CodeGen/MIR/Generic/ |
machine-function.mir | 1 # RUN: llc -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
|
/external/llvm/test/CodeGen/MIR/Mips/ |
expected-global-value-or-symbol-after-call-entry.mir | 1 # RUN: not llc -march=mipsel -mattr=mips16 -relocation-model=pic -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
|
/external/llvm/test/CodeGen/MIR/X86/ |
basic-block-liveins.mir | 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
|
cfi-offset.mir | 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
|
early-clobber-register-flag.mir | 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
|
expected-comma-after-cfi-register.mir | 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
|
expected-register-after-cfi-operand.mir | 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
|
fixed-stack-memory-operands.mir | 1 # RUN: llc -march=x86 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
|
stack-objects.mir | 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
|
variable-sized-stack-objects.mir | 1 # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
|
/external/llvm/test/CodeGen/X86/ |
or-branch.ll | 28 ; If the branch is unpredictable, don't add another branch
|
patchpoint-verifiable.mir | 1 # RUN: llc -mtriple=x86_64-apple-darwin -stop-after branch-folder -start-after branch-folder -o - %s | FileCheck %s
|