Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Dialect/Shape/Transforms/
H A DOutlineShapeComputation.cpp39 getInputsOfCluster(const llvm::SmallVector<Operation *, 8> &cluster) { in getInputsOfCluster() argument
65 createFuncFromCluster(OpBuilder &b, const SmallVector<Operation *, 8> &cluster, in createFuncFromCluster() argument
102 const DenseSet<Operation *> &cluster = it.second; getOrderedClusters() local
140 const SmallVector<Operation *, 8> &cluster = clusters[shape]; constructShapeFunc() local
278 DenseSet<Operation *> cluster; getClusterFromValue() local
[all...]
/llvm-project/polly/lib/External/isl/
H A Disl_scheduler_clustering.h30 struct isl_sched_graph *cluster; member
H A Disl_scheduler_clustering.c1072 int cluster = -1; in merge() local
1233 static int node_cluster_exactly(struct isl_sched_node *node, int cluster) in node_cluster_exactly()
1241 static int edge_cluster_exactly(struct isl_sched_edge *edge, int cluster) in edge_cluster_exactly()
H A Disl_scheduler.h86 int cluster; member
H A Disl_scheduler_scc.c795 int cluster; in isl_scc_graph_finish_band() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp783 for (auto &cluster : clusters) mergeIdenticalBlocks() local
789 for (auto &cluster : clusters) mergeIdenticalBlocks() local
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DSelectObjectAttr.cpp440 mlir::gpu::KernelDim3 cluster = op.getClusterSizeOperandValues(); createKernelLaunch() local