/external/mesa3d/src/compiler/nir/ |
D | nir_remove_dead_variables.c | 31 add_var_use_intrinsic(nir_intrinsic_instr *instr, struct set *live, in add_var_use_intrinsic() argument 38 _mesa_set_add(live, instr->variables[1]->var); in add_var_use_intrinsic() 47 _mesa_set_add(live, instr->variables[0]->var); in add_var_use_intrinsic() 61 _mesa_set_add(live, instr->variables[i]->var); in add_var_use_intrinsic() 68 add_var_use_call(nir_call_instr *instr, struct set *live) in add_var_use_call() argument 72 _mesa_set_add(live, var); in add_var_use_call() 77 _mesa_set_add(live, var); in add_var_use_call() 82 add_var_use_tex(nir_tex_instr *instr, struct set *live) in add_var_use_tex() argument 86 _mesa_set_add(live, var); in add_var_use_tex() 91 _mesa_set_add(live, var); in add_var_use_tex() [all …]
|
D | nir_liveness.c | 88 BITSET_WORD *live = void_live; in set_src_live() local 96 BITSET_SET(live, src->ssa->live_index); in set_src_live() 104 BITSET_WORD *live = void_live; in set_ssa_def_dead() local 106 BITSET_CLEAR(live, def->live_index); in set_ssa_def_dead() 124 NIR_VLA(BITSET_WORD, live, state->bitset_words); in propagate_across_edge() 125 memcpy(live, succ->live_in, state->bitset_words * sizeof *live); in propagate_across_edge() 133 set_ssa_def_dead(&phi->dest.ssa, live); in propagate_across_edge() 143 set_src_live(&src->src, live); in propagate_across_edge() 151 progress |= live[i] & ~pred->live_out[i]; in propagate_across_edge() 152 pred->live_out[i] |= live[i]; in propagate_across_edge()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | thinlto-summary.ll | 12 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 16 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 19 …function: (module: ^0, flags: (linkage: internal, notEligibleToImport: 0, live: 0, dsoLocal: 1), i… 21 …s: (alias: (module: ^0, flags: (linkage: private, notEligibleToImport: 0, live: 0, dsoLocal: 1), a… 22 …odule: ^0, flags: (linkage: available_externally, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 23 …function: (module: ^0, flags: (linkage: linkonce, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 24 …tion: (module: ^0, flags: (linkage: linkonce_odr, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 25 …function: (module: ^0, flags: (linkage: weak_odr, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 26 …s: (function: (module: ^0, flags: (linkage: weak, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 27 …: (variable: (module: ^0, flags: (linkage: common, notEligibleToImport: 0, live: 0, dsoLocal: 0)))) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.ps.live.ll | 10 ; there is no WQM use and therefore llvm.amdgcn.ps.live is constant. However, 14 %live = call i1 @llvm.amdgcn.ps.live() 15 %live.32 = zext i1 %live to i32 16 %r = bitcast i32 %live.32 to float 26 %live = call i1 @llvm.amdgcn.ps.live() 27 %live.32 = zext i1 %live to i32 28 %live.32.bc = bitcast i32 %live.32 to float 29 …%t = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %live.32.bc, <8 x i32> … 42 %live = call i1 @llvm.amdgcn.ps.live() 43 br i1 %live, label %end, label %dead [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_liveness.cpp | 42 n.live_after = live; in visit() 46 n.live_before = live; in visit() 53 n.live_after = live; in visit() 55 n.live_before = live; in visit() 73 n.live_after = live; in visit() 77 n.live_before = live; in visit() 112 val_set s = live; in visit() 119 n.live_after = live; in visit() 121 live.clear(); in visit() 133 n.live_before = live; in visit() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.ps.live.ll | 7 ; there is no WQM use and therefore llvm.amdgcn.ps.live is constant. However, 11 %live = call i1 @llvm.amdgcn.ps.live() 12 %live.32 = zext i1 %live to i32 13 %r = bitcast i32 %live.32 to float 23 %live = call i1 @llvm.amdgcn.ps.live() 24 %live.32 = zext i1 %live to i32 26 …%t = call <4 x float> @llvm.SI.image.sample.i32(i32 %live.32, <8 x i32> undef, <4 x i32> undef, i3… 40 %live = call i1 @llvm.amdgcn.ps.live() 41 br i1 %live, label %end, label %dead 55 declare i1 @llvm.amdgcn.ps.live() #0
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_memory.cc | 127 GraphMemory::LiveTensor* live; in FindOrCreateLiveTensor() local 136 live = &device_tensors->front(); in FindOrCreateLiveTensor() 137 (*live_tensors)[name] = live; in FindOrCreateLiveTensor() 139 live = it->second; in FindOrCreateLiveTensor() 141 return live; in FindOrCreateLiveTensor() 183 LiveTensor* live = FindOrCreateLiveTensor( in InferFromTrace() local 185 live->memory_used = output.tensor_description() in InferFromTrace() 191 live->allocation_time = in InferFromTrace() 195 live->deallocation_time = std::max<Costs::Duration>( in InferFromTrace() 196 live->deallocation_time, in InferFromTrace() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | stackmap-dump.test | 44 CHECK-NEXT: 1 live-outs: [ R#7 (8-bytes) ] 50 CHECK-NEXT: 0 live-outs: [ ] 56 CHECK-NEXT: 0 live-outs: [ ] 62 CHECK-NEXT: 2 live-outs: [ R#0 (8-bytes) R#7 (8-bytes) ] 68 CHECK-NEXT: 1 live-outs: [ R#7 (8-bytes) ] 74 CHECK-NEXT: 1 live-outs: [ R#7 (8-bytes) ] 80 CHECK-NEXT: 2 live-outs: [ R#0 (8-bytes) R#7 (8-bytes) ] 101 CHECK-NEXT: 1 live-outs: [ R#7 (8-bytes) ] 122 CHECK-NEXT: 0 live-outs: [ ] 127 CHECK-NEXT: 0 live-outs: [ ] [all …]
|
/external/swiftshader/third_party/subzero/docs/ |
D | REGALLOC.rst | 27 convergence, delayed phi lowering, and local live range splitting). 54 begins the live range of the dest Variable, and may end the live range of one 60 - Liveness analysis and live range construction are prerequisites for register 75 - We also enhance it to allow overlapping live ranges to share the same 89 assigments, which create spurious interferences in live ranges. 91 - Within each basic block, we aggressively split each variable's live range at 92 every use, so that portions of the live range can get registers even if the 93 whole live range can't. Doing this separately for each basic block avoids 101 calculate the live range of each variable. The live range is represented as a 110 block, we keep track of the live-in and live-out set, i.e. the set of variables [all …]
|
/external/clang/test/Sema/ |
D | warn-unreachable.c | 6 int live(); 30 switch (live()) { in test2() 36 live(), halt(), in test2() 40 live() in test2() 47 live(), in test2() 57 live(), in test2() 63 if (live()) in test2() 65 live(), in test2() 74 live(), in test2() 97 live(), in test2()
|
/external/v8/src/compiler/ |
D | graph-trimmer.cc | 27 Node* const live = live_[i]; in TrimGraph() local 28 for (Node* const input : live->inputs()) MarkAsLive(input); in TrimGraph() 31 for (Node* const live : live_) { in TrimGraph() 32 DCHECK(IsLive(live)); in TrimGraph() 33 for (Edge edge : live->use_edges()) { in TrimGraph() 38 << ") -> " << *live << std::endl; in TrimGraph()
|
/external/clang/test/SemaCXX/ |
D | warn-unreachable.cpp | 4 int &live(); 11 live(); in test1() 13 live(); in test1() 20 live(); in test2() 22 live(); in test2() 27 live(); in test2() 32 live(); in test2() 47 live(), in test3() 75 live(), in test6()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_dead_code_eliminate.cpp | 81 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local 85 memcpy(live, live_intervals->block_data[block->num].liveout, in dead_code_eliminate() 96 result_live |= BITSET_TEST(live, var + i); in dead_code_eliminate() 114 BITSET_CLEAR(live, var + i); in dead_code_eliminate() 132 BITSET_SET(live, var + j); in dead_code_eliminate() 141 ralloc_free(live); in dead_code_eliminate()
|
D | brw_vec4_dead_code_eliminate.cpp | 47 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local 51 memcpy(live, live_intervals->block_data[block->num].liveout, in dead_code_eliminate() 64 result_live[c] |= BITSET_TEST(live, v); in dead_code_eliminate() 118 BITSET_CLEAR(live, v); in dead_code_eliminate() 139 BITSET_SET(live, v); in dead_code_eliminate() 153 ralloc_free(live); in dead_code_eliminate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | thinlto-type-vcalls.ll | 115 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 116 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 119 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 120 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 121 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 122 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 125 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 126 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 127 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 128 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… [all …]
|
D | thinlto-type-tests.ll | 40 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 41 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 42 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 45 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 46 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 47 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i…
|
D | thinlto-function-summary-callgraph-profile-summary.ll | 152 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 157 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 158 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 159 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 160 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 161 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 162 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 163 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 164 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i…
|
D | thinlto-alias.ll | 55 …: (alias: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), a… 56 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 60 …: (alias: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), a… 61 …function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i… 62 …function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 0, dsoLocal: 0), i…
|
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/ |
D | control | 21 job.run_test('desktopui_UrlFetchWithChromeDriver', live=True, tag='live') 22 job.run_test('desktopui_UrlFetchWithChromeDriver', live=False, tag='not-live')
|
/external/libtextclassifier/models/ |
D | update.sh | 6 ANNOTATOR_BASE_URL=https://www.gstatic.com/android/text_classifier/q/live 7 ACTIONS_BASE_URL=https://www.gstatic.com/android/text_classifier/actions/q/live 8 LANGID_BASE_URL=https://www.gstatic.com/android/text_classifier/langid/q/live
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | virtregrewriter-subregliveness.mir | 12 # Check that we properly recognize that r1 is live through 42 # Check that we properly recognize that r1 is *not* live through 53 ; r1 is not live through so check we are not implicitly using 64 # Check that we properly recognize that r1 is *not* live through 76 ; r1 is not live through so check we are not implicitly using
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | iomapper.cpp | 71 bool live; member 142 at->live = at->live || !traverseAll; // update live state in visitSymbol() 215 … resolver.notifyBinding(stage, ent.symbol->getName().c_str(), ent.symbol->getType(), ent.live); in operator ()() 232 resolver.notifyInOut(stage, ent.symbol->getName().c_str(), ent.symbol->getType(), ent.live); in operator ()() 257 ent.live); in operator ()() 260 ent.live); in operator ()() 261 …ewSet = resolver.resolveSet(stage, ent.symbol->getName().c_str(), ent.symbol->getType(), ent.live); in operator ()() 263 … ent.symbol->getType(), ent.live); in operator ()() 319 ent.live); in operator ()() 324 ent.live); in operator ()() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | coalescer-dce.ll | 21 ; live-in at 240L 22 ; live-in at 416L 23 ; live-in at 320L 24 ; live-in at 304L 28 ; extend the live range of %7 to end at 256d. When the joined copy is
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | branch-folder-hoist-kills.mir | 4 # to no longer be live-in in the successor blocks. The liveness was updated 5 # to include potential new live-in registres, but not to remove registers 6 # that were no longer live-in. 10 # was killed, it was no longer live-in in either successor. The if-converter
|
D | regalloc-liveout-undef.mir | 3 # If there is no consumer of the live intervals, the live intervals pass 6 # cover live intervals as well.
|