Home
last modified time | relevance | path

Searched refs:isl (Results 101 – 125 of 4247) sorted by relevance

12345678910>>...170

/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc37 static int size_val(isl::size s) in size_val()
64 isl::set univ(ctx, "{ : }"); in test_return_bool()
65 isl::set null; in test_return_bool()
142 return isl::stat::ok(); in test_foreach()
155 return isl::stat::error(); in test_foreach()
174 auto fail = [] (isl::set s){ in test_every()
200 return isl::boolean(true); in test_schedule_tree()
220 return isl::boolean(); in test_schedule_tree()
231 return isl::boolean(true); in test_schedule_tree()
251 isl::ast_build build) { in test_ast_build()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc37 static int size_val(isl::size s) in size_val()
64 isl::set univ(ctx, "{ : }"); in test_return_bool()
65 isl::set null; in test_return_bool()
142 return isl::stat::ok(); in test_foreach()
155 return isl::stat::error(); in test_foreach()
174 auto fail = [] (isl::set s){ in test_every()
200 return isl::boolean(true); in test_schedule_tree()
220 return isl::boolean(); in test_schedule_tree()
231 return isl::boolean(true); in test_schedule_tree()
251 isl::ast_build build) { in test_ast_build()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc37 static int size_val(isl::size s) in size_val()
64 isl::set univ(ctx, "{ : }"); in test_return_bool()
65 isl::set null; in test_return_bool()
142 return isl::stat::ok(); in test_foreach()
155 return isl::stat::error(); in test_foreach()
174 auto fail = [] (isl::set s){ in test_every()
200 return isl::boolean(true); in test_schedule_tree()
220 return isl::boolean(); in test_schedule_tree()
231 return isl::boolean(true); in test_schedule_tree()
251 isl::ast_build build) { in test_ast_build()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc37 static int size_val(isl::size s) in size_val()
64 isl::set univ(ctx, "{ : }"); in test_return_bool()
65 isl::set null; in test_return_bool()
142 return isl::stat::ok(); in test_foreach()
155 return isl::stat::error(); in test_foreach()
174 auto fail = [] (isl::set s){ in test_every()
200 return isl::boolean(true); in test_schedule_tree()
220 return isl::boolean(); in test_schedule_tree()
231 return isl::boolean(true); in test_schedule_tree()
251 isl::ast_build build) { in test_ast_build()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc37 static int size_val(isl::size s) in size_val()
64 isl::set univ(ctx, "{ : }"); in test_return_bool()
65 isl::set null; in test_return_bool()
142 return isl::stat::ok(); in test_foreach()
155 return isl::stat::error(); in test_foreach()
174 auto fail = [] (isl::set s){ in test_every()
200 return isl::boolean(true); in test_schedule_tree()
220 return isl::boolean(); in test_schedule_tree()
231 return isl::boolean(true); in test_schedule_tree()
251 isl::ast_build build) { in test_ast_build()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc37 static int size_val(isl::size s)
64 isl::set univ(ctx, "{ : }");
65 isl::set null;
142 return isl::stat::ok();
155 return isl::stat::error();
174 auto fail = [] (isl::set s){
200 return isl::boolean(true);
220 return isl::boolean();
231 return isl::boolean(true);
251 isl::ast_build build) {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Transform/
H A DFlattenAlgo.cpp72 isl::union_pw_aff subtract(isl::union_pw_aff UPwAff, isl::val Val) { in subtract()
77 isl::stat Stat = in subtract()
78 UPwAff.foreach_pw_aff([=, &Result](isl::pw_aff PwAff) -> isl::stat { in subtract()
80 isl::pw_aff(isl::set::universe(PwAff.get_space().domain()), Val); in subtract()
91 isl::union_pw_aff multiply(isl::union_pw_aff UPwAff, isl::val Val) { in multiply()
96 isl::stat Stat = in multiply()
97 UPwAff.foreach_pw_aff([=, &Result](isl::pw_aff PwAff) -> isl::stat { in multiply()
148 isl::map SingleMap = Map.project_out(isl::dim::out, 0, pos); in scheduleExtractDimAff()
177 isl::union_map tryFlattenSequence(isl::union_map Schedule) { in tryFlattenSequence()
266 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
254 isl::union_map Result = isl::union_map::empty(UMap.ctx()); in filterKnownValInst()
629 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
695 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
848 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
851 isl::union_map Result = isl::union_map::empty(Input.ctx()); in normalizeValInst()
927 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
936 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
943 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Transform/
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
228 isl::union_map polly::makeUnknownForDomain(isl::union_set Domain) { in makeUnknownForDomain()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
253 isl::union_map Result = isl::union_map::empty(UMap.get_space()); in filterKnownValInst()
628 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
693 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
846 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
925 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
934 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
941 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Transform/
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
228 isl::union_map polly::makeUnknownForDomain(isl::union_set Domain) { in makeUnknownForDomain()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
253 isl::union_map Result = isl::union_map::empty(UMap.get_space()); in filterKnownValInst()
628 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
693 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
846 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
925 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
934 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
941 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Transform/
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
228 isl::union_map polly::makeUnknownForDomain(isl::union_set Domain) { in makeUnknownForDomain()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
253 isl::union_map Result = isl::union_map::empty(UMap.get_space()); in filterKnownValInst()
622 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
687 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
840 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
919 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
928 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
935 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Transform/
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
228 isl::union_map polly::makeUnknownForDomain(isl::union_set Domain) { in makeUnknownForDomain()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
253 isl::union_map Result = isl::union_map::empty(UMap.get_space()); in filterKnownValInst()
622 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
687 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
840 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
919 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
928 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
935 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Transform/
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
228 isl::union_map polly::makeUnknownForDomain(isl::union_set Domain) { in makeUnknownForDomain()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
253 isl::union_map Result = isl::union_map::empty(UMap.get_space()); in filterKnownValInst()
622 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
687 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
840 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
919 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
928 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
935 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
253 isl::union_map Result = isl::union_map::empty(UMap.ctx()); in filterKnownValInst()
628 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
692 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
845 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
848 isl::union_map Result = isl::union_map::empty(Input.ctx()); in normalizeValInst()
924 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
933 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
940 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Transform/
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
253 isl::union_map Result = isl::union_map::empty(UMap.ctx()); in filterKnownValInst()
628 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
692 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
845 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
848 isl::union_map Result = isl::union_map::empty(Input.ctx()); in normalizeValInst()
924 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
933 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
940 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DZoneAlgo.cpp193 isl::union_map Defs = isl::union_map::from_domain(Writes); in computeScalarReachingDefinition()
239 static isl::map makeUnknownForDomain(isl::set Domain) { in makeUnknownForDomain()
253 isl::union_map Result = isl::union_map::empty(UMap.ctx()); in filterKnownValInst()
628 isl::map ZoneAlgorithm::getScatterFor(isl::set Domain) const { in getScatterFor()
692 Result = Result.equate(isl::dim::in, i, isl::dim::out, i); in getDefToTarget()
845 static isl::union_map normalizeValInst(isl::union_map Input, in normalizeValInst()
848 isl::union_map Result = isl::union_map::empty(Input.ctx()); in normalizeValInst()
924 isl::boolean ZoneAlgorithm::isNormalized(isl::map Map) { in isNormalized()
933 isl::id OutTupleId = Unwrapped.get_tuple_id(isl::dim::out); in isNormalized()
940 isl::id InTupleId = Unwrapped.get_tuple_id(isl::dim::in); in isNormalized()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc17 namespace isl { using namespace checked; } namespace
52 void test_return_bool(isl::ctx ctx) in test_return_bool()
54 isl::set empty(ctx, "{ : false }"); in test_return_bool()
55 isl::set univ(ctx, "{ : }"); in test_return_bool()
56 isl::set null; in test_return_bool()
83 assert(isl::boolean(true).is_true()); in test_return_bool()
109 void test_return(isl::ctx ctx) in test_return()
125 void test_foreach(isl::ctx ctx) in test_foreach()
127 isl::set s(ctx, "{ [0]; [1]; [2] }"); in test_foreach()
133 return isl::stat::ok(); in test_foreach()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/include/polly/Support/
H A DISLOStream.h24 ADD_OSTREAM_PRINTER(isl::aff)
25 ADD_OSTREAM_PRINTER(isl::ast_expr)
26 ADD_OSTREAM_PRINTER(isl::ast_node)
27 ADD_OSTREAM_PRINTER(isl::basic_map)
29 ADD_OSTREAM_PRINTER(isl::map)
30 ADD_OSTREAM_PRINTER(isl::set)
31 ADD_OSTREAM_PRINTER(isl::id)
35 ADD_OSTREAM_PRINTER(isl::point)
36 ADD_OSTREAM_PRINTER(isl::pw_aff)
38 ADD_OSTREAM_PRINTER(isl::schedule)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/include/polly/Support/
H A DISLOStream.h25 ADD_OSTREAM_PRINTER(isl::aff)
26 ADD_OSTREAM_PRINTER(isl::ast_expr)
27 ADD_OSTREAM_PRINTER(isl::ast_node)
28 ADD_OSTREAM_PRINTER(isl::basic_map)
30 ADD_OSTREAM_PRINTER(isl::map)
31 ADD_OSTREAM_PRINTER(isl::set)
32 ADD_OSTREAM_PRINTER(isl::id)
36 ADD_OSTREAM_PRINTER(isl::point)
37 ADD_OSTREAM_PRINTER(isl::pw_aff)
39 ADD_OSTREAM_PRINTER(isl::schedule)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/include/polly/Support/
H A DISLOStream.h24 ADD_OSTREAM_PRINTER(isl::aff)
25 ADD_OSTREAM_PRINTER(isl::ast_expr)
26 ADD_OSTREAM_PRINTER(isl::ast_node)
27 ADD_OSTREAM_PRINTER(isl::basic_map)
29 ADD_OSTREAM_PRINTER(isl::map)
30 ADD_OSTREAM_PRINTER(isl::set)
31 ADD_OSTREAM_PRINTER(isl::id)
35 ADD_OSTREAM_PRINTER(isl::point)
36 ADD_OSTREAM_PRINTER(isl::pw_aff)
38 ADD_OSTREAM_PRINTER(isl::schedule)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/include/polly/Support/
H A DISLOStream.h24 ADD_OSTREAM_PRINTER(isl::aff)
25 ADD_OSTREAM_PRINTER(isl::ast_expr)
26 ADD_OSTREAM_PRINTER(isl::ast_node)
27 ADD_OSTREAM_PRINTER(isl::basic_map)
29 ADD_OSTREAM_PRINTER(isl::map)
30 ADD_OSTREAM_PRINTER(isl::set)
31 ADD_OSTREAM_PRINTER(isl::id)
35 ADD_OSTREAM_PRINTER(isl::point)
36 ADD_OSTREAM_PRINTER(isl::pw_aff)
38 ADD_OSTREAM_PRINTER(isl::schedule)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/include/polly/Support/
H A DISLOStream.h25 ADD_OSTREAM_PRINTER(isl::aff)
26 ADD_OSTREAM_PRINTER(isl::ast_expr)
27 ADD_OSTREAM_PRINTER(isl::ast_node)
28 ADD_OSTREAM_PRINTER(isl::basic_map)
30 ADD_OSTREAM_PRINTER(isl::map)
31 ADD_OSTREAM_PRINTER(isl::set)
32 ADD_OSTREAM_PRINTER(isl::id)
36 ADD_OSTREAM_PRINTER(isl::point)
37 ADD_OSTREAM_PRINTER(isl::pw_aff)
39 ADD_OSTREAM_PRINTER(isl::schedule)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/include/polly/Support/
H A DISLOStream.h24 ADD_OSTREAM_PRINTER(isl::aff)
25 ADD_OSTREAM_PRINTER(isl::ast_expr)
26 ADD_OSTREAM_PRINTER(isl::ast_node)
27 ADD_OSTREAM_PRINTER(isl::basic_map)
29 ADD_OSTREAM_PRINTER(isl::map)
30 ADD_OSTREAM_PRINTER(isl::set)
31 ADD_OSTREAM_PRINTER(isl::id)
35 ADD_OSTREAM_PRINTER(isl::point)
36 ADD_OSTREAM_PRINTER(isl::pw_aff)
38 ADD_OSTREAM_PRINTER(isl::schedule)
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/include/polly/Support/
H A DISLOStream.h24 ADD_OSTREAM_PRINTER(isl::aff)
25 ADD_OSTREAM_PRINTER(isl::ast_expr)
26 ADD_OSTREAM_PRINTER(isl::ast_node)
27 ADD_OSTREAM_PRINTER(isl::basic_map)
29 ADD_OSTREAM_PRINTER(isl::map)
30 ADD_OSTREAM_PRINTER(isl::set)
31 ADD_OSTREAM_PRINTER(isl::id)
35 ADD_OSTREAM_PRINTER(isl::point)
36 ADD_OSTREAM_PRINTER(isl::pw_aff)
38 ADD_OSTREAM_PRINTER(isl::schedule)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/include/polly/Support/
H A DISLOStream.h25 ADD_OSTREAM_PRINTER(isl::aff)
26 ADD_OSTREAM_PRINTER(isl::ast_expr)
27 ADD_OSTREAM_PRINTER(isl::ast_node)
28 ADD_OSTREAM_PRINTER(isl::basic_map)
30 ADD_OSTREAM_PRINTER(isl::map)
31 ADD_OSTREAM_PRINTER(isl::set)
32 ADD_OSTREAM_PRINTER(isl::id)
36 ADD_OSTREAM_PRINTER(isl::point)
37 ADD_OSTREAM_PRINTER(isl::pw_aff)
39 ADD_OSTREAM_PRINTER(isl::schedule)
[all …]

12345678910>>...170