Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/compiler/glsl/
Dopt_constant_propagation.cpp89 this->kills = _mesa_pointer_hash_table_create(mem_ctx); in ir_constant_propagation_visitor()
107 void handle_if_block(exec_list *instructions, hash_table *kills, bool *killed_all);
117 hash_table *kills; member in __anon0ba138f60111::ir_constant_propagation_visitor
263 hash_table *orig_kills = this->kills; in visit_enter()
267 this->kills = _mesa_pointer_hash_table_create(mem_ctx); in visit_enter()
272 this->kills = orig_kills; in visit_enter()
349 ir_constant_propagation_visitor::handle_if_block(exec_list *instructions, hash_table *kills, bool *… in handle_if_block() argument
352 hash_table *orig_kills = this->kills; in handle_if_block()
356 this->kills = kills; in handle_if_block()
367 this->kills = orig_kills; in handle_if_block()
[all …]
Dopt_copy_propagation_elements.cpp282 this->kills = new(mem_ctx) exec_list; in ir_copy_propagation_elements_visitor()
304 void handle_if_block(exec_list *instructions, exec_list *kills, bool *killed_all);
312 exec_list *kills; member in __anon141ca6e30111::ir_copy_propagation_elements_visitor
349 exec_list *orig_kills = this->kills; in visit_enter()
352 this->kills = new(mem_ctx) exec_list; in visit_enter()
363 ralloc_free(this->kills); in visit_enter()
364 this->kills = orig_kills; in visit_enter()
542 ir_copy_propagation_elements_visitor::handle_if_block(exec_list *instructions, exec_list *kills, bo… in handle_if_block() argument
544 exec_list *orig_kills = this->kills; in handle_if_block()
547 this->kills = kills; in handle_if_block()
[all …]
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c391 isl_union_map *kills; in compute_live_out() local
398 kills = isl_union_map_union(isl_union_map_copy(ps->must_writes), in compute_live_out()
400 access = isl_union_access_info_from_sink(kills); in compute_live_out()
435 isl_union_map *kills; in compute_tagged_flow_dep_only() local
441 kills = isl_union_map_copy(ps->tagged_must_kills); in compute_tagged_flow_dep_only()
444 isl_union_map_copy(kills)); in compute_tagged_flow_dep_only()
454 isl_union_map_domain(kills)); in compute_tagged_flow_dep_only()
/external/mesa3d/src/freedreno/ir3/
Dir3_postsched.c530 struct util_dynarray kills; in sched_dag_init() local
531 util_dynarray_init(&kills, ctx->mem_ctx); in sched_dag_init()
560 util_dynarray_append(&kills, struct ir3_instruction *, instr); in sched_dag_init()
562 util_dynarray_foreach(&kills, struct ir3_instruction *, instrp) { in sched_dag_init()
/external/llvm/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll7 ;; Unused, kills %foo
/external/llvm-project/llvm/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll7 ;; Unused, kills %foo
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-bad-signal-to-kill-thread.rst7 raising ``SIGTERM`` signal and the signal kills the entire process, not
/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/llvm-project/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
/external/autotest/server/site_tests/network_WiFi_SuspendTwice/
Dcontrol11 # Currently, it kills to many device on broken suspends.
/external/perfetto/protos/perfetto/metrics/android/
Dlmk_metric.proto32 // OOM reaper kills. Enabled via the oom/mark_victim point. Should never
/external/llvm-project/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/llvm-project/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/llvm-project/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/llvm-project/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/perfetto/protos/perfetto/metrics/
Dmetrics.proto119 // Statistics about low memory kills.
143 // Metrics used to find potential culprits of low-memory kills.
/external/llvm-project/llvm/test/Transforms/HotColdSplit/
Ddelete-use-without-def-dbg-val.ll20 ; We expect this block to be outlined. That kills the definition of %var.
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dfast-ra-kills-vcc.mir4 # Make sure incorrect kills aren't emitted on vcc

1234