Searched refs:obj_init (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_threadprivate.cpp | 193 if (d_tn->obj_init != 0) { in __kmp_common_destroy() 194 (*d_tn->dt.dtorv)(d_tn->obj_init, d_tn->vec_len); in __kmp_common_destroy() 212 if (d_tn->obj_init != 0) { in __kmp_common_destroy() 213 (*d_tn->dt.dtor)(d_tn->obj_init); in __kmp_common_destroy() 253 if (d_tn->obj_init != 0) { in __kmp_common_destroy_gtid() 254 (void)(*d_tn->dt.dtorv)(d_tn->obj_init, d_tn->vec_len); in __kmp_common_destroy_gtid() 260 if (d_tn->obj_init != 0) { in __kmp_common_destroy_gtid() 261 (void)(*d_tn->dt.dtor)(d_tn->obj_init); in __kmp_common_destroy_gtid() 354 if (d_tn->pod_init == 0 && d_tn->obj_init == 0) { in kmp_threadprivate_insert() 360 d_tn->obj_init = 0; in kmp_threadprivate_insert() [all …]
|
D | kmp.h | 1574 void *obj_init; member
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | relocation.ll | 43 %obj_init = call i64 addrspace(1)* @generate_obj() 44 %obj = getelementptr i64, i64 addrspace(1)* %obj_init, i32 42 49 ; CHECK-DAG: [ %obj_init.relocated.casted, %loop.backedge ] 50 ; CHECK-DAG: [ %obj_init, %entry ]
|
/external/llvm-project/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | relocation.ll | 44 %obj_init = call i64 addrspace(1)* @generate_obj() 45 %obj = getelementptr i64, i64 addrspace(1)* %obj_init, i32 42 50 ; CHECK-DAG: [ %obj_init.relocated.casted, %loop.backedge ] 51 ; CHECK-DAG: [ %obj_init, %entry ]
|