/llvm-project/polly/lib/External/isl/ |
H A D | isl_schedule_band.c | 21 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 D | isl_schedule_tree.h | 60 isl_schedule_band *band; member
|
H A D | isl_test_cpp-generic.cc | 257 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 D | isl_schedule_read.c | 469 __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 D | isl_schedule_tree.c | 234 __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 D | isl_schedule_node.c | 2552 isl_schedule_band *band; in isl_schedule_node_insert_partial_schedule() local
|
/llvm-project/mlir/test/lib/Dialect/Affine/ |
H A D | TestAffineLoopParametricTiling.cpp | 41 static LogicalResult checkIfTilingParametersExist(ArrayRef<AffineForOp> band) { in checkIfTilingParametersExist() 58 getTilingParameters(ArrayRef<AffineForOp> band, in getTilingParameters()
|
/llvm-project/clang/test/Analysis/ |
H A D | constant-folding-crash.cpp | 6 int band = lhs & rhs; in crash_NE() local
|
/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
H A D | LoopTiling.cpp | 78 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 D | literals.cpp |
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopUtils.cpp | 875 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 D | Utils.cpp | 949 auto band = llvm::MutableArrayRef(loops.data() + start, end - start); coalescePerfectlyNestedSCFForLoops() local
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1729 auto band = shape.slice(currentDim, dim); inferCollapsedType() local
|