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

<<101102103104105106107108109110>>

  /external/eigen/test/
adjoint.cpp 83 // check basic compatibility of adjoint, transpose, conjugate
91 // check basic properties of dot, squaredNorm
  /external/freetype/include/
ftincrem.h 93 * A small structure used to contain the basic glyph metrics returned
214 * A function used to retrieve the basic metrics of a given glyph index
  /external/icu/icu4c/source/test/letest/
readme.html 17 letest is a test program that you can use to verify the basic
24 basic functionality is working correctly.<br>
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypedBlock.java 34 * Divides the method body into basic blocks.
140 * @param block the first basic block that this method initializes.
  /external/jpeg/
djpeg.1 27 Most of the "basic" switches can be abbreviated to as little as one letter.
36 The basic switches are:
  /external/libnl/include/netlink/
attr.h 27 * @name Basic Attribute Data Types
33 * Basic attribute data types
  /external/libunwind/tests/
Makefile.am 79 @echo "########## Basic performance of generic libunwind:"
81 @echo "########## Basic performance of local-only libunwind:"
  /external/lldb/include/lldb/Symbol/
ClangASTImporter.h 18 #include "clang/Basic/FileManager.h"
19 #include "clang/Basic/FileSystemOptions.h"
  /external/llvm/docs/
BlockFrequencyTerminology.rst 12 basic blocks. This document describes the terminology that the
84 If a function's basic block graph is a DAG, then block masses are valid block
  /external/llvm/docs/CommandGuide/
llc.rst 142 *basic*
144 Basic register allocator.
llvm-cov.rst 51 The basic content of an llvm-cov output file is a copy of the source file with
63 Display all basic blocks. If there are multiple blocks for a single line of
  /external/llvm/docs/tutorial/
LangImpl3.rst 163 Binary operators start to get more interesting. The basic idea here is
234 This wraps up our handling of the four basic expressions that we have so
238 our basic framework.
336 no basic blocks in it, which means it has no body. If it has no body, it
383 // Create a new basic block to start insertion into.
390 creates a new `basic block <http://en.wikipedia.org/wiki/Basic_block>`_
393 end of the new basic block. Basic blocks in LLVM are an important part
LangImpl5.rst 31 "what" we want. The basic idea is that we want to be able to write this
295 This code creates the basic blocks that are related to the if/then/else
337 important) aspect of the LLVM IR is that it `requires all basic blocks
344 The final line here is quite subtle, but is very important. The basic
409 Now that we know how to add basic control flow constructs to the
562 several expressions, and some basic blocks. Lets see how this fits
578 With this out of the way, the next step is to set up the LLVM basic
586 // Make the new basic block for the loop header, inserting after current
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 103 (* Make the new basic block for the loop header, inserting after current
206 (* Create a new basic block to start insertion into. *)
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 75 /// Given a basic block, look through its successors and if one exists for
115 // Since we allow duplicate edges from one basic block to another, we use
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 11 // information such as unused register at any point in a machine basic block.
79 /// basic block.
  /external/llvm/include/llvm/MC/
MCObjectDisassembler.h 54 /// created, containing MCBasicBlocks. All text atoms are split to form basic
134 /// single MCTextAtom will be split in multiple basic block atoms.
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 138 /// Start - Initialize anti-dep breaking for a new basic block.
157 /// Finish - Finish anti-dep breaking for a basic block.
UnreachableBlockElim.cpp 11 // job is to delete LLVM basic blocks that are not reachable from the entry
109 "Remove unreachable machine basic blocks", false, false)
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 221 /// ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic
224 const MachineBasicBlock *MBB; // Machine basic block.
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 92 // default AsmPrinter does not print labels for any basic block that
94 // for the case in which the basic block is reachable by a fall through but
HexagonSplitConst32AndConst64.cpp 78 // Loop over all of the basic blocks
82 // Traverse the basic block
  /external/llvm/test/CodeGen/AArch64/
analyze-branch.ll 3 ; This test checks that LLVM can do basic stripping and reapplying of branches
4 ; to basic blocks.
  /external/llvm/test/Transforms/InstCombine/
malloc-free-delete.ll 95 ;; When a basic block contains only a call to free and this block is accessed
98 ;; Using simplifycfg will remove the empty basic block and the branch operation
  /external/markdown/markdown/extensions/
codehilite.py 38 Basic Usage:
104 """ basic html escaping """

Completed in 645 milliseconds

<<101102103104105106107108109110>>