Searched refs:eliminate (Results 1 – 25 of 167) sorted by relevance
1234567
/external/llvm/test/CodeGen/X86/ |
D | promote-assert-zext.ll | 7 ; ISel doesn't yet know how to eliminate this extra zero-extend. But until 8 ; it knows how to do so safely, it shouldn;t eliminate it.
|
D | subreg-to-reg-3.ll | 5 ; Don't eliminate or coalesce away the explicit zero-extension!
|
D | subreg-to-reg-0.ll | 3 ; Do eliminate the zero-extension instruction and rely on
|
D | live-out-reg-info.ll | 3 ; Make sure dagcombine doesn't eliminate the comparison due
|
D | subreg-to-reg-1.ll | 6 ; Don't eliminate or coalesce away the explicit zero-extension!
|
D | peep-test-2.ll | 5 ; It's tempting to eliminate the testl instruction here and just use the
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | no-targetdata.ll | 8 ; We would not eliminate the first memcpy with data layout, and we should not 9 ; eliminate it without data layout.
|
/external/llvm/test/Transforms/Reassociate/ |
D | subtest.ll | 3 ; With sub reassociation, constant folding can eliminate the 12 and -12 constants. 15 ; With sub reassociation, constant folding can eliminate the uses of %a.
|
D | 2002-05-15-SubReassociate.ll | 3 ; With sub reassociation, constant folding can eliminate all of the constants. 16 ; With sub reassociation, constant folding can eliminate the two 12 constants.
|
D | fast-SubReassociate.ll | 18 ; With sub reassociation, constant folding can eliminate all of the constants. 49 ; With sub reassociation, constant folding can eliminate the two 12 constants.
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | naked_functions.ll | 3 ; Don't eliminate dead arugments from naked functions. 12 ; Don't eliminate dead varargs from naked functions.
|
/external/llvm/docs/ |
D | ExtendedIntegerResults.txt | 19 mid-level optimizers to be able to process this (e.g. eliminate redundant 38 An optimization example is that we should be able to eliminate the explicit 81 here, and even if it did, it could not eliminate the sext. 4) the code 112 about and eliminate these extensions. 122 easily eliminate the extensions etc with existing functionality.
|
/external/llvm/test/Transforms/ObjCARC/ |
D | gvn.ll | 9 ; 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
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | preserve-signed-wrap.ll | 3 ; Indvars should insert a 64-bit induction variable to eliminate the 4 ; sext for the addressing, however it shouldn't eliminate the sext
|
D | eliminate-max.ll | 4 ; Indvars should be able to do range analysis and eliminate icmps. 7 ; cannot eliminate, because it requires analyzing more than just the
|
D | lftr_simple.ll | 1 ; LFTR should eliminate the need for the computation of i*i completely. It
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | 2008-08-14-ShadowIV.ll | 29 ; Unable to eliminate cast because the mantissa bits for double are not enough 54 ; Unable to eliminate cast due to potentional overflow. 75 ; Unable to eliminate cast due to overflow.
|
/external/llvm/test/CodeGen/XCore/ |
D | 2009-01-08-Crash.ll | 5 ;; unable to eliminate.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-icmp-opt.ll | 4 ; Optimize (cmp (add / sub), 0): eliminate the subs used to update flag
|
/external/llvm/test/CodeGen/Hexagon/ |
D | fusedandshift.ll | 3 ; Disable "extract" generation, since it may eliminate the and/lsr.
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | dont_reduce_bytes.ll | 17 ;; cannot eliminate indvar
|
/external/llvm/test/Analysis/GlobalsModRef/ |
D | weak-interposition.ll | 5 ; @hook_me is weak, so GMR must not eliminate the reload of @a in @f,
|
/external/autotest/client/tests/tbench/ |
D | control | 11 calls. The idea behind tbench is to eliminate smbd from the netbench
|
/external/llvm/test/Transforms/IPConstantProp/ |
D | user-with-multiple-uses.ll | 4 ; IPSCCP should propagate the 0 argument, eliminate the switch, and propagate
|
/external/llvm/test/CodeGen/PowerPC/ |
D | delete-node.ll | 5 ; DAGCombiner to be able to eliminate the dead node.
|
1234567