OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isl_local_space
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
local_space.h
13
struct
isl_local_space
;
14
typedef struct
isl_local_space
isl_local_space
;
typedef in typeref:struct:isl_local_space
16
isl_ctx *isl_local_space_get_ctx(__isl_keep
isl_local_space
*ls);
18
__isl_give
isl_local_space
*isl_local_space_from_space(
21
__isl_give
isl_local_space
*isl_local_space_copy(
22
__isl_keep
isl_local_space
*ls);
23
__isl_null
isl_local_space
*isl_local_space_free(
24
__isl_take
isl_local_space
*ls);
26
isl_bool isl_local_space_is_params(__isl_keep
isl_local_space
*ls)
[
all
...]
/src/external/mit/isl/dist/
isl_local_space_private.h
8
struct
isl_local_space
{
struct
15
isl_stat isl_local_space_check_range(__isl_keep
isl_local_space
*ls,
18
uint32_t isl_local_space_get_hash(__isl_keep
isl_local_space
*ls);
20
__isl_give
isl_local_space
*isl_local_space_alloc(__isl_take isl_space *space,
22
__isl_give
isl_local_space
*isl_local_space_alloc_div(
26
__isl_keep
isl_local_space
*ls);
28
__isl_give
isl_local_space
*isl_local_space_swap_div(
29
__isl_take
isl_local_space
*ls, int a, int b);
30
__isl_give
isl_local_space
*isl_local_space_add_div(
31
__isl_take
isl_local_space
*ls, __isl_take isl_vec *div)
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026