| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_liveness_analysis.cc | 42 void AddToWorklist(const HloInstruction* instruction, Worklist* worklist, in AddToWorklist() 68 Worklist* worklist, Workset* workset) { in MarkLiveAtIndex() 86 Worklist* worklist, Workset* workset) { in MarkLiveAtAllIndices() 116 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughTuple() 145 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughGTE() 167 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughWhile() 192 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessToParameterCallers() 222 HloLivenessAnalysis::HloIndexMap* live_index_map, Worklist* worklist, in PropagateLivenessThroughControlFlow() 280 Worklist worklist; in RunAnalysis() local
|
| D | flatten_call_graph.cc | 130 std::vector<HloComputation*> worklist; in FlattenNode() local
|
| D | call_graph.cc | 200 std::queue<CallGraphNode*> worklist; in SetCallContexts() local 248 std::queue<CallGraphNode*> worklist; in SetNodeDepths() local
|
| /external/skia/gn/ |
| D | minify_sksl_tests.py | 33 def executeWorklist(input, worklist): argument 49 worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') variable 87 worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') variable
|
| D | compile_sksl_tests.py | 26 def executeWorklist(input, worklist): argument 51 worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') variable 104 worklist = tempfile.NamedTemporaryFile(suffix='.worklist', delete=False, mode='w') variable
|
| /external/mesa3d/src/panfrost/midgard/ |
| D | midgard_schedule.c | 308 mir_initialize_worklist(BITSET_WORD *worklist, in mir_initialize_worklist() 322 mir_update_worklist(BITSET_WORD *worklist, unsigned count, in mir_update_worklist() 673 BITSET_WORD *worklist, unsigned count, in mir_choose_instruction() 827 BITSET_WORD *worklist, unsigned count, unsigned num_ldst) in mir_choose_bundle() 875 uint16_t *liveness, BITSET_WORD *worklist, unsigned len, in mir_choose_alu() 962 BITSET_WORD *worklist, unsigned count, unsigned cond, in mir_schedule_comparison() 994 BITSET_WORD *worklist, unsigned count, in mir_schedule_condition() 1051 BITSET_WORD *worklist, unsigned len, bool is_vertex) in mir_schedule_texture() 1078 BITSET_WORD *worklist, unsigned len, unsigned *num_ldst) in mir_schedule_ldst() 1117 BITSET_WORD *worklist, unsigned len, in mir_schedule_zs_write() [all …]
|
| D | midgard_helper_invocations.c | 102 struct set *worklist = in mir_analyze_helper_terminate() local
|
| /external/mesa3d/src/panfrost/compiler/ |
| D | bi_opt_dce.c | 37 u_worklist worklist; in bi_opt_dead_code_eliminate() local 137 u_worklist worklist; in bi_postra_liveness() local
|
| D | bi_liveness.c | 42 u_worklist worklist; in bi_compute_liveness_ssa() local
|
| D | bi_helper_invocations.c | 238 u_worklist worklist; in bi_analyze_helper_requirements() local
|
| /external/mesa3d/src/asahi/compiler/ |
| D | agx_liveness.c | 42 u_worklist worklist; in agx_compute_liveness() local
|
| /external/clang/lib/Analysis/ |
| D | CFGReachabilityAnalysis.cpp | 43 SmallVector<const CFGBlock *, 11> worklist; in mapReachability() local
|
| /external/deqp-deps/glslang/StandAlone/ |
| D | Worklist.h | 90 std::list<TWorkItem*> worklist; variable
|
| /external/angle/third_party/glslang/src/StandAlone/ |
| D | Worklist.h | 90 std::list<TWorkItem*> worklist; variable
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyLowerRefTypesIntPtrConv.cpp | 60 std::set<Instruction *> worklist; in runOnFunction() local
|
| /external/AFLplusplus/instrumentation/ |
| D | split-compares-pass.so.cc | 379 CmpWorklist &worklist) { in simplifyOrEqualsCompare() 482 CmpWorklist &worklist) { in simplifySignedCompare() 600 CmpWorklist &worklist) { in splitCompare() 836 CmpWorklist worklist; in simplifyAndSplit() local 1766 std::vector<CmpInst *> worklist; local
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/ |
| D | snapshot.h | 30 explicit ViewBase(SuperPagesWorklist& worklist) : worklist_(worklist) {} in ViewBase()
|
| D | raceful_worklist.h | 38 explicit RandomizedView(RacefulWorklist& worklist) in RandomizedView()
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_opt_move_discards_to_top.c | 44 can_move_src(nir_src *src, void *worklist) in can_move_src()
|
| D | nir_search.c | 618 nir_instr_worklist *worklist, in add_uses_to_worklist() 835 nir_instr_worklist *worklist, in nir_algebraic_instr() 891 nir_instr_worklist *worklist = nir_instr_worklist_create(); in nir_algebraic_impl() local
|
| /external/mesa3d/src/panfrost/compiler/valhall/ |
| D | va_mark_last.c | 107 u_worklist worklist; in va_analyze_scoreboard_reads() local
|
| /external/mesa3d/src/freedreno/ir3/ |
| D | ir3_reconvergence.c | 177 u_worklist worklist; in ir3_calc_reconvergence() local
|
| /external/tensorflow/tensorflow/core/transforms/toposort/ |
| D | pass.cc | 39 std::vector<Operation *> worklist; in SortTopologically() local
|
| /external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
| D | JSRInlinerAdapter.java | 303 LinkedList<Instantiation> worklist = new LinkedList<>(); in emitCode() local 336 final List<Instantiation> worklist, in emitInstantiation()
|
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
| D | alias_analysis.cc | 137 std::vector<const HloValue*> worklist; in GetNoaliasMetadataForBuffer() local
|