Home
last modified time | relevance | path

Searched refs:isl (Results 76 – 100 of 3863) sorted by relevance

12345678910>>...155

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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()
144 isl::map SingleMap = Map.project_out(isl::dim::out, 0, pos); in scheduleExtractDimAff()
173 isl::union_map tryFlattenSequence(isl::union_map Schedule) { in tryFlattenSequence()
260 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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()
144 isl::map SingleMap = Map.project_out(isl::dim::out, 0, pos); in scheduleExtractDimAff()
173 isl::union_map tryFlattenSequence(isl::union_map Schedule) { in tryFlattenSequence()
260 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/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()
144 isl::map SingleMap = Map.project_out(isl::dim::out, 0, pos); in scheduleExtractDimAff()
173 isl::union_map tryFlattenSequence(isl::union_map Schedule) { in tryFlattenSequence()
260 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/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()
144 isl::map SingleMap = Map.project_out(isl::dim::out, 0, pos); in scheduleExtractDimAff()
173 isl::union_map tryFlattenSequence(isl::union_map Schedule) { in tryFlattenSequence()
260 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/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()
144 isl::map SingleMap = Map.project_out(isl::dim::out, 0, pos); in scheduleExtractDimAff()
173 isl::union_map tryFlattenSequence(isl::union_map Schedule) { in tryFlattenSequence()
260 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/include/polly/
H A DZoneAlgo.h41 isl::union_map filterKnownValInst(const isl::union_map &UMap);
69 isl::space ParamSpace;
72 isl::space ScatterSpace;
75 isl::union_map Schedule;
193 isl::union_map getWrittenValue(MemoryAccess *MA, isl::map AccRel);
234 isl::union_map getScatterFor(isl::union_set Domain) const;
237 isl::map getScatterFor(isl::set Domain) const;
288 isl::map getScalarReachingDefinition(isl::set DomainDef);
372 isl::boolean isNormalized(isl::map Map);
373 isl::boolean isNormalized(isl::union_map Map);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/External/isl/include/isl/
H A Dcpp-checked.h35 namespace isl {
206 namespace isl {
335 inline isl::checked::aff mod(isl::checked::val mod) const;
341 inline isl::checked::aff scale(isl::checked::val v) const;
417 std::function<isl::checked::ast_node(isl::checked::ast_node, isl::checked::ast_build)> func;
8285 isl::checked::pw_aff pw_aff::param_on_domain(isl::checked::set domain, isl::checked::id id) in param_on_domain()
12881 isl::checked::val val::infty(isl::checked::ctx ctx) in infty()
13042 isl::checked::val val::nan(isl::checked::ctx ctx) in nan()
13071 isl::checked::val val::negone(isl::checked::ctx ctx) in negone()
13077 isl::checked::val val::one(isl::checked::ctx ctx) in one()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dabut.c90 for( isl=0 ; isl < SLICES_MAX ; isl++ ){ in main()
225 for( isl=1 ; isl < nfiles ; isl++ ){ in main()
226 imin[isl] = mri_read_just_one( argv[nopt+isl] ) ; in main()
232 if( imin[isl]->nx != nx || imin[isl]->ny != ny ){ in main()
235 nx,ny , argv[nopt+isl] , imin[isl]->nx , imin[isl]->ny ) ; in main()
254 for( isl=0 ; isl < nfiles-1 ; isl++ ){ in main()
255 gap[isl] = gap[isl] / dzin ; in main()
273 for( isl=0 ; isl < nfiles-1 ; isl++ ){ in main()
303 for( isl=0 ; isl < nfiles-1 ; isl++ ){ in main()
311 isl+1 , gap[isl]*dzin ) ; in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/include/isl/
H A Dcpp-checked.h35 namespace isl {
206 namespace isl {
335 inline isl::checked::aff mod(isl::checked::val mod) const;
341 inline isl::checked::aff scale(isl::checked::val v) const;
414 std::function<isl::checked::ast_node(isl::checked::ast_node, isl::checked::ast_build)> func;
7990 isl::checked::pw_aff pw_aff::param_on_domain(isl::checked::set domain, isl::checked::id id) in param_on_domain()
12394 isl::checked::val val::infty(isl::checked::ctx ctx) in infty()
12555 isl::checked::val val::nan(isl::checked::ctx ctx) in nan()
12584 isl::checked::val val::negone(isl::checked::ctx ctx) in negone()
12590 isl::checked::val val::one(isl::checked::ctx ctx) in one()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
264 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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()
264 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/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()
264 isl::union_map tryFlattenLoop(isl::union_map Schedule) { in tryFlattenLoop()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/External/isl/
H A Disl_test_cpp-generic.cc29 isl::set empty = isl::manage(c_empty); in test_pointer()
59 isl::val null; in test_constructors()
62 isl::val zero_from_str = isl::val(ctx, "0"); in test_constructors()
65 isl::val zero_int_con = isl::val(ctx, 0); in test_constructors()
68 isl::val zero_static_con = isl::val::zero(ctx); in test_constructors()
73 isl::set s = bs; in test_constructors()
75 isl::set s2(bs); in test_constructors()
93 isl::val long_zero_str = isl::val(ctx, std::to_string(0)); in test_parameters_int()
94 isl::val long_zero_int = isl::val(ctx, 0); in test_parameters_int()
123 isl::val two(ctx, 2); in test_parameters_obj()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/External/isl/
H A Disl_test_cpp-checked.cc37 static int size_val(isl::size s) in size_val()
63 isl::set univ(ctx, "{ : }"); in test_return_bool()
64 isl::set null; in test_return_bool()
141 return isl::stat::ok(); in test_foreach()
154 return isl::stat::error(); in test_foreach()
173 auto fail = [] (isl::set s){ in test_every()
199 return isl::boolean(true); in test_schedule_tree()
219 return isl::boolean(); in test_schedule_tree()
230 return isl::boolean(true); in test_schedule_tree()
250 isl::ast_build build) { in test_ast_build()
[all …]
/dports/math/barvinok/barvinok-0.41.5/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/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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/isl/isl-0.24/
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 …]

12345678910>>...155