/external/llvm/include/llvm/Analysis/ |
SparsePropagation.h | 11 // modeled after SCCP, but with a customizable lattice function. 38 /// to specify what the lattice values are and how they handle merges etc. 39 /// This gives the client the power to compute lattice values from instructions, 40 /// constants, etc. The requirement is that lattice values must all fit into 69 /// ComputeConstant - Given a constant value, compute and return a lattice 81 /// GetConstant - If the specified lattice value is representable as an LLVM 89 /// lattice value corresponding to the specified argument. 94 /// MergeValues - Compute and return the merge of the two specified lattice 95 /// values. Merging should only move one direction down the lattice to 107 /// PrintValue - Render the specified lattice value to the specified stream [all...] |
AliasSetTracker.h | 123 /// both. The lattice goes from "NoModRef" to either Refs or Mods, then to 133 /// Lattice goes from MustAlias to MayAlias.
|
/external/skia/samplecode/ |
SampleTextEffects.cpp | 155 SkMatrix lattice; local 156 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0); 157 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); 158 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref(); 165 SkMatrix lattice; local 166 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0); 167 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); 168 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref(); 231 SkMatrix lattice; local 232 lattice.setScale(SK_Scalar1, SK_Scalar1*6, 0, 0) [all...] |
ClockFaceView.cpp | 133 SkMatrix lattice; local 135 lattice.setScale(rad*2, rad*2, 0, 0); 136 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); 137 return new Dot2DPathEffect(rad, lattice, pts);
|
SampleAll.cpp | 188 SkMatrix lattice; local 189 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0); 190 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); 191 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref(); 198 SkMatrix lattice; local 199 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0); 200 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); 201 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref(); 261 SkMatrix lattice; local 262 lattice.setScale(SK_Scalar1, SK_Scalar1*6, 0, 0) [all...] |
SampleSlides.cpp | 575 SkMatrix lattice; local 576 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0); 577 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); 578 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref(); 586 SkMatrix lattice; local 587 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0); 588 lattice.postSkew(SK_Scalar1/3, 0, 0, 0); 589 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref(); 659 SkMatrix lattice; local 660 lattice.setScale(SK_Scalar1, SK_Scalar1*6, 0, 0) [all...] |
/external/llvm/test/CodeGen/X86/ |
2008-02-27-DeadSlotElimBug.ll | 4 %struct.Lattice = type { %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, %struct.Position, i32, i32, i32 } 7 define fastcc %struct.CompAtom* @_ZNK7Lattice6createEP8CompAtomii(%struct.Lattice* %this, %struct.CompAtom* %d, i32 %n, i32 %i) { 36 %tmp15.i49 = getelementptr %struct.Lattice* %this, i32 0, i32 0, i32 0 ; <double*> [#uses=1]
|
/dalvik/dx/src/com/android/dx/ssa/ |
SCCP.java | 41 /** Lattice values */ 49 /** Lattice values for each SSA register */ 112 * @param latticeValue new lattice value for @param reg. 127 * Sets a lattice value for a register to value. 129 * @param value Lattice value 131 * @return true if the lattice value changed. 152 * Simulates a PHI node and set the lattice for the result 200 * Simulate a block and note the results in the lattice. 214 * Simulate the phis in a block and note the results in the lattice. 467 * Simulates a statement and set the result lattice value [all...] |
EscapeAnalysis.java | 73 * @param escState the lattice value to initially set this to 86 * Lattice values used to indicate escape state for an object. Analysis can 104 /** Lattice values for each object register group */ 119 * Finds the index in the lattice for a particular register. 120 * Returns the size of the lattice if the register wasn't found. 123 * @return index of the register or size of the lattice if it wasn't found. 163 * Creates a link in the lattice between two EscapeSets due to a put 182 * Merges all links in the lattice among two EscapeSets. On return, the 313 // Add the newly created escSet to the lattice and return it 478 // Iterate through lattice, looking for non-escaping replaceable array [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SCCP.java | 41 /** Lattice values */ 49 /** Lattice values for each SSA register */ 112 * @param latticeValue new lattice value for @param reg. 127 * Sets a lattice value for a register to value. 129 * @param value Lattice value 131 * @return true if the lattice value changed. 152 * Simulates a PHI node and set the lattice for the result 200 * Simulate a block and note the results in the lattice. 214 * Simulate the phis in a block and note the results in the lattice. 467 * Simulates a statement and set the result lattice value [all...] |
EscapeAnalysis.java | 73 * @param escState the lattice value to initially set this to 86 * Lattice values used to indicate escape state for an object. Analysis can 104 /** Lattice values for each object register group */ 119 * Finds the index in the lattice for a particular register. 120 * Returns the size of the lattice if the register wasn't found. 123 * @return index of the register or size of the lattice if it wasn't found. 163 * Creates a link in the lattice between two EscapeSets due to a put 182 * Merges all links in the lattice among two EscapeSets. On return, the 313 // Add the newly created escSet to the lattice and return it 478 // Iterate through lattice, looking for non-escaping replaceable array [all...] |
/external/srec/srec/crec/ |
srec_initialize.c | 55 int max_word_tokens; controls the maximum number of word tokens kept in the word lattice. 56 if number exceeded, the word lattice is pruned more tightly (less word 61 int num_wordends_per_frame; controls the size of the word lattice - the number of word ends to
|
word_lattice.c | 531 /* sort the word lattice at this frame, todo: remove rec argument */ 586 /* this frees a word token, it may still have references in the lattice though */ 663 /* remove from word lattice */
|
/external/srec/srec/include/ |
hmm_type.h | 46 typedef int latdata; /* for lattice identifiers */
|
/external/llvm/lib/Analysis/ |
SparsePropagation.cpp | 11 // modeled after SCCP, but with a customizable lattice function. 30 /// PrintValue - Render the specified lattice value to the specified stream. 39 OS << "unknown lattice value"; 163 // TODO: Could ask the lattice function if the value can throw. 230 // The lattice function may store more information on a PHINode than could be
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/ |
Atari.patches | 74 #ifdef ATARI && LATTICE res. TURBO braces. 79 - flex.lnk: Lattice - GST linker argument extension file 97 Minix ST (ACK) Lattice (TOS) Turbo (TOS) 470 X! #ifndef ATARI && LATTICE 586 X# examples for a Lattice Compiler with GST assembler and TURBO C with 610 X# Lattice definitions 822 X #ifdef ATARI && LATTICE res. TURBO braces. 827 X - flex.lnk: Lattice - GST linker argument extension file 845 X Minix ST (ACK) Lattice (TOS) Turbo (TOS)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 133 /* All formal parameters in the program have a lattice associated with it 135 There are three main values of the lattice: 162 /* IPA-CP lattice. */
|
tree-ssa-sccvn.h | 28 /* TOP of the VN lattice. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 133 /* All formal parameters in the program have a lattice associated with it 135 There are three main values of the lattice: 162 /* IPA-CP lattice. */
|
tree-ssa-sccvn.h | 28 /* TOP of the VN lattice. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 133 /* All formal parameters in the program have a lattice associated with it 135 There are three main values of the lattice: 162 /* IPA-CP lattice. */
|
tree-ssa-sccvn.h | 28 /* TOP of the VN lattice. */
|
/external/valgrind/main/helgrind/ |
README_MSMProp2.txt | 57 where JOIN is the lattice-theoretic "max" or "least upper bound"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-ssa-sccvn.h | 24 /* TOP of the VN lattice. */
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.c | 70 IBM PC / XT / AT Lattice C IEEE 64 bit, 80 bit temporaries 115 2131.50 IBM PC/AT 6 Mhz, Lattice C version 2.14, small model. 116 This version of Lattice compiles subroutine
|