Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu_tree.c215 int is_shared; in gpu_tree_move_down_to_shared() local
217 while ((is_shared = node_is_shared(node)) == 0) in gpu_tree_move_down_to_shared()
219 if (is_shared < 0) in gpu_tree_move_down_to_shared()
288 int is_shared; in gpu_tree_move_down_to_depth() local
303 while ((is_shared = node_is_shared(node)) == 0 && in gpu_tree_move_down_to_depth()
307 if (is_shared < 0 || is_thread < 0) in gpu_tree_move_down_to_depth()
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Disspacep.ll30 ; CHECK: is_shared
31 define i1 @is_shared(i8* %addr) {