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

<<71727374757677787980>>

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 90 /// destination block for the given basic block, using the values for the
160 /// HandleCallsInBlockInlinedThroughInvoke - When we inline a basic block into
180 // basic block.
516 /// InlineFunction - This function inlines the called function into the basic
589 // Get an iterator to the last basic block in the function, which will have
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.h 31 * A basic ID, which contains source, target, and variant, but no
35 * A single ID, which is a basic ID plus optional filter and optional
54 * is, a basic ID optionally with a filter.
85 * that is, a basic ID optionally with a filter.
323 * object contains information about canonical and basic IDs.
  /external/chromium_org/third_party/libevent/test/
regress_rpc.c 184 fprintf(stdout, "Testing Basic RPC Support: ");
292 /* set up the basic message */
462 /* set up the basic message */
523 /* set up the basic message */
591 /* set up the basic message */
  /external/clang/tools/clang-format/
ClangFormat.cpp 16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/DiagnosticOptions.h"
18 #include "clang/Basic/FileManager.h"
19 #include "clang/Basic/SourceManager.h"
20 #include "clang/Basic/Version.h"
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/DiagnosticOptions.h"
18 #include "clang/Basic/FileManager.h"
19 #include "clang/Basic/LangOptions.h"
20 #include "clang/Basic/SourceManager.h"
  /external/icu/icu4c/source/i18n/
tridpars.h 31 * A basic ID, which contains source, target, and variant, but no
35 * A single ID, which is a basic ID plus optional filter and optional
54 * is, a basic ID optionally with a filter.
85 * that is, a basic ID optionally with a filter.
323 * object contains information about canonical and basic IDs.
  /external/lldb/source/Symbol/
TypeList.cpp 22 #include "clang/Basic/Builtins.h"
23 #include "clang/Basic/IdentifierTable.h"
24 #include "clang/Basic/LangOptions.h"
25 #include "clang/Basic/SourceManager.h"
26 #include "clang/Basic/TargetInfo.h"
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 195 // DeleteFunctionBody - "Remove" the function by deleting all of its basic
356 // Basic Block Extraction Code
359 /// ExtractMappedBlocksFromModule - Extract all but the specified basic blocks
372 outs() << "*** Basic Block extraction failed!\n";
409 outs() << "*** Basic Block extraction failed, please report a bug!\n";
  /frameworks/base/docs/html/tools/projects/
templates.jd 30 <p>The SDK tools provide templates for quickly creating Android application projects with the basic
48 <p>Application templates create basic Android application modules that you can immediately run and test
95 create a basic, minimal app as a starting point for your project.</p>
102 <li>Basic layout</li>
195 <li>Basic layout</li>
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 40 * An SSA representation of a basic block.
114 * Creates a new empty basic block.
135 * Creates a new SSA basic block from a ROP form basic block.
179 * Adds a basic block as a dom child for this block. Used when constructing
219 * Adds an insn to the head of this basic block, just after any phi
285 * Gets the number of phi insns at the top of this basic block.
566 * Adds a move instruction to the end of this basic block, just
874 * where the same basic block has the same register as a phi operand
1000 * Visitor interface for basic blocks
    [all...]
SsaMethod.java 41 /** basic blocks, indexed by block index */
128 * Builds a BitSet of block indices from a basic block list and a list
147 * Builds an IntList of block indices from a basic block list and a list
231 * Makes a new basic block for this method, which is empty besides
335 * @return {@code non-null;} basic block list. Do not modify.
345 * @return {@code >= 0;} number of reachable basic blocks
745 * Walks the basic block tree in depth-first order, calling the visitor
  /external/clang/test/Driver/
linux-header-search.cpp 11 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-SYSROOT %s
12 // CHECK-BASIC-LIBCXX-SYSROOT: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
13 // CHECK-BASIC-LIBCXX-SYSROOT: "-isysroot" "[[SYSROOT:[^"]+]]"
14 // CHECK-BASIC-LIBCXX-SYSROOT: "-internal-isystem" "[[SYSROOT]]/usr/include/c++/v1"
15 // CHECK-BASIC-LIBCXX-SYSROOT: "-internal-isystem" "[[SYSROOT]]/usr/local/include"
21 // RUN: | FileCheck --check-prefix=CHECK-BASIC-LIBCXX-INSTALL %s
22 // CHECK-BASIC-LIBCXX-INSTALL: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
23 // CHECK-BASIC-LIBCXX-INSTALL: "-isysroot" "[[SYSROOT:[^"]+]]"
24 // CHECK-BASIC-LIBCXX-INSTALL: "-internal-isystem" "[[SYSROOT]]/usr/bin/../include/c++/v1"
25 // CHECK-BASIC-LIBCXX-INSTALL: "-internal-isystem" "[[SYSROOT]]/usr/local/include
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 41 * An SSA representation of a basic block.
115 * Creates a new empty basic block.
136 * Creates a new SSA basic block from a ROP form basic block.
180 * Adds a basic block as a dom child for this block. Used when constructing
220 * Adds an insn to the head of this basic block, just after any phi
286 * Gets the number of phi insns at the top of this basic block.
567 * Adds a move instruction to the end of this basic block, just
875 * where the same basic block has the same register as a phi operand
1001 * Visitor interface for basic blocks
    [all...]
SsaMethod.java 42 /** basic blocks, indexed by block index */
129 * Builds a BitSet of block indices from a basic block list and a list
148 * Builds an IntList of block indices from a basic block list and a list
232 * Makes a new basic block for this method, which is empty besides
336 * @return {@code non-null;} basic block list. Do not modify.
346 * @return {@code >= 0;} number of reachable basic blocks
746 * Walks the basic block tree in depth-first order, calling the visitor
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 54 // Basic reference counting.
118 /// current basic block. When a LiveReg is used to represent a live-out
119 /// register, this value is relative to the end of the basic block, so it
148 /// The first instruction in each basic block is 0.
262 assert(LiveRegs && "Must enter basic block first.");
274 assert(LiveRegs && "Must enter basic block first.");
285 assert(LiveRegs && "Must enter basic block first.");
299 // Set up basic collapsed DomainValue.
351 // Reset instruction counter in each basic block.
427 assert(LiveRegs && "Must enter basic block first.")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-gcov.1 171 basic performance statistics, such as:
236 Write individual execution counts for every basic block. Normally gcov
420 is what you see when you use the basic \fBgcov\fR facility:
493 In this mode, each basic block is only shown on one line \*(-- the last
504 As you can see, line 13 contains a basic block that was not executed.
555 For each basic block, a line is printed after the last line of the basic
556 block describing the branch or call that ends the basic block. There can
558 are multiple basic blocks that end on that line. In this case, the
587 the file doesn't match the executable (differing number of basic bloc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gprof.info 241 listing of the basic-block execution counts. Unfortunately, the
242 appearance of a human-readable `bb.out' means the basic-block counts
330 If the profile data file contains basic-block count records,
331 specifying the `-l' option, along with `-C', will cause basic-block
338 histogram, call graph, and basic-block count records is displayed.
459 only the lines at the beginning of a basic-block are annotated.
460 If this option is specified, every line in a basic-block is
523 If the program was compiled with basic-block counting enabled,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def 257 /* How deep from a given basic block the dominator tree should be searched
368 "A basic block profile count is considered hot if it contributes to "
373 "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot",
378 "Select fraction of the maximal frequency of executions of basic block in function given basic block get alignment",
438 /* The maximum number expansion factor when copying basic blocks. */
441 "The maximum expansion factor when copying basic blocks",
818 /* Maximal number of basic blocks in the functions analyzed by Graphite. */
822 "maximum number of basic blocks per function to be analyzed by Graphite"
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 40 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *)
640 (** [label_type c] creates a type of a basic block in the context [c]. See
664 the symbol name. For instructions and basic blocks, it is the SSA register
    [all...]
  /dalvik/docs/
porting-guide.html 19 Basic familiarity with the Android platform, source code structure, and
71 all of the basic JNI types). The code may use the method signature
132 or simply continue on to additional code outside the basic space. Some of
172 You now have the basic framework in place. Whenever you make a change, you
259 with the basic set defined by the portable interpreter.
325 The basic invocation is:
339 that you are testing the basic form of the instruction, add the
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
datarate_test.cc 130 // Check basic datarate targeting, for a single bitrate, but loop over the
403 // Check basic rate targeting,
427 // Check basic rate targeting,
500 // Check basic rate targeting for 2 temporal layers.
537 // Check basic rate targeting for 3 temporal layers.
580 // Check basic rate targeting for 3 temporal layers, with frame dropping.
625 // Check basic datarate targeting, for a single bitrate, when denoiser is on.
  /external/chromium_org/tools/gn/
target_unittest.cc 281 // Basic target with no prefix (executable type tool in the TestWithScope has
283 Target basic(setup.settings(), Label(SourceDir("//foo/"), "bar"));
284 basic.set_output_type(Target::EXECUTABLE);
285 basic.SetToolchain(setup.toolchain());
286 ASSERT_TRUE(basic.OnResolved(&err));
287 EXPECT_EQ("bar", basic.GetComputedOutputName(false));
288 EXPECT_EQ("bar", basic.GetComputedOutputName(true));
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 408 tcu::TestCaseGroup* singleBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_type", "Single basic variable in single buffer");
445 tcu::TestCaseGroup* singleBasicArrayGroup = new tcu::TestCaseGroup(m_testCtx, "single_basic_array", "Single basic array variable in single buffer");
608 tcu::TestCaseGroup* instanceArrayBasicTypeGroup = new tcu::TestCaseGroup(m_testCtx, "instance_array_basic_type", "Single basic variable in instance array");
639 tcu::TestCaseGroup* multiBasicTypesGroup = new tcu::TestCaseGroup(m_testCtx, "multi_basic_types", "Multiple buffers with basic types");
713 // Basic types.
716 createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allShaders|allLayouts|unused|allBasicTypes|matFlags, 25, 50);
719 createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays, per-block buffers", UniformBlockCase::BUFFERMODE_PER_BLOCK, allShaders|allLayouts|unused|allBasicTypes|matFlags|FEATURE_INSTANCE_ARRAYS, 25, 75);
  /external/llvm/include/llvm/IR/
Instruction.h 58 /// removeFromParent - This method unlinks 'this' from the containing basic
63 /// eraseFromParent - This method unlinks 'this' from the containing basic
68 /// insertBefore - Insert an unlinked instructions into a basic block
72 /// insertAfter - Insert an unlinked instructions into a basic block
76 /// moveBefore - Unlink this instruction from its current basic block and
77 /// insert it into the basic block that MovePos lives in, right before
398 enum TermOps { // These terminate basic blocks
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 12 // the limitations of the basic-block-at-a-time approach.
26 // be live-out of the basic block. Otherwise the constant would be just
27 // duplicated and each basic block would have its own copy in the SelectionDAG.
239 // Collect all basic blocks.
437 /// handling for duplicate values form the same incomming basic block is
443 // Check if any previous operand of the PHI node has the same incoming basic
444 // block. This is a very odd case that happens when the incoming basic block

Completed in 554 milliseconds

<<71727374757677787980>>