Home
last modified time | relevance | path

Searched defs:worklist (Results 1 – 25 of 125) sorted by relevance

12345

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_liveness_analysis.cc42 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
Dflatten_call_graph.cc130 std::vector<HloComputation*> worklist; in FlattenNode() local
Dcall_graph.cc200 std::queue<CallGraphNode*> worklist; in SetCallContexts() local
248 std::queue<CallGraphNode*> worklist; in SetNodeDepths() local
/external/skia/gn/
Dcompile_sksl_tests.py26 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
Dminify_sksl_tests.py33 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
/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c308 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 …]
Dmidgard_helper_invocations.c102 struct set *worklist = in mir_analyze_helper_terminate() local
/external/mesa3d/src/panfrost/compiler/
Dbi_liveness.c42 u_worklist worklist; in bi_compute_liveness_ssa() local
Dbi_opt_dce.c130 u_worklist worklist; in bi_postra_liveness() local
/external/mesa3d/src/asahi/compiler/
Dagx_liveness.c42 u_worklist worklist; in agx_compute_liveness() local
/external/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp43 SmallVector<const CFGBlock *, 11> worklist; in mapReachability() local
/external/deqp-deps/glslang/StandAlone/
DWorklist.h89 std::list<TWorkItem*> worklist; variable
/external/angle/third_party/glslang/src/StandAlone/
DWorklist.h89 std::list<TWorkItem*> worklist; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerRefTypesIntPtrConv.cpp60 std::set<Instruction *> worklist; in runOnFunction() local
/external/AFLplusplus/instrumentation/
Dsplit-compares-pass.so.cc379 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/pytorch/torch/csrc/jit/codegen/onednn/
Dgraph_rewriter.cpp82 std::vector<WorkBlock> worklist; in buildWorkBlocks() local
/external/mesa3d/src/panfrost/compiler/valhall/
Dva_mark_last.c107 u_worklist worklist; in va_analyze_scoreboard_reads() local
/external/tensorflow/tensorflow/core/transforms/toposort/
Dpass.cc39 std::vector<Operation *> worklist; in SortTopologically() local
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DJSRInlinerAdapter.java303 LinkedList<Instantiation> worklist = new LinkedList<>(); in emitCode() local
336 final List<Instantiation> worklist, in emitInstantiation()
/external/mesa3d/src/compiler/nir/
Dnir_search.c636 nir_instr_worklist *worklist, in add_uses_to_worklist()
853 nir_instr_worklist *worklist, in nir_algebraic_instr()
909 nir_instr_worklist *worklist = nir_instr_worklist_create(); in nir_algebraic_impl() local
Dnir_opt_move_discards_to_top.c34 struct util_dynarray worklist; member
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis.cc137 std::vector<const HloValue*> worklist; in GetNoaliasMetadataForBuffer() local
/external/mesa3d/src/freedreno/ir3/
Dir3_reconvergence.c198 u_worklist worklist; in ir3_calc_reconvergence() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dregion_control_flow_to_functional.cc67 llvm::SmallVector<func::FuncOp, 4> worklist; member
125 llvm::SmallVectorImpl<func::FuncOp>& worklist, in ExtractSingleBlockRegion()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_extractor.cc114 std::deque<const HloInstruction*> worklist; in ComputeBoundary() local

12345