/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/Blackfin/ |
promote-setcc.ll | 3 ; The DAG combiner may sometimes create illegal i16 SETCC operations when run 13 ; Note: ctlz is promoted, so this test does not catch the DAG combiner
|
/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/llvm/test/CodeGen/PowerPC/ |
2006-10-11-combiner-aa-regression.ll | 1 ; RUN: llc < %s -march=ppc32 -combiner-alias-analysis | grep f5
|
/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/collada/include/1.4/dom/ |
domGles_texture_pipeline.h | 23 * operations using glTexEnv in regular and combiner mode. 37 * Defines a texture_pipeline command. This is a combiner-mode texturing operation.
|
domGles_texcombiner_commandRGB_type.h | 20 * Defines the RGB portion of a texture_pipeline command. This is a combiner-mode
|
/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/Blackfin/ |
README.txt | 95 * DAG combiner 97 The DAG combiner may someimes produce illegal i16 SETCC instructions.
|
/external/llvm/lib/Target/X86/ |
README-FPStack.txt | 49 Add a target specific hook to DAG combiner to handle SINT_TO_FP and
|
/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 | 731 /// getShouldFoldAtomicFences - return whether the combiner should fold [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombine.h | 251 // value, then return I, so that the inst combiner will know that I was
|