HomeSort by relevance Sort by last modified time
    Searched full:eliminated (Results 76 - 100 of 1113) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/Transforms/SimplifyCFG/
PhiEliminate.ll 3 ; nodes away allows the branches to be eliminated, performing a simple form of
2008-01-02-hoist-fp-add.ll 1 ; The phi should not be eliminated in this case, because the divide op could trap.
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
negative-stride-fptosi-user.ll 3 ; LSR previously eliminated the sitofp by introducing an induction
  /external/swiftshader/third_party/LLVM/test/Transforms/ConstProp/
basictest.ll 4 ; should be eliminated.
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
2008-04-22-ByValBitcast.ll 1 ;; The bitcast cannot be eliminated because byval arguments need
apint-add1.ll 1 ; This test makes sure that add instructions are properly eliminated.
apint-or1.ll 1 ; This test makes sure that or instructions are properly eliminated.
apint-or2.ll 1 ; This test makes sure that or instructions are properly eliminated.
apint-select.ll 1 ; This test makes sure that these instructions are properly eliminated.
  /external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
PhiEliminate.ll 3 ; nodes away allows the branches to be eliminated, performing a simple form of
  /platform_testing/docs/development/
index.md 20 and post-processing per test is eliminated, and generic test harnesses can be
  /external/swiftshader/third_party/subzero/docs/
LOWERING.rst 151 call instruction, such that if its linked instruction is dead-code eliminated,
152 the ``InstFakeKill`` instruction is eliminated as well. The linked ``call``
179 ends up being dead-code eliminated, the ``InstFakeDef`` instruction may be
180 eliminated as well.
186 elimination. However, some instructions must not be eliminated in order to
193 the ``InstFakeUse`` instruction has no ``Dest``, it will not be eliminated.
206 eliminated if its result were unused.
209 instruction to be dead-code eliminated only when none of its results is live.
235 eliminated. The solution is to add an ``InstFakeUse`` as well.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck_test.go 17 // nil checks, none of which can be eliminated.
96 t.Errorf("secondCheck was not eliminated")
133 t.Errorf("secondCheck was not eliminated")
166 t.Errorf("checkPtr was not eliminated")
200 t.Errorf("checkPtr was not eliminated")
244 t.Errorf("checkPtr was not eliminated")
286 t.Errorf("secondCheck was not eliminated")
383 t.Errorf("secondCheck was not eliminated")
432 t.Errorf("secondCheck was eliminated, but shouldn't have")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck_test.go 17 // nil checks, none of which can be eliminated.
96 t.Errorf("secondCheck was not eliminated")
133 t.Errorf("secondCheck was not eliminated")
166 t.Errorf("checkPtr was not eliminated")
200 t.Errorf("checkPtr was not eliminated")
244 t.Errorf("checkPtr was not eliminated")
286 t.Errorf("secondCheck was not eliminated")
383 t.Errorf("secondCheck was not eliminated")
432 t.Errorf("secondCheck was eliminated, but shouldn't have")
  /external/llvm/test/CodeGen/X86/
phi-immediate-factoring.ll 2 ; RUN: llc < %s -disable-preheader-prot=true -march=x86 -stats 2>&1 | grep "Number of blocks eliminated" | grep 6
3 ; RUN: llc < %s -disable-preheader-prot=false -march=x86 -stats 2>&1 | grep "Number of blocks eliminated" | grep 3
tailcallstack64.ll 4 ; FIXME: Redundant unused stack allocation could be eliminated.
  /external/llvm/test/Transforms/InstCombine/
fabs.ll 3 ; Make sure all library calls are eliminated when the input is known positive.
39 ; Make sure all intrinsic calls are eliminated when the input is known positive.
apint-and1.ll 1 ; This test makes sure that and instructions are properly eliminated.
apint-not.ll 1 ; This test makes sure that the xor instructions are properly eliminated
apint-xor1.ll 1 ; This test makes sure that xor instructions are properly eliminated.
apint-xor2.ll 1 ; This test makes sure that xor instructions are properly eliminated.
  /external/clang/test/CodeGen/
parameter-passing.c 48 // This call should be eliminated.
  /external/llvm/test/CodeGen/AMDGPU/
lower-range-metadata-intrinsic-call.ll 4 ; and can be eliminated
  /external/llvm/test/CodeGen/Hexagon/
builtin-prefetch-offset.ll 10 ; positive, the second check can be eliminated, or rewritten, and in the
  /external/llvm/test/Transforms/LoopDeletion/
dcetest.ll 2 ; that SCCP gets right, and when followed by ADCE, is completely eliminated

Completed in 399 milliseconds

1 2 34 5 6 7 8 91011>>