Searched refs:add_named_tuple (Results 1 – 3 of 3) sorted by relevance
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test_cpp-generic.cc | 228 isl::space set_space = unit.add_named_tuple("A", 3); in test_space() 229 isl::space map_space = set_space.add_named_tuple("B", 2); in test_space()
|
H A D | isl_test_python.py | 306 set_space = unit.add_named_tuple("A", 3) 307 map_space = set_space.add_named_tuple("B", 2)
|
/llvm-project/polly/lib/External/isl/include/isl/ |
H A D | isl-noexceptions.h | 4125 inline isl::space add_named_tuple(isl::id tuple_id, unsigned int dim) const; 4126 inline isl::space add_named_tuple(const std::string &tuple_id, unsigned int dim) const; 19627 isl::space space::add_named_tuple(isl::id tuple_id, unsigned int dim) const in add_named_tuple() function 19633 isl::space space::add_named_tuple(const std::string &tuple_id, unsigned int dim) const in add_named_tuple() function 19635 return this->add_named_tuple(isl::id(ctx(), tuple_id), dim); in add_named_tuple()
|