Home
last modified time | relevance | path

Searched refs:eliminated (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
Dopt-remarks.ll11 ; CHECK: remark: <unknown>:0:0: load of type i32 eliminated{{$}}
12 ; CHECK-NEXT: remark: <unknown>:0:0: load of type i32 eliminated{{$}}
13 ; CHECK-NEXT: remark: <unknown>:0:0: load of type i32 eliminated{{$}}
14 ; CHECK-NEXT: remark: /tmp/s.c:3:3: load of type i32 not eliminated
23 ; YAML-NEXT: - String: ' eliminated'
34 ; YAML-NEXT: - String: ' eliminated'
45 ; YAML-NEXT: - String: ' eliminated'
57 ; YAML-NEXT: - String: ' not eliminated'
D2016-08-30-MaskedScatterGather.ll8 ; No scatter/gather calls should end up eliminated
33 ; This gather should alias the scatter we just saw, and not be eliminated
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dopt-remarks.ll10 ; CHECK: remark: <unknown>:0:0: load of type i32 eliminated{{$}}
11 ; CHECK-NEXT: remark: <unknown>:0:0: load of type i32 eliminated{{$}}
12 ; CHECK-NEXT: remark: <unknown>:0:0: load of type i32 eliminated{{$}}
22 ; YAML-NEXT: - String: ' eliminated'
33 ; YAML-NEXT: - String: ' eliminated'
44 ; YAML-NEXT: - String: ' eliminated'
56 ; YAML-NEXT: - String: ' not eliminated'
D2016-08-30-MaskedScatterGather.ll9 ; No scatter/gather calls should end up eliminated
34 ; This gather should alias the scatter we just saw, and not be eliminated
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dstore-private.ll92 ; TODO: This load and store can be eliminated
102 ; TODO: This load and store can be eliminated
158 ; TODO: This load and store cannot be eliminated,
169 ; TODO: This load and store cannot be eliminated,
208 ; TODO: This load and store cannot be eliminated,
219 ; TODO: This load and store cannot be eliminated,
257 ; TODO: This load and store cannot be eliminated,
263 ; TODO: This load and store cannot be eliminated,
269 ; TODO: This load and store cannot be eliminated,
280 ; TODO: This load and store cannot be eliminated,
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dclone-module-2.ll16 ; static int eliminated(int j);
17 ; __attribute__((nodebug)) int nodebug(int k) { return eliminated(k); }
18 ; __attribute__((always_inline)) static int eliminated(int j) { return j * 2; }
51 !9 = distinct !DISubprogram(name: "eliminated", scope: !1, file: !1, line: 3, type: !10, isLocal: t…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dphi-immediate-factoring.ll2 ; RUN: llc < %s -disable-preheader-prot=true -stats 2>&1 | grep "Number of blocks eliminated" | gr…
3 …ot=true -stats -cgp-freq-ratio-to-skip-merge=10 2>&1 | grep "Number of blocks eliminated" | grep 6
4 ; RUN: llc < %s -disable-preheader-prot=false -stats 2>&1 | grep "Number of blocks eliminated" | gr…
/external/swiftshader/third_party/subzero/docs/
DLOWERING.rst151 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.
/external/llvm/test/Transforms/DeadStoreElimination/
Datomic.ll78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
89 ; DSE across monotonic store (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/
Datomic.ll78 ; DSE across monotonic load (allowed as long as the eliminated store isUnordered)
89 ; DSE across monotonic store (allowed as long as the eliminated store isUnordered)
100 ; DSE across monotonic load (forbidden since the eliminated store is atomic)
111 ; DSE across monotonic store (forbidden since the eliminated store is atomic)
/external/llvm/test/tools/gold/X86/
Dthinlto_internalize.ll11 ; f() should be internalized and eliminated after inlining
14 ; h() should be internalized after promotion, and eliminated after inlining
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dthinlto_internalize.ll11 ; f() should be internalized and eliminated after inlining
14 ; h() should be internalized after promotion, and eliminated after inlining
/external/v8/src/compiler/
Dmove-optimizer.cc299 MoveOpVector& eliminated = local_vector(); in CompressMoves() local
300 DCHECK(eliminated.empty()); in CompressMoves()
307 left->PrepareInsertAfter(move, &eliminated); in CompressMoves()
310 for (MoveOperands* to_eliminate : eliminated) { in CompressMoves()
313 eliminated.clear(); in CompressMoves()
322 DCHECK(eliminated.empty()); in CompressMoves()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dinvariant.ll1 ; Test to make sure unused llvm.invariant.start calls are not trivially eliminated
20 ; make sure llvm.invariant.call in non-default addrspace are also not eliminated.
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-max.ll5 ; There are two here which cannot be eliminated.
6 ; There's one that icmp which can be eliminated and which indvars currently
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Deliminate-max.ll5 ; There are two here which cannot be eliminated.
6 ; There's one that icmp which can be eliminated and which indvars currently
/external/llvm/test/CodeGen/X86/
Dphi-immediate-factoring.ll2 … -disable-preheader-prot=true -march=x86 -stats 2>&1 | grep "Number of blocks eliminated" | grep 6
3 … -disable-preheader-prot=false -march=x86 -stats 2>&1 | grep "Number of blocks eliminated" | grep 3
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-cleanuppad.ll16 ; In this case, both cleanup pads can be eliminated and the invoke can be
55 ; In this case, the outermost cleanup pad can be eliminated and the catch block
118 ; In this case the inner cleanup pad should be eliminated and the invoke of g()
179 ; In this case, the cleanuppad should be eliminated, the invoke outside of the
187 ; but it will be eliminated, placing the following invoke in the entry BB.
238 ; In this case, the cleanup pad should be eliminated and the PHI node in the
295 ; In this case, the cleanup pad should be eliminated and the PHI node in the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dempty-cleanuppad.ll16 ; In this case, both cleanup pads can be eliminated and the invoke can be
55 ; In this case, the outermost cleanup pad can be eliminated and the catch block
118 ; In this case the inner cleanup pad should be eliminated and the invoke of g()
179 ; In this case, the cleanuppad should be eliminated, the invoke outside of the
187 ; but it will be eliminated, placing the following invoke in the entry BB.
238 ; In this case, the cleanup pad should be eliminated and the PHI node in the
295 ; In this case, the cleanup pad should be eliminated and the PHI node in the
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Deliminate-max.ll5 ; There are two here which cannot be eliminated.
6 ; There's one that icmp which can be eliminated and which indvars currently
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll54 ; thus the entire ifunc can safely be eliminated.
91 ; This function is directly used and so cannot be eliminated.
167 ; eliminated.
/external/libxml2/test/automata/
Dabba2 # Tests ab*a with an eliminated epsilon transition
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dapint-mul1.ll1 ; This test makes sure that mul instructions are properly eliminated.
/external/llvm/test/Transforms/InstCombine/
Dapint-mul1.ll1 ; This test makes sure that mul instructions are properly eliminated.
Dapint-mul2.ll1 ; This test makes sure that mul instructions are properly eliminated.

12345678910>>...16