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

<<71727374757677787980>>

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h 74 /// Start - Initialize anti-dep breaking for a new basic block.
93 /// Finish - Finish anti-dep breaking for a basic block.
  /external/llvm/lib/IR/
Instruction.cpp 30 // If requested, insert this instruction into a basic block...
33 "Instruction to insert before is not in a basic block!");
48 // append this instruction into the basic block
49 assert(InsertAtEnd && "Basic block to append to may not be NULL!");
80 /// insertBefore - Insert an unlinked instructions into a basic block
86 /// insertAfter - Insert an unlinked instructions into a basic block
92 /// moveBefore - Unlink this instruction from its current basic block and
93 /// insert it into the basic block that MovePos lives in, right before
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 86 // The bit we are stealing from the pointer represents whether this basic
107 // Simplify instructions in the current basic block.
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 50 // Note that if there are multiple edges from a basic block to this PHI
89 // in the newly created basic block.
UnifyFunctionExitNodes.cpp 44 // new basic block. The singular exit node is returned.
87 // Otherwise, we need to insert a new basic block into the function, add a PHI
  /external/llvm/test/CodeGen/Thumb2/
v8_IT_4.ll 3 ; RUN: llc < %s -mtriple=thumbv8-eabi -float-abi=hard -regalloc=basic | FileCheck %s
4 ; RUN: llc < %s -mtriple=thumbv7-eabi -float-abi=hard -regalloc=basic -arm-restrict-it | FileCheck %s
  /external/llvm/test/CodeGen/X86/
2013-10-14-FastISel-incorrect-vreg.ll 5 ; only if the related instructions are in that same basic block, otherwise
6 ; we may reference variables that were not live across basic blocks
  /external/llvm/test/Transforms/BBVectorize/
simple-sel.ll 5 ; Basic depth-3 chain with select
31 ; Basic depth-3 chain with select (and vect. compare)
simple.ll 4 ; Basic depth-3 chain
28 ; Basic depth-3 chain (last pair permuted)
54 ; Basic depth-3 chain (last pair first splat)
79 ; Basic depth-3 chain (last pair second splat)
104 ; Basic depth-3 chain
126 ; Basic chain with shuffles
152 ; Basic depth-3 chain (flipped order)
176 ; Basic depth-3 chain (subclass data)
  /external/llvm/test/Transforms/SimplifyCFG/
switch-on-const-select.ll 3 ; Test basic folding to a conditional branch.
33 ; Test basic folding to an unconditional branch.
  /external/mesa3d/src/gallium/docs/source/
distro.rst 126 The OS module contains the abstractions for basic operating system services:
177 The TGSI auxiliary module provides basic utilities for manipulating TGSI
  /external/mesa3d/src/glsl/
loop_analysis.h 188 * is a basic loop induction variable.
191 * then \c var is a basic loop induction variable.
  /external/pdfium/core/src/fxcodec/libjpeg/
transupp.h 62 * basic transformation.
68 * The other transforms are defined as combinations of these basic transforms
  /external/ppp/pppd/include/net/
ppp_defs.h 46 * The basic PPP frame.
173 struct pppstat p; /* basic PPP statistics */
  /external/proguard/build/
build.xml 18 <target name = "all" depends = "basic,options"/>
19 <target name = "basic" depends = "proguard,proguardgui,retrace"/>
  /external/qemu/distrib/jpeg-6b/
transupp.h 62 * basic transformation.
68 * The other transforms are defined as combinations of these basic transforms
  /external/sfntly/cpp/src/test/
lock_test.cc 25 // Basic test to make sure that Acquire()/Unlock()/Try() don't crash
233 TEST(LockTest, Basic) {
  /external/srec/config/en.us/
baseline.par 31 # BIT 0 -> BASIC logging
34 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD
baseline11k.par 35 # BIT 0 -> BASIC logging
38 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD
baseline8k.par 36 # BIT 0 -> BASIC logging
39 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD
  /external/stlport/doc/
build_system.txt 4 This is a basic overview of the STLport build system. At the moment, I'm only familiar
12 There are three basic classes to consider while building:
  /external/tcpdump/
print-eap.c 176 /* in non-verbose mode just lets print the basic info */
305 * c-basic-offset: 4
print-geonet.c 36 Part 5: Transport Protocols; Sub-part 1: Basic Transport Protocol
249 * c-basic-offset: 8
print-vqp.c 134 /* in non-verbose mode just lets print the basic Message Type */
172 /* basic sanity check */
  /external/valgrind/main/docs/xml/
manual-intro.xml 70 <para><command>BBV</command> is an experimental SimPoint basic block
84 system, and to a lesser extent, the compiler and basic C libraries.

Completed in 692 milliseconds

<<71727374757677787980>>