Home
last modified time | relevance | path

Searched defs:band (Results 1 – 13 of 13) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_schedule_band.c21 isl_ctx *isl_schedule_band_get_ctx(__isl_keep isl_schedule_band *band) in isl_schedule_band_get_ctx()
30 isl_schedule_band *band; in isl_schedule_band_alloc() local
53 isl_schedule_band *band; in isl_schedule_band_from_multi_union_pw_aff() local
84 __isl_keep isl_schedule_band *band) in isl_schedule_band_dup()
136 __isl_take isl_schedule_band *band) in isl_schedule_band_cow()
150 __isl_keep isl_schedule_band *band) in isl_schedule_band_copy()
162 __isl_take isl_schedule_band *band) in isl_schedule_band_free()
226 isl_size isl_schedule_band_n_member(__isl_keep isl_schedule_band *band) in isl_schedule_band_n_member()
235 __isl_keep isl_schedule_band *band, int pos) in isl_schedule_band_member_get_coincident()
251 __isl_take isl_schedule_band *band, int pos, int coincident) in isl_schedule_band_member_set_coincident()
[all …]
H A Disl_schedule_tree.h60 isl_schedule_band *band; member
H A Disl_test_cpp-generic.cc257 auto band = node.as<isl::schedule_node_band>(); in construct_schedule_tree() local
308 auto band = node.as<isl::schedule_node_band>(); in test_ast_build_unroll() local
H A Disl_schedule_read.c469 __isl_take isl_schedule_band *band, __isl_take isl_val_list *coincident) in set_coincident()
502 isl_schedule_band *band; in read_band() local
H A Disl_schedule_tree.c234 __isl_take isl_schedule_band *band) in isl_schedule_tree_from_band()
874 __isl_take isl_schedule_tree *tree, __isl_take isl_schedule_band *band) in isl_schedule_tree_insert_band()
2654 static isl_bool any_coincident(__isl_keep isl_schedule_band *band) in any_coincident()
2680 __isl_keep isl_schedule_band *band) in print_tree_band()
H A Disl_schedule_node.c2552 isl_schedule_band *band; in isl_schedule_node_insert_partial_schedule() local
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestAffineLoopParametricTiling.cpp41 static LogicalResult checkIfTilingParametersExist(ArrayRef<AffineForOp> band) { in checkIfTilingParametersExist()
58 getTilingParameters(ArrayRef<AffineForOp> band, in getTilingParameters()
/llvm-project/clang/test/Analysis/
H A Dconstant-folding-crash.cpp6 int band = lhs & rhs; in crash_NE() local
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DLoopTiling.cpp78 static void adjustToDivisorsOfTripCounts(ArrayRef<AffineForOp> band, in adjustToDivisorsOfTripCounts() argument
165 getTileSizes(ArrayRef<AffineForOp> band,SmallVectorImpl<unsigned> * tileSizes) getTileSizes() argument
244 for (auto &band : bands) { runOnOperation() local
[all...]
/llvm-project/clang/test/AST/Interp/
H A Dliterals.cpp
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp875 SmallVector<AffineForOp, 6> band; getTileableBands() local
2765 auto band = llvm::MutableArrayRef(loops.data() + start, end - start); coalescePerfectlyNestedAffineLoops() local
[all...]
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp949 auto band = llvm::MutableArrayRef(loops.data() + start, end - start); coalescePerfectlyNestedSCFForLoops() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp1729 auto band = shape.slice(currentDim, dim); inferCollapsedType() local