/external/llvm/test/Transforms/InstCombine/ |
2003-06-05-BranchInvertInfLoop.ll | 1 ; This testcase causes an infinite loop in the instruction combiner,
|
2004-03-13-InstCombineInfLoop.ll | 1 ; This testcase caused the combiner to go into an infinite loop, moving the
|
2011-02-14-InfLoop.ll | 1 ; This testcase causes an infinite loop in the instruction combiner,
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/ |
SubjectDomainCombinerTest.java | 53 SubjectDomainCombiner combiner = new SubjectDomainCombiner(subject); local 55 assertSame("Subject", subject, combiner.getSubject()); 81 SubjectDomainCombiner combiner = new SubjectDomainCombiner(subject); local 86 assertNull(combiner.combine(null, null)); 105 pd = combiner.combine(new ProtectionDomain[] { domain }, null); 116 pd = combiner.combine(null, new ProtectionDomain[] { domain });
|
/external/llvm/test/CodeGen/X86/ |
combiner-aa-0.ll | 1 ; RUN: llc < %s -march=x86-64 -combiner-global-alias-analysis -combiner-alias-analysis
|
combiner-aa-1.ll | 1 ; RUN: llc < %s --combiner-alias-analysis --combiner-global-alias-analysis
|
and-or-fold.ll | 4 ; The dag combiner should fold together (x&127)|(y&16711680) -> (x|y)&c1
|
2010-09-17-SideEffectsInChain.ll | 1 ; RUN: llc < %s -combiner-alias-analysis -march=x86-64 -mcpu=core2 | FileCheck %s
|
narrow-shl-load.ll | 67 ; DAG Combiner can't fold this into a load of the 1'th byte.
|
/libcore/luni/src/test/java/libcore/java/security/ |
AccessControllerTest.java | 40 throw new AssertionFailedError("Expected combiner to be unused"); 55 // Calling doPrivileged again would have exercised the combiner
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
CombinerHeightMap.java | 213 * <code>setMode</code> sets the mode of the combiner. This may either
215 * @param mode the mode of the combiner.
227 * two other heightmaps. The conditions of the combiner determine the
264 logger.info("Created heightmap using Combiner");
|
/libcore/luni/src/main/java/java/security/ |
AccessControlContext.java | 39 public AccessControlContext(AccessControlContext acc, DomainCombiner combiner) {
|
/libcore/luni/src/main/java/javax/security/auth/ |
Subject.java | 177 final SubjectDomainCombiner combiner; local 181 combiner = null; 183 combiner = new SubjectDomainCombiner(subject); 188 return new AccessControlContext(context, combiner); 251 final SubjectDomainCombiner combiner; local 255 combiner = null; 257 combiner = new SubjectDomainCombiner(subject); 262 return new AccessControlContext(context, combiner); 477 DomainCombiner combiner = AccessController.doPrivileged(action); local 479 if ((combiner == null) || !(combiner instanceof SubjectDomainCombiner)) [all...] |
/external/llvm/lib/Target/MSP430/ |
README.txt | 22 3. Implement multiplication / division by constant (dag combiner hook?).
|
/external/llvm/test/CodeGen/MSP430/ |
Inst16mm.ll | 1 ; RUN: llc -march=msp430 -combiner-alias-analysis < %s | FileCheck %s
|
/external/llvm/test/CodeGen/ARM/ |
vector-DAGCombine.ll | 19 ; Check that the DAG combiner does not arbitrarily modify BUILD_VECTORs 126 ; The following test was hitting an assertion in the DAG combiner when
|
/external/llvm/lib/Target/X86/ |
README-FPStack.txt | 49 Add a target specific hook to DAG combiner to handle SINT_TO_FP and
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 219 DEFTIMEVAR (TV_COMBINE , "combiner")
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 219 DEFTIMEVAR (TV_COMBINE , "combiner")
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 219 DEFTIMEVAR (TV_COMBINE , "combiner")
|
/external/llvm/test/CodeGen/Generic/ |
2006-03-01-dagcombineinfloop.ll | 2 ; Infinite loop in the dag combiner, reduced from 176.gcc.
|
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/ |
SubjectTest.java | 377 // null subject: check combiner (must be null) 381 assertNull("Combiner for null subject", context.getDomainCombiner()); 401 // null subject: check combiner (must be null) 405 assertNull("Combiner for null subject", context.getDomainCombiner()); 427 // null subject: check combiner (must be null) 431 assertNull("Combiner for null subject", context.getDomainCombiner()); 452 // null subject: check combiner (must be null) 456 assertNull("Combiner for null subject", context.getDomainCombiner()); [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 730 /// getShouldFoldAtomicFences - return whether the combiner should fold [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombine.h | 255 // value, then return I, so that the inst combiner will know that I was
|
/external/mesa3d/src/mesa/main/ |
mtypes.h | [all...] |