/external/mesa3d/src/compiler/glsl/ |
D | opt_constant_propagation.cpp | 89 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 …]
|
D | opt_copy_propagation_elements.cpp | 282 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/ |
D | ppcg.c | 391 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/ |
D | ir3_postsched.c | 530 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/ |
D | 2002-08-17-FunctionDGE.ll | 7 ;; Unused, kills %foo
|
/external/llvm-project/llvm/test/Transforms/GlobalDCE/ |
D | 2002-08-17-FunctionDGE.ll | 7 ;; Unused, kills %foo
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | bugprone-bad-signal-to-kill-thread.rst | 7 raising ``SIGTERM`` signal and the signal kills the entire process, not
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-shift-materialize.ll | 6 ; When materializing the '2' for the shifts below, the second shift kills the vreg
|
D | ifconv-kills.ll | 27 ; will be no kills in if.then/if.else)
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | fast-isel-shift-materialize.ll | 6 ; When materializing the '2' for the shifts below, the second shift kills the vreg
|
D | ifconv-kills.ll | 27 ; will be no kills in if.then/if.else)
|
/external/ltp/testcases/network/rpc/rpc-tirpc/ |
D | rpc_test.sh | 50 After the test completes, this script kills sprog on remote and performs a
|
/external/bcc/tools/ |
D | killsnoop_example.txt | 33 ./killsnoop -x # only show failed kills
|
/external/autotest/server/site_tests/network_WiFi_SuspendTwice/ |
D | control | 11 # Currently, it kills to many device on broken suspends.
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | lmk_metric.proto | 32 // OOM reaper kills. Enabled via the oom/mark_victim point. Should never
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | post-ra-kill-update.mir | 4 # use r9, and the last of the two kills it. The kill flag fixup did not
|
D | branch-folder-hoist-kills.mir | 16 # %r1 = A2_sxth killed %r0 ; hoisted, kills r0
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | ldst-opt.mir | 166 name: promote-load-from-store-trivial-kills 178 # CHECK-LABEL: name: promote-load-from-store-trivial-kills
|
/external/llvm-project/llvm/test/Transforms/LoopLoadElim/ |
D | def-store-before-load.ll | 3 ; No loop-carried forwarding: The intervening store to A[i] kills the stored
|
/external/llvm/test/Transforms/LoopLoadElim/ |
D | def-store-before-load.ll | 3 ; No loop-carried forwarding: The intervening store to A[i] kills the stored
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 6 ; kills a virtual register, and LiveVariables must be updated with the new kill
|
/external/llvm/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 6 ; kills a virtual register, and LiveVariables must be updated with the new kill
|
/external/perfetto/protos/perfetto/metrics/ |
D | metrics.proto | 119 // Statistics about low memory kills. 143 // Metrics used to find potential culprits of low-memory kills.
|
/external/llvm-project/llvm/test/Transforms/HotColdSplit/ |
D | delete-use-without-def-dbg-val.ll | 20 ; We expect this block to be outlined. That kills the definition of %var.
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | fast-ra-kills-vcc.mir | 4 # Make sure incorrect kills aren't emitted on vcc
|