Home
last modified time | relevance | path

Searched defs:live (Results 1 – 25 of 41) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_remove_dead_variables.c31 add_var_use_intrinsic(nir_intrinsic_instr *instr, struct set *live, in add_var_use_intrinsic()
68 add_var_use_call(nir_call_instr *instr, struct set *live) in add_var_use_call()
82 add_var_use_tex(nir_tex_instr *instr, struct set *live) in add_var_use_tex()
96 add_var_use_shader(nir_shader *shader, struct set *live, nir_variable_mode modes) in add_var_use_shader()
126 remove_dead_var_writes(nir_shader *shader, struct set *live) in remove_dead_var_writes()
151 remove_dead_vars(struct exec_list *var_list, struct set *live) in remove_dead_vars()
172 struct set *live = in nir_remove_dead_variables() local
Dnir_liveness.c88 BITSET_WORD *live = void_live; in set_src_live() local
104 BITSET_WORD *live = void_live; in set_ssa_def_dead() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_memory.cc127 GraphMemory::LiveTensor* live; in FindOrCreateLiveTensor() local
183 LiveTensor* live = FindOrCreateLiveTensor( in InferFromTrace() local
233 LiveTensor* live = FindOrCreateLiveTensor( in InferFromTrace() local
248 for (const auto& live : live_per_device.second) { in InferFromTrace() local
287 for (const auto& live : live_at_peak) { in InferFromTrace() local
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/
Ddesktopui_UrlFetchWithChromeDriver.py18 def initialize(self, live=True): argument
/external/v8/src/compiler/
Dgraph-trimmer.cc27 Node* const live = live_[i]; in TrimGraph() local
Dregister-allocator.cc2036 BitVector* live) { in ProcessInstructions()
2241 BitVector* live) { in ProcessPhis()
2363 BitVector* live) { in ProcessLoopHeader()
2393 BitVector* live = ComputeLiveOut(block, data()); in BuildLiveRanges() local
3739 BitVector* live = live_in_sets[block->rpo_number().ToInt()]; in ResolveControlFlow() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs_dead_code_eliminate.cpp81 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local
Dbrw_vec4_dead_code_eliminate.cpp47 BITSET_WORD *live = rzalloc_array(NULL, BITSET_WORD, BITSET_WORDS(num_vars)); in dead_code_eliminate() local
Dbrw_fs_copy_propagation.cpp105 const fs_live_variables *live; member in __anon39294aba0111::fs_copy_prop_dataflow
116 const fs_live_variables *live, in fs_copy_prop_dataflow()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_pass.h256 val_set live; variable
363 val_set live; variable
Dsb_sched.h258 val_set live; // values live at the end of the alu clause variable
/external/v8/src/heap/
Dobject-stats.h164 ObjectStatsCollector(Heap* heap, ObjectStats* live, ObjectStats* dead) in ObjectStatsCollector()
/external/v8/tools/turbolizer/src/
Dnode.ts30 live: boolean; property in GNode
/external/v8/src/torque/
Ddeclaration-visitor.h147 std::set<const Variable*> live; member
Dimplementation-visitor.cc654 bool live = false; in Visit() local
1887 bool live = false; in GenerateLabeledStatementBlocks() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_liveness_analysis.cc55 index_tree.ForEachElement([&](const ShapeIndex& shape_index, bool live) { in ForEachLiveIndex()
Dhlo_rematerialization.cc764 string live = IsCurrentlyLive(buffer_id) ? " live" : ""; in ToString() local
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i415 PyObject* live = PyTuple_New(5); in TF_DeterminePeakMemoryUsage() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dregister_pressure.cpp92 RegisterLiveness::RegionRegisterLiveness::LiveSet* live) { in ComputePhiUses()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dregister_pressure.cpp92 RegisterLiveness::RegionRegisterLiveness::LiveSet* live) { in ComputePhiUses()
/external/mesa3d/src/mesa/program/
Dprog_optimize.c1132 const struct interval *live = liveIntervals.Intervals + i; in _mesa_reallocate_registers() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp71 bool live; member
/external/autotest/server/
Dfrontend.py461 def host_statuses(self, live=None): argument
/external/libchrome/base/strings/
Dstring_util_unittest.cc1370 const std::string live = kLive; in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer.cc558 for (const auto& live : mem_usage.live_tensors) { in SchedulingPass() local

12