Home
last modified time | relevance | path

Searched refs:redundant (Results 1 – 25 of 158) sorted by relevance

1234567

/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dicmpa.ll27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1.
48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
Dbr1.ll23 ; FIXME: This instruction is redundant.
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dsdiv.ll35 ; FIXME: The sll/sra instructions are redundant since div is signed.
41 ; FIXME: The sll/sra instructions are redundant since div is signed.
56 ; FIXME: The sll/sra instructions are redundant since div is signed.
63 ; FIXME: This instruction is redundant.
68 ; FIXME: This instruction is redundant.
82 ; FIXME: The sll/sra instructions are redundant since div is signed.
89 ; FIXME: This is instruction is redundant since div is signed.
94 ; FIXME: This is instruction is redundant since div is signed.
Dashr.ll55 ; FIXME: The andi instruction is redundant.
67 ; FIXME: The andi instruction is redundant.
134 ; FIXME: The sll instruction below is redundant.
/external/clang/test/SemaObjC/
Dcocoa-api-usage.m80 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
81 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
82 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
83 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
Dcocoa-api-usage.m.fixed80 NSString *str = M(@"foo"); // expected-warning {{redundant}}
81 str = @"foo"; // expected-warning {{redundant}}
82 NSArray *arr = @[str]; // expected-warning {{redundant}}
83 NSDictionary *dict = @{str: arr}; // expected-warning {{redundant}}
/external/clang/test/ARCMT/
Dobjcmt-instancetype.m107 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
108 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
109 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
110 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
Dobjcmt-instancetype.m.result107 NSString *str = M([NSString stringWithString:@"foo"]); // expected-warning {{redundant}}
108 str = [[NSString alloc] initWithString:@"foo"]; // expected-warning {{redundant}}
109 NSArray *arr = [NSArray arrayWithArray:@[str]]; // expected-warning {{redundant}}
110 …nary *dict = [NSDictionary dictionaryWithDictionary:@{str: arr}]; // expected-warning {{redundant}}
/external/llvm/test/Transforms/ObjCARC/
Dgvn.ll9 ; GVN should be able to eliminate this redundant load, with ARC-specific
26 ; GVN should not be able to eliminate this redundant load, with ARC-specific
Drle-s2l.ll10 ; Basic redundant @objc_loadWeak elimination.
38 ; Basic redundant @objc_loadWeakRetained elimination.
55 ; Basic redundant @objc_loadWeakRetained elimination, this time
73 ; A regular call blocks redundant weak load elimination.
/external/llvm/test/CodeGen/X86/
Dhoist-common.ll4 ; to there being a redundant xorl in the entry block
6 ; However, now that MachineSink sinks the redundant xor
Dcse-add-with-overflow.ll3 ; rdar:15661073 simple example of redundant adds
/external/llvm/test/Transforms/InstCombine/
DOverlappingInsertvalues.ll4 ; Check that we can find and remove redundant insertvalues
13 ; Check that we can find and remove redundant nodes in insertvalues chain
/external/llvm/test/Transforms/GVN/
Dnon-local-offset.ll6 ; fully redundant.
30 ; fully redundant. However, the second load is larger, so it's not a simple
Dload-pre-nonlocal.ll11 ; Check that GVN doesn't determine %2 is partially redundant.
53 ; %1 is partially redundant if %0 can be widened to a 64-bit load.
Dphi-translate-partial-alias.ll6 ; not actually redundant around the loop backedge, despite appearances
/external/llvm/test/MC/Disassembler/X86/
Dprefixes.txt51 # Test that multiple redundant prefixes work (redundant, but valid x86).
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/
Dgvn-nonlocal-type-mismatch.ll6 ; fully redundant.
29 ; fully redundant. However, the second load uses a different type. Theoretically
/external/bison/m4/
Dstdio_h.m427 dnl or GNULIB_NONBLOCKING redundant.
52 dnl GNULIB_SIGPIPE redundant.
64 dnl or GNULIB_NONBLOCKING redundant.
/external/llvm/test/Transforms/GlobalOpt/
Dcompiler-used.ll3 ; Test that when all members of llvm.compiler.used are found to be redundant
/external/llvm/test/Analysis/BasicAA/
Dinvariant_load.ll4 ; two loads. With "invariant.load" metadata, the second load is redundant.
/external/clang/test/Modules/
Ddecldef.m28 B b; // Note: redundant error silenced
/external/llvm/test/MC/ARM/
Dmulti-section-mapping.s19 @ Changing back to .text should not emit a redundant $a
/external/libexif/
Dlibexif.spec16 intended to replace lots of redundant implementations in command-line
/external/llvm/test/CodeGen/Mips/
D2013-11-18-fp64-const0.ll18 ; FIXME: A redundant mthc1 is currently emitted. Add a -NOT when it is

1234567