Home
last modified time | relevance | path

Searched refs:kills (Results 1 – 25 of 66) sorted by relevance

123

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation.cpp54 kills = _mesa_set_create(mem_ctx, _mesa_hash_pointer, in ir_copy_propagation_visitor()
82 set *kills; member in __anon0892a7690111::ir_copy_propagation_visitor
102 set *orig_kills = this->kills; in visit_enter()
107 kills = _mesa_set_create(NULL, _mesa_hash_pointer, in visit_enter()
114 _mesa_set_destroy(kills, NULL); in visit_enter()
116 this->kills = orig_kills; in visit_enter()
213 set *orig_kills = this->kills; in handle_if_block()
218 kills = _mesa_set_create(NULL, _mesa_hash_pointer, in handle_if_block()
234 set *new_kills = this->kills; in handle_if_block()
235 this->kills = orig_kills; in handle_if_block()
[all …]
Dopt_constant_propagation.cpp106 this->kills = _mesa_hash_table_create(mem_ctx, _mesa_hash_pointer, in ir_constant_propagation_visitor()
135 hash_table *kills; member in __anona46a2ad80111::ir_constant_propagation_visitor
272 hash_table *orig_kills = this->kills; in visit_enter()
276 this->kills = _mesa_hash_table_create(mem_ctx, _mesa_hash_pointer, in visit_enter()
282 this->kills = orig_kills; in visit_enter()
362 hash_table *orig_kills = this->kills; in handle_if_block()
366 this->kills = _mesa_hash_table_create(mem_ctx, _mesa_hash_pointer, in handle_if_block()
381 hash_table *new_kills = this->kills; in handle_if_block()
382 this->kills = orig_kills; in handle_if_block()
410 hash_table *orig_kills = this->kills; in visit_enter()
[all …]
Dopt_copy_propagation_elements.cpp118 this->kills = new(mem_ctx) exec_list; in ir_copy_propagation_elements_visitor()
176 exec_list *kills; member in __anona45216050111::ir_copy_propagation_elements_visitor
198 exec_list *orig_kills = this->kills; in visit_enter()
204 this->kills = new(mem_ctx) exec_list; in visit_enter()
211 ralloc_free(this->kills); in visit_enter()
215 this->kills = orig_kills; in visit_enter()
389 exec_list *orig_kills = this->kills; in handle_if_block()
395 this->kills = new(mem_ctx) exec_list; in handle_if_block()
410 exec_list *new_kills = this->kills; in handle_if_block()
411 this->kills = orig_kills; in handle_if_block()
[all …]
/external/autotest/client/site_tests/platform_MemoryPressure/
Dcontrol6 TODO: should also check how many OOM-kills occur.
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll6 ;; Unused, kills %foo
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll7 ;; Unused, kills %foo
/external/llvm/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll7 ;; Unused, kills %foo
/external/llvm/test/CodeGen/ARM/
Dfast-isel-shift-materialize.ll6 ; When materializing the '2' for the shifts below, the second shift kills the vreg
Difconv-kills.ll27 ; will be no kills in if.then/if.else)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dfast-isel-shift-materialize.ll6 ; When materializing the '2' for the shifts below, the second shift kills the vreg
Difconv-kills.ll27 ; will be no kills in if.then/if.else)
/external/ltp/testcases/network/rpc/rpc-tirpc/
Drpc_test.sh50 After the test completes, this script kills sprog on remote and performs a
/external/bcc/tools/
Dkillsnoop_example.txt33 ./killsnoop -x # only show failed kills
Doomkill_example.txt19 changing over time. I've seen OOM kills where I wanted to know if the system
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dldst-opt.mir166 name: promote-load-from-store-trivial-kills
178 # CHECK-LABEL: name: promote-load-from-store-trivial-kills
/external/autotest/server/site_tests/network_WiFi_SuspendTwice/
Dcontrol11 # Currently, it kills to many device on broken suspends.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dpost-ra-kill-update.mir4 # use r9, and the last of the two kills it. The kill flag fixup did not
Dbranch-folder-hoist-kills.mir16 # %r1 = A2_sxth killed %r0 ; hoisted, kills r0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopLoadElim/
Ddef-store-before-load.ll3 ; No loop-carried forwarding: The intervening store to A[i] kills the stored
/external/llvm/test/Transforms/LoopLoadElim/
Ddef-store-before-load.ll3 ; No loop-carried forwarding: The intervening store to A[i] kills the stored
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll6 ; kills a virtual register, and LiveVariables must be updated with the new kill
/external/llvm/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll6 ; kills a virtual register, and LiveVariables must be updated with the new kill
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll6 ; kills a virtual register, and LiveVariables must be updated with the new kill
/external/clang/test/Analysis/
Duninit-vals.m69 // FIXME: Assigning to 'testObj->origin' kills the default binding for the
116 // FIXME: Assigning to 'testObj->origin' kills the default binding for the
/external/linux-kselftest/tools/testing/selftests/media_tests/
Dregression_test.txt27 The test for a random number of iterations or until user kills it with a

123