Searched refs:islands (Results 1 – 25 of 110) sorted by relevance
12345
141 SmallVector<IslandOp, 16> islands{island}; in MergeIsland() local169 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()
186 islands = [] variable195 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)] variable198 print("Found {} disjoint cycle islands...".format(len(islands)))199 for island in islands:
4 // 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 …]
14 // Uses two islands for no other reason than preventing canonicalization from
2 # 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 - | \
1 …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…
3 ; RUN: -mips16-constant-islands -verify-machineinstrs < %s | \8 ; RUN: -mips16-constant-islands -verify-machineinstrs < %s | \
1 …x-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -mips16-constant-islands=false -O3 < %s | …
1 …tr=+soft-float -mips16-hard-float -relocation-model=pic -mips16-constant-islands < %s | FileChec…
1 …+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…
1 …+soft-float -mips16-hard-float -relocation-model=static -mips16-constant-islands < %s | FileCheck …