Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation.cpp68 this->kills = new(mem_ctx) exec_list; in ir_copy_propagation_visitor()
95 exec_list *kills; member in __anon48691f9f0111::ir_copy_propagation_visitor
115 exec_list *orig_kills = this->kills; in visit_enter()
120 this->kills = new(mem_ctx) exec_list; in visit_enter()
126 ralloc_free(this->kills); in visit_enter()
128 this->kills = orig_kills; in visit_enter()
225 exec_list *orig_kills = this->kills; in handle_if_block()
230 this->kills = new(mem_ctx) exec_list; in handle_if_block()
245 exec_list *new_kills = this->kills; in handle_if_block()
246 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 __anon5e8dce0e0111::ir_constant_propagation_visitor
265 hash_table *orig_kills = this->kills; in visit_enter()
269 this->kills = _mesa_hash_table_create(mem_ctx, _mesa_hash_pointer, in visit_enter()
275 this->kills = orig_kills; in visit_enter()
355 hash_table *orig_kills = this->kills; in handle_if_block()
359 this->kills = _mesa_hash_table_create(mem_ctx, _mesa_hash_pointer, in handle_if_block()
374 hash_table *new_kills = this->kills; in handle_if_block()
375 this->kills = orig_kills; in handle_if_block()
403 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 __anone32a2afb0111::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/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll6 ;; Unused, kills %foo
/external/llvm/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll7 ;; Unused, kills %foo
/external/autotest/client/site_tests/desktopui_KillRestart/
Dcontrol17 This test kills some important processes and checks if they get restarted."
/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/ltp/testcases/network/rpc/rpc-tirpc/
Drpc_test.sh51 After the test completes, this script kills sprog on remote and performs a
/external/autotest/server/site_tests/network_WiFi_SuspendTwice/
Dcontrol11 # Currently, it kills to many device on broken suspends.
/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/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/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
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dinline-asm-fpstack.ll92 ; asm kills st(0), so we shouldn't pop anything
111 ; Second asm kills st(0), so we shouldn't pop anything
/external/swiftshader/third_party/subzero/docs/
DLOWERING.rst139 A ``call`` instruction kills the values in all scratch registers, so it's
142 ``InstFakeKill`` pseudo-instruction to compactly mark such register kills. For
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dpush-pop.ll78 ; since the call instruction kills the scratch registers. This
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_16-1.in26 * -> parent kills the child with %%MYSIG%%, then post the semaphore.
/external/llvm/test/CodeGen/X86/
Dinline-asm-fpstack.ll92 ; asm kills st(0), so we shouldn't pop anything
111 ; Second asm kills st(0), so we shouldn't pop anything
/external/autotest/docs/
Dtest-that.md7 - CTRL+C kills `test_that` and all its autoserv children. Orphaned processes
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-02.ll166 ; critical edge %entry->%while.body, which lost the kills information for CC.
/external/llvm/docs/CommandGuide/
Dbugpoint.rst92 until a bug is found or the user kills **bugpoint**.
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst32 character to its right. :kbd:`C-K` kills (erases) the rest of the line to the
/external/strace/
DREADME-linux-ptrace50 kills even within syscalls (syscall-exit-stop is not generated prior to
51 death by SIGKILL). The net effect is that SIGKILL always kills the
228 restarts or kills it, tracee will not run, and will not send

12