Home
last modified time | relevance | path

Searched refs:PPCGArray (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2900 void setArrayBounds(gpu_array_info &PPCGArray, ScopArrayInfo *Array) { in setArrayBounds() argument
2903 if (PPCGArray.n_index > 0) { in setArrayBounds()
2904 if (isl_set_is_empty(PPCGArray.extent)) { in setArrayBounds()
2905 isl_set *Dom = isl_set_copy(PPCGArray.extent); in setArrayBounds()
2912 isl_set *Dom = isl_set_copy(PPCGArray.extent); in setArrayBounds()
2913 Dom = isl_set_project_out(Dom, isl_dim_set, 1, PPCGArray.n_index - 1); in setArrayBounds()
2927 for (unsigned i = 1; i < PPCGArray.n_index; ++i) { in setArrayBounds()
2981 isl_space *BoundsSpace = isl_set_get_space(PPCGArray.extent); in setArrayBounds()
2987 PPCGArray.bound = in setArrayBounds()
2989 assert(PPCGArray.bound && "PPCGArray.bound was not constructed correctly."); in setArrayBounds()
[all …]