HomeSort by relevance Sort by last modified time
    Searched full:ub_ptr (Results 1 - 3 of 3) sorted by null

  /external/clang/test/OpenMP/
parallel_sections_codegen.cpp 31 // CHECK: store i32 1, i32* [[UB_PTR:%.+]],
34 // CHECK: call void @__kmpc_for_static_init_4(%{{.+}}* @{{.+}}, i32 [[GTID]], i32 34, i32* [[IS_LAST_PTR:%.+]], i32* [[LB_PTR]], i32* [[UB_PTR]], i32* [[STRIDE_PTR:%.+]], i32 1, i32 1)
36 // CHECK: [[UB:%.+]] = load i32, i32* [[UB_PTR]]
39 // CHECK: store i32 [[MIN_UB_GLOBALUB]], i32* [[UB_PTR]]
47 // CHECK: [[UB:%.+]] = load i32, i32* [[UB_PTR]]
sections_codegen.cpp 33 // CHECK: store i32 1, i32* [[UB_PTR:%.+]],
34 // CHECK: call void @__kmpc_for_static_init_4(%{{.+}}* @{{.+}}, i32 [[GTID]], i32 34, i32* [[IS_LAST_PTR:%.+]], i32* [[LB_PTR]], i32* [[UB_PTR]], i32* [[STRIDE_PTR:%.+]], i32 1, i32 1)
36 // CHECK: [[UB:%.+]] = load i32, i32* [[UB_PTR]]
39 // CHECK: store i32 [[MIN_UB_GLOBALUB]], i32* [[UB_PTR]]
47 // CHECK: [[UB:%.+]] = load i32, i32* [[UB_PTR]]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 836 const GLubyte *ub_ptr = (const GLubyte *) indices + req_element; local
839 const GLint index = (GLint) * (ub_ptr++);
    [all...]

Completed in 353 milliseconds