Home
last modified time | relevance | path

Searched refs:islands (Results 1 – 25 of 110) sorted by relevance

12345

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dexecutor_tpuv1_island_coarsening.cc141 SmallVector<IslandOp, 16> islands{island}; in MergeIsland() local
169 islands.push_back(wrapper); in MergeIsland()
171 islands.push_back(candidate_island); in MergeIsland()
182 islands.push_back(cast<IslandOp>(user->getParentOp())); in MergeIsland()
189 if (islands.size() <= 1) return success(); in MergeIsland()
193 std::next(Block::iterator(islands.back().getOperation())); in MergeIsland()
199 for (IslandOp new_op : islands) { in MergeIsland()
217 for (IslandOp island : islands) { in MergeIsland()
236 for (IslandOp island : islands) { in MergeIsland()
/external/llvm-project/lldb/scripts/
Danalyze-project-deps.py186 islands = [] variable
195 disjoints = [x for x in islands if this_cycle.isdisjoint(x)]
196 overlaps = [x for x in islands if not this_cycle.isdisjoint(x)]
197 islands = disjoints + [set.union(this_cycle, *overlaps)] variable
198 print("Found {} disjoint cycle islands...".format(len(islands)))
199 for island in islands:
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dexecutor_island_coarsening.mlir4 // Test that islands linked by a control dependency are merged.
29 // Test that islands linked by a data dependency are merged.
54 // Test empty/trivial islands are merged.
94 // Test merging islands handle merging results.
113 // Test merging islands with multiple inner ops.
142 // Test merging multiple islands with multiple inner ops preserves order.
178 // Test if islands can be merged when non dependent islands are interleaved.
205 // Test only islands are merged when other tf_executor ops are interleaved.
325 // Test merging islands in a nested graph.
355 // Test merging islands with control island operands and island results only if
[all …]
Dexecutor_island_materialize_const.mlir14 // Uses two islands for no other reason than preventing canonicalization from
/external/llvm-project/llvm/test/CodeGen/ARM/
Dconstant-island-SOImm-limit16.mir2 # RUN: llc %t.mir --filetype=obj -start-before=arm-cp-islands -o - | \
6 # RUN: llc %t.mir --filetype=obj -start-before=arm-cp-islands -o - | \
10 # RUN: llc %t.mir --filetype=obj -start-before=arm-cp-islands -o - | \
/external/llvm-project/llvm/test/CodeGen/Mips/
Dconst6a.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
3 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dbrsize3.ll3 ; RUN: -mips16-constant-islands -verify-machineinstrs < %s | \
8 ; RUN: -mips16-constant-islands -verify-machineinstrs < %s | \
Di32k.ll1 …x-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -mips16-constant-islands=false -O3 < %s | …
Dbeqzc.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dsel2c.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dsel1c.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dbeqzc1.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dbrsize3a.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dlcb2.ll1 …+soft-float -mips16-hard-float -relocation-model=static -mips16-constant-islands=true < %s | Fil…
3 …+soft-float -mips16-hard-float -relocation-model=static -mips16-constant-islands=true < %s | Fil…
Dconst1.ll1 …+soft-float -mips16-hard-float -relocation-model=static -mips16-constant-islands < %s | FileCheck …
/external/llvm/test/CodeGen/Mips/
Dconst6a.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
3 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dbrsize3.ll3 ; RUN: -mips16-constant-islands -verify-machineinstrs < %s | \
8 ; RUN: -mips16-constant-islands -verify-machineinstrs < %s | \
Di32k.ll1 …x-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -mips16-constant-islands=false -O3 < %s | …
Dbeqzc.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dsel1c.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dsel2c.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dbrsize3a.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dbeqzc1.ll1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
Dlcb2.ll1 …+soft-float -mips16-hard-float -relocation-model=static -mips16-constant-islands=true < %s | Fil…
3 …+soft-float -mips16-hard-float -relocation-model=static -mips16-constant-islands=true < %s | Fil…
Dconst1.ll1 …+soft-float -mips16-hard-float -relocation-model=static -mips16-constant-islands < %s | FileCheck …

12345