HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 1376 - 1400 of 8959) sorted by null

<<51525354555657585960>>

  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 10 // This family of functions perform manipulations on basic blocks, and
11 // instructions contained within basic blocks.
221 "ReplaceInstWithInst: Instruction already inserted into basic block!");
223 // Insert the new instruction into the basic block...
453 /// basic block into the function, and moving some of the predecessors of BB to
466 // Create new basic block, insert right before the original block.
504 /// OrigBB, by introducing two new basic blocks into the function. One of those
505 /// new basic blocks gets the predecessors listed in Preds. The other basic
507 /// OrigBB is clone into both of the new basic blocks. The new blocks are give
    [all...]
  /external/llvm/test/Transforms/BBVectorize/
simple-int.ll 21 ; Basic depth-3 chain with fma
47 ; Basic depth-3 chain with fmuladd
73 ; Basic depth-3 chain with cos
97 ; Basic depth-3 chain with powi
122 ; Basic depth-3 chain with powi (different powers: should not vectorize)
139 ; Basic depth-3 chain with round
164 ; Basic depth-3 chain with copysign
190 ; Basic depth-3 chain with ceil
215 ; Basic depth-3 chain with nearbyint
240 ; Basic depth-3 chain with rin
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Frame.java 33 * Information about the input and output stack map frames of a basic block.
41 * instruction, the state of the frame at the end of current basic block is
44 * used to compute the "input frame" of each basic block, i.e. the stack map
45 * frame at the begining of the basic block, starting from the input frame
46 * of the first basic block (which is computed from the method descriptor),
58 * basic block, which is not yet known when output frames are computed. It
455 * The label (i.e. basic block) to which these input and output stack map
493 * Number of types that are initialized in the basic block.
500 * The types that are initialized in the basic block. A constructor
506 * types on which constructors are invoked in the basic block, in order to
    [all...]
  /external/valgrind/main/memcheck/tests/
str_tester.c 137 equal (one, "abcd", 2); /* Basic test. */
145 equal (one, "hi there", 5); /* Basic test encore. */
291 equal (one, "ijklmn", 2); /* Basic test. */
301 equal (one, "ghef", 5); /* Basic test encore. */
323 equal (one, "ijklmn", 2); /* Basic test. */
333 equal (one, "ghef", 5); /* Basic test encore. */
446 check (strchr (one, 'c') == one+2, 2); /* Basic test. */
480 check (strchrnul (one, 'c') == one+2, 3); /* Basic test. */
513 check (rawmemchr (one, 'c') == one+2, 1); /* Basic test. */
542 check (index (one, 'c') == one+2, 2); /* Basic test. *
    [all...]
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 66 /// in predecessor basic blocks.
180 /// predecessor basic blocks.
185 return false; // Quick exit for basic blocks without PHIs.
188 // also be the end of the basic block).
227 // Unlink the PHI node from the basic block, but don't delete the PHI yet.
355 // IncomingReg register in the corresponding predecessor basic block.
371 // basic block.
549 return false; // Quick exit for basic blocks without PHIs.
633 // LiveVariables considers uses in PHIs to be in the predecessor basic block,
636 // in the predecessor basic block, so that a register used only in a PHI is liv
    [all...]
LiveVariables.cpp 22 // live within a single basic block (allowing it to do a single local analysis
23 // to resolve physical register lifetimes in each basic block). If a physical
98 // Check to see if this basic block is one of the killing blocks. If so,
139 // Check to see if this basic block is already a kill block.
141 // Yes, this register is killed in this basic block already. Increase the
170 // Add a new kill entry for this basic block. If this virtual register is
171 // already marked as alive in this basic block, that means it is alive in at
556 // of the uses. They will be handled in other basic blocks.
608 // bottom of this basic block. We check all of our successor blocks to see
639 // available at the end of the basic block
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties 82 # error reading length constraint from basic constraint extension
84 CertPathReviewer.processLengthConstError.text = Path length checking failed: there was an error processing the basic constraint extension of the certificate.
86 CertPathReviewer.processLengthConstError.details = Path length checking failed: there was an error processing the basic constraint extension of the certificate.
225 # cert laks basic constraints
226 CertPathReviewer.noBasicConstraints.title = Certificate has no basic constraints
227 CertPathReviewer.noBasicConstraints.text = Intermediate certificate has no basic constraints.
228 CertPathReviewer.noBasicConstraints.summary = Intermediate certificate has no basic constraints.
229 CertPathReviewer.noBasicConstraints.details = Intermediate certificate has no basic constraints.
231 # error processing basic constraints
232 CertPathReviewer.errorProcesingBC.title = Error processing the basic constraints extensio
    [all...]
  /external/chromium_org/net/http/
http_auth_controller.cc 107 // Basic Start: 0
108 // Basic Reject: 1
125 // Basic Proxy: 0
126 // Basic Secure Proxy: 1
127 // Basic Server: 2
128 // Basic Secure Server: 3
  /external/chromium_org/sync/engine/
get_updates_processor_unittest.cc 105 // Basic test to make sure nudges are expressed properly in the request.
129 // We perform some basic tests of GU trigger and source fields here. The
144 // Basic test to ensure invalidation payloads are expressed in the request.
177 // We perform some basic tests of GU trigger and source fields here. The
190 // Basic test to ensure initial sync requests are expressed in the request.
217 // We perform some basic tests of GU trigger and source fields here. The
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 345 Hashtable basic(status);
351 basic.setValueDeleter(uprv_deleteUObject);
355 getEquivalents2(&basic, USeg, segLen, status);
363 //Iterator it = basic.iterator();
364 ne = basic.nextElement(el);
395 ne = basic.nextElement(el);
  /external/icu/icu4c/source/common/
caniter.cpp 345 Hashtable basic(status);
351 basic.setValueDeleter(uprv_deleteUObject);
355 getEquivalents2(&basic, USeg, segLen, status);
363 //Iterator it = basic.iterator();
364 ne = basic.nextElement(el);
395 ne = basic.nextElement(el);
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 53 /// basic block must have their PHI nodes updated.
85 /// SimplifyInstructionsInBlock - Scan the specified basic block and try to
134 /// eliminates unreachable basic blocks, and does other "peephole" optimization
136 /// the basic block that was pointed to.
147 /// FoldBranchToCommonDest - If this basic block is ONLY a setcc and a branch,
275 /// Returns true if any basic block was removed.
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 93 BBExecutable.insert(BB); // Basic block is executable!
97 /// markEdgeExecutable - Mark a basic block as executable, adding it to the BB
204 /// basic block to the 'To' basic block is currently feasible...
314 // Process the basic block work list.
321 // Notify all instructions in this basic block that they are newly
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
mpc.info 410 * Basic Arithmetic::
721 File: mpc.info, Node: Projection & Decomposing, Next: Basic Arithmetic, Prev: Complex Comparison, Up: Complex Functions
752 File: mpc.info, Node: Basic Arithmetic, Next: Power Functions and Logarithm, Prev: Projection & Decomposing, Up: Complex Functions
754 5.7 Basic Arithmetic Functions
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 38 * {@code non-null;} index by basic block indexed set of basic blocks
247 * same basic block interfere with each other. This is needed since
  /external/antlr/antlr-3.4/runtime/Ruby/
History.txt 134 - test/functiona/template-output/template-output.rb serves as a basic
140 - finished basic implementation of a template output mode.
148 - test/functional/template-output/template-output.rb serves as a basic
  /external/bluetooth/bluedroid/bta/sys/
bta_sys.h 79 #define BTA_ID_BIC 13 /* Basic Imaging Client */
81 #define BTA_ID_BIS 15 /* Basic Imaging Server */
88 #define BTA_ID_BP 22 /* Basic Printing Client */
  /external/chromium_org/base/time/
time_win_unittest.cc 67 // Basic test algorithm:
140 // Test some basic assumptions that we expect about how timeGetDevCaps works.
159 // Test some basic assumptions that we expect about QPC.
  /external/chromium_org/chrome/browser/password_manager/
password_store_factory.cc 169 // (In all cases we fall back on the basic store in case of failure.)
178 } else if (store_type == "basic") {
215 LOG(WARNING) << "Using basic (unencrypted) store for password storage. "
  /external/chromium_org/chrome/browser/ui/panels/
panel_extension_browsertest.cc 137 LoadExtension(test_data_dir_.AppendASCII("basic"));
147 // Verify basic menu contents. The basic extension does not add any
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
InterfacesTest.java 39 * Basic implementation of {@link NamedObject}.
99 * Basic implementation of {@link Factory}.
157 * Basic implementation of {@link FactoryClient}.
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryTokenizerTest.cpp 25 TEST(MediaQueryTokenizerTest, Basic)
73 TEST(MediaQueryTokenizerBlockTest, Basic)
130 TEST(MediaQueryTokenizerCodepointsTest, Basic)
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.1.html 44 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=40864">Bug 40864</a> - [bisected pineview] oglc pxconv-gettex(basic.allCases) fails on pineview</li>
58 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45872">Bug 45872</a> - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview</li>
60 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45876">Bug 45876</a> - [PNV]oglc texenv(basic.allCases) regressed on pineview</li>
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-message.h 84 // The type of basic IO manipulators (endl, ends, and flush) for
149 // Since the basic IO manipulators are overloaded for both narrow
153 // endl or other basic IO manipulators to Message will confuse the
  /external/clang/lib/AST/
Mangle.cpp 21 #include "clang/Basic/ABI.h"
22 #include "clang/Basic/SourceManager.h"
23 #include "clang/Basic/TargetInfo.h"

Completed in 665 milliseconds

<<51525354555657585960>>