HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 651 - 675 of 9848) sorted by null

<<21222324252627282930>>

  /external/v8/src/compiler/
schedule.h 26 // A basic block contains an ordered list of nodes and ends with a control
27 // node. Note that if a basic block has phis, then all phis must appear as the
77 // Nodes in the basic block.
155 BasicBlock* loop_header_; // Pointer to dominating loop header basic block,
176 // A schedule represents the result of assigning nodes to basic blocks
177 // and ordering them within basic blocks. Prior to computing a schedule,
265 BasicBlockVector all_blocks_; // All basic blocks in the schedule.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfg-flags.def 1 /* Flags on basic blocks and edges.
20 /* This file defines flags that may appear on basic blocks or on
33 NAME is the name of the basic block flag. A flag BB_#NAME will be
57 /* Set on basic blocks that the scheduler should not touch. This is used
110 that control flow falls through to the next basic block in the line. */
117 /* Edge out of a basic block that ends with a CALL_INSN with abnormal
129 to prevent merging away edges to the post-landing-pad basic block.
  /external/dng_sdk/source/
dng_preview.cpp 235 dng_basic_tag_set &basic,
241 basic,
387 dng_basic_tag_set &basic,
391 basic.SetTileOffset (0, (uint32) stream.Position ());
393 basic.SetTileByteCount (0, fCompressedData->LogicalSize ());
597 dng_basic_tag_set &basic,
603 basic,
659 dng_basic_tag_set &basic,
665 basic,
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 10 // This family of functions perform manipulations on basic blocks, and
11 // instructions contained within basic blocks.
193 /// SplitBlockPredecessors - This method introduces at least one new basic block
196 /// Preds array. The new block is given a suffix of 'Suffix'. Returns new basic
215 /// OrigBB, by introducing two new basic blocks into the function. One of those
216 /// new basic blocks gets the predecessors listed in Preds. The other basic
218 /// OrigBB is clone into both of the new basic blocks. The new blocks are given
244 /// in the old basic block, and everything after SplitBefore is moved to a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
tag_and_trait.hpp 89 * Signifies a basic invalidation guarantee that any iterator,
128 /// Basic sequence.
131 /// Basic string container, inclusive of strings, ropes, etc.
134 /// Basic associative-container.
137 /// Basic hash structure.
146 /// Basic branch structure.
149 /// Basic tree structure.
161 /// Basic trie structure.
170 /// Basic priority-queue.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
tag_and_trait.hpp 89 * Signifies a basic invalidation guarantee that any iterator,
128 /// Basic sequence.
131 /// Basic string container, inclusive of strings, ropes, etc.
134 /// Basic associative-container.
137 /// Basic hash structure.
146 /// Basic branch structure.
149 /// Basic tree structure.
161 /// Basic trie structure.
170 /// Basic priority-queue.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
tag_and_trait.hpp 89 * Signifies a basic invalidation guarantee that any iterator,
128 /// Basic sequence.
131 /// Basic string container, inclusive of strings, ropes, etc.
134 /// Basic associative-container.
137 /// Basic hash structure.
146 /// Basic branch structure.
149 /// Basic tree structure.
161 /// Basic trie structure.
170 /// Basic priority-queue.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
tag_and_trait.hpp 89 * Signifies a basic invalidation guarantee that any iterator,
128 /// Basic sequence.
131 /// Basic string container, inclusive of strings, ropes, etc.
134 /// Basic associative-container.
137 /// Basic hash structure.
146 /// Basic branch structure.
149 /// Basic tree structure.
161 /// Basic trie structure.
170 /// Basic priority-queue.
  /dalvik/dx/src/com/android/dx/ssa/
package-info.java 26 * implement basic optimization steps and register allocation so that a
44 * <li> A {@link SsaBasicBlock} instance represents a basic block, whose
45 * semantics are quite similar to basic blocks in
48 * literature. They must be the first N instructions in a basic block.
86 * split} and new basic blocks inserted as required to meet the constraints
SetFactory.java 31 * sets are kept per basic block until phi placement and tend to be,
48 * {@link SsaBasicBlock}. These are sets of SSA registers kept per basic
62 * @param szBlocks {@code >=0;} count of basic blocks in method
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py 45 - CommonTokenStream: A basic and most commonly used TokenStream
52 - tree.CommonTreeNodeStream: A basic and most commonly used tree.TreeNodeStream
63 - CommonToken: A basic and most commonly used Token implementation.
69 - tree.CommonTree: A basic and most commonly used Tree implementation.
74 - tree.CommonTreeAdaptor: A basic and most commonly used tree.TreeAdaptor
  /external/clang/include/clang/AST/
Attr.h 21 #include "clang/Basic/AttrKinds.h"
22 #include "clang/Basic/LLVM.h"
23 #include "clang/Basic/Sanitizers.h"
24 #include "clang/Basic/SourceLocation.h"
25 #include "clang/Basic/VersionTuple.h"
  /external/clang/lib/Basic/
Builtins.cpp 14 #include "clang/Basic/Builtins.h"
15 #include "clang/Basic/IdentifierTable.h"
16 #include "clang/Basic/LangOptions.h"
17 #include "clang/Basic/TargetInfo.h"
29 #include "clang/Basic/Builtins.def"
  /external/clang/unittests/Tooling/
RewriterTestContext.h 17 #include "clang/Basic/Diagnostic.h"
18 #include "clang/Basic/DiagnosticOptions.h"
19 #include "clang/Basic/FileManager.h"
20 #include "clang/Basic/LangOptions.h"
21 #include "clang/Basic/SourceManager.h"
  /external/dbus/cmake/test/
CMakeLists.txt 83 test/data/valid-config-files/basic.d
95 test/data/equiv-config-files/basic
96 test/data/equiv-config-files/basic/basic.d
98 test/data/equiv-config-files/entities/basic.d
  /external/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 11 // the liveness for each basic block in a function and attaches the register
38 STATISTIC(NumBBsVisited, "Number of basic blocks visited");
39 STATISTIC(NumBBsHaveNoStackmap, "Number of basic blocks with no stackmap");
43 /// \brief This pass calculates the liveness information for each basic block in
121 // For all basic blocks in the function.
  /external/llvm/test/Transforms/BBVectorize/X86/
simple-int.ll 9 ; Basic depth-3 chain with fma
23 ; Basic depth-3 chain with fmuladd
37 ; Basic depth-3 chain with cos
51 ; Basic depth-3 chain with powi
65 ; Basic depth-3 chain with powi (different powers: should not vectorize)
  /external/valgrind/lackey/docs/
lk-manual.xml 17 <para>Lackey is a simple Valgrind tool that does various kinds of basic
34 <varlistentry id="opt.basic-counts" xreflabel="--basic-counts">
36 <option><![CDATA[--basic-counts=<no|yes> [default: yes] ]]></option>
130 <option>--basic-counts=yes</option> is specified.</para>
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch 24 test/strings/basic.string/string.nonmembers/string_op!EQ | 1 +
25 test/strings/basic.string/string.nonmembers/string_operatorEQEQ | 1 +
26 test/strings/basic.string/string.nonmembers/string_opgtEQ | 1 +
27 test/strings/basic.string/string.nonmembers/string_opltEQ | 1 +
53 create mode 120000 test/strings/basic.string/string.nonmembers/string_op!EQ
54 create mode 120000 test/strings/basic.string/string.nonmembers/string_operatorEQEQ
55 create mode 120000 test/strings/basic.string/string.nonmembers/string_opgtEQ
56 create mode 120000 test/strings/basic.string/string.nonmembers/string_opltEQ
187 diff --git a/test/strings/basic.string/string.nonmembers/string_op!EQ b/test/strings/basic.string/string.nonmembers/string_op!E
    [all...]
  /toolchain/binutils/binutils-2.25/gprof/
TODO 35 + basic-block information currently replaces all symbols created from
41 + add support for execution time profiling at a basic-block level
46 + first basic-block of fac() seems to get credited to last basic-block
68 will use the new format for basic-block style profiling but
  /art/compiler/optimizing/
builder.cc 81 // 1) Create basic blocks and link them together. Basic blocks are left
99 // 4) Populate basic blocks with instructions.
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
README.md 2 Android ActionBarCompat-Basic Sample
5 This sample shows you how to use ActionBarCompat to create a basic Activity
60 https://github.com/googlesamples/android-ActionBarCompat-Basic
  /developers/samples/android/renderScript/BasicRenderScript/
template-params.xml 38 This sample demonstrates using RenderScript to perform basic image manipulation. Specifically, it allows users
66 This sample demonstrates using RenderScript to perform basic image manipulation. Specifically, it allows users
83 This sample demonstrates the fundamentals of writing a RenderScript compute kernel, and using it to perform basic image
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/
README.md 2 Android ActionBarCompat-Basic Sample
5 This sample shows you how to use ActionBarCompat to create a basic Activity
60 https://github.com/googlesamples/android-ActionBarCompat-Basic
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/
template-params.xml 29 This sample shows the basic usage of the new \"Document Centric Apps\" API.
57 Sample demonstrating the basic usage of the new 'Document Centric Apps' API.
64 This sample shows the basic usage of the new Document-Centric Apps API. The new

Completed in 1569 milliseconds

<<21222324252627282930>>