Searched refs:is_shared (Results 1 – 2 of 2) sorted by relevance
215 int is_shared; in gpu_tree_move_down_to_shared() local217 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() local303 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()
30 ; CHECK: is_shared31 define i1 @is_shared(i8* %addr) {