HomeSort by relevance Sort by last modified time
    Searched refs:Branch (Results 1 - 25 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/
opt_branchlikely.go 14 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop"
15 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop"
18 for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop"
27 if y == 0 { // ERROR "Branch prediction rule default < call"
32 if y == x { // ERROR "Branch prediction rule default < call"
36 if y == 2 { // ERROR "Branch prediction rule default < call"
41 if y+z == 3 { // ERROR "Branch prediction rule call < exit"
46 if x != 0 { // ERROR "Branch prediction rule default < ret"
47 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop"
48 if x == 4 { // ERROR "Branch prediction rule stay in loop
    [all...]
  /prebuilts/go/linux-x86/test/
opt_branchlikely.go 14 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop"
15 for j := 0; j < y; j++ { // ERROR "Branch prediction rule stay in loop"
18 for k := 0; k < z; k++ { // ERROR "Branch prediction rule stay in loop"
27 if y == 0 { // ERROR "Branch prediction rule default < call"
32 if y == x { // ERROR "Branch prediction rule default < call"
36 if y == 2 { // ERROR "Branch prediction rule default < call"
41 if y+z == 3 { // ERROR "Branch prediction rule call < exit"
46 if x != 0 { // ERROR "Branch prediction rule default < ret"
47 for i := 0; i < x; i++ { // ERROR "Branch prediction rule stay in loop"
48 if x == 4 { // ERROR "Branch prediction rule stay in loop
    [all...]
  /external/skia/src/core/
SkRTree.h 64 struct Branch {
75 Branch fChildren[kMaxChildren];
81 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
91 Branch fRoot;
  /external/skqp/src/core/
SkRTree.h 64 struct Branch {
75 Branch fChildren[kMaxChildren];
81 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
91 Branch fRoot;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68hc11/
bug-1417.s 1 ;;; Bug #1417: Branch wrong after linker relaxation
8 bne L1 ; Branch was adjusted but it must not
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
unaligned-branch.d 1 #name: MIPS branch to unaligned symbol
2 #source: unaligned-branch.s
7 #error: \(\.text\+0x14\): Branch to a non-instruction-aligned address\n
9 #error: \(\.text\+0x1c\): Branch to a non-instruction-aligned address\n
11 #error: \(\.text\+0x24\): Branch to a non-instruction-aligned address\n
13 #error: \(\.text\+0x28\): Branch to a non-instruction-aligned address\n
15 #error: \(\.text\+0x30\): Branch to a non-instruction-aligned address\n
17 #error: \(\.text\+0x38\): Branch to a non-instruction-aligned address\n
19 #error: \(\.text\+0x3c\): Branch to a non-instruction-aligned address\n
21 #error: \(\.text\+0x44\): Branch to a non-instruction-aligned address\
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
UninitializedValues.h 32 struct Branch {
52 SmallVector<Branch, 2> UninitBranches;
59 void addUninitBranch(Branch B) {
73 /// The use is uninitialized whenever a certain branch is taken.
93 typedef SmallVectorImpl<Branch>::const_iterator branch_iterator;
  /external/llvm/lib/Target/SystemZ/
SystemZLongBranch.cpp 1 //===-- SystemZLongBranch.cpp - Branch lengthening for SystemZ ------------===//
13 // to be in range with a longer form (branch relaxation). A simple
17 // quadratic in the number of blocks; relaxing branch N can make branch N-1
18 // go out of range, which in turn can make branch N-2 go out of range,
24 // in range (branch shortening). This too can be implemented as a function
27 // shortening is also quadratic in the worst case; shortening branch N
28 // can bring branch N-1 in range of the short form, which in turn can do
29 // the same for branch N-2, and so on. The main advantage of shortening
36 // which are relatively rare to begin with, and the long branch sequence
    [all...]
SystemZElimCompare.cpp 12 // (2) fuses compares and branches into COMPARE AND BRANCH instructions
30 STATISTIC(BranchOnCounts, "Number of branch-on-count instructions");
32 STATISTIC(FusedComparisons, "Number of fused compare-and-branch instructions");
173 // of -1 and if CCUsers is a single branch on nonzero, eliminate the addition
174 // and convert the branch to a BRCT(G). Return true on success.
193 MachineInstr *Branch = CCUsers[0];
194 if (Branch->getOpcode() != SystemZ::BRC ||
195 Branch->getOperand(0).getImm() != SystemZ::CCMASK_ICMP ||
196 Branch->getOperand(1).getImm() != SystemZ::CCMASK_CMP_NE)
201 // Compare and Branch
    [all...]
  /external/lzma/CPP/7zip/Compress/
BranchRegister.cpp 39 REGISTER_CODECS(Branch)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
branch.s 13 # Branch to an external label.

Completed in 591 milliseconds

1 2 3 4 5 6 7 8 91011>>