Searched refs:RCAST (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_wait_release.h | 62 void *get_void_p() { return RCAST(void *, CCAST(P *, loc)); } in get_void_p() 88 void *get_void_p() { return RCAST(void *, loc); } in get_void_p() 615 return KMP_TEST_THEN_ADD4_32(RCAST(volatile kmp_int32 *, f)); 630 return KMP_TEST_THEN_ADD4_64(RCAST(volatile kmp_int64 *, f)); 928 return (RCAST(unsigned char *, CCAST(kmp_uint64 *, loc)))[offset]; 1024 switch (RCAST(kmp_flag_64<> *, CCAST(void *, flag))->get_type()) {
|
D | kmp_tasking.cpp | 772 RCAST(kmp_int32 *, &taskdata->td_flags), in __kmp_free_task_and_ancestors() 773 *RCAST(kmp_int32 *, &flags_old), in __kmp_free_task_and_ancestors() 774 *RCAST(kmp_int32 *, &flags_new))) { in __kmp_free_task_and_ancestors() 1119 if (KMP_COMPARE_AND_STORE_ACQ32(RCAST(kmp_int32 *, &task->td_flags), in __kmp_finish_implicit_task() 1120 *RCAST(kmp_int32 *, &flags_old), in __kmp_finish_implicit_task() 1121 *RCAST(kmp_int32 *, &flags_new))) { in __kmp_finish_implicit_task() 1869 RCAST(std::atomic<kmp_uint32> *, in __kmpc_omp_taskwait_template() 2506 RCAST(std::atomic<kmp_uint32> *, &(taskgroup->count)), 0U); in __kmpc_end_taskgroup() 3610 RCAST(std::atomic<kmp_uint32> *, in __kmp_task_team_wait() 3639 std::atomic<kmp_uint32> *spin = RCAST( in __kmp_tasking_barrier() [all …]
|
D | kmp_alloc.cpp | 1369 al->fb_data = RCAST(kmp_allocator_t *, traits[i].value); in __kmpc_init_allocator() 1372 al->memkind = RCAST(void **, traits[i].value); in __kmpc_init_allocator() 1457 al = RCAST(kmp_allocator_t *, CCAST(omp_allocator_handle_t, allocator)); in __kmpc_alloc() 1596 al = RCAST(kmp_allocator_t *, CCAST(omp_allocator_handle_t, allocator)); in __kmpc_calloc() 1665 al = RCAST(kmp_allocator_t *, CCAST(omp_allocator_handle_t, allocator)); in __kmpc_free()
|
D | kmp_stats.cpp | 365 const kmp_stats_event *ev1 = RCAST(const kmp_stats_event *, event1); in compare_two_events() 366 const kmp_stats_event *ev2 = RCAST(const kmp_stats_event *, event2); in compare_two_events()
|
D | kmp_os.h | 219 #define RCAST(type, var) reinterpret_cast<type>(var) macro 275 #define RCAST(type, var) (type)(var)
|
D | kmp_dispatch_hier.h | 277 (RCAST(volatile char *, &(bdata->val[current_index])))[id] = v; in barrier() 323 val = RCAST(volatile kmp_int64 *, &(bdata->val[current_index])); in barrier()
|
D | kmp_dispatch.cpp | 1549 init = test_then_add<ST>(RCAST(volatile ST *, &sh->u.s.iteration), in __kmp_dispatch_next_algorithm() 1568 if (compare_and_swap<ST>(RCAST(volatile ST *, &sh->u.s.iteration), in __kmp_dispatch_next_algorithm() 1618 init = test_then_add<ST>(RCAST(volatile ST *, &sh->u.s.iteration), in __kmp_dispatch_next_algorithm() 1641 if (compare_and_swap<ST>(RCAST(volatile ST *, &sh->u.s.iteration), in __kmp_dispatch_next_algorithm()
|
D | kmp_gsupport.cpp | 1808 __kmpc_doacross_post(&loc, gtid, RCAST(kmp_int64 *, count)); in __kmp_GOMP_doacross_post() 1865 __kmpc_doacross_post(&loc, gtid, RCAST(kmp_int64 *, count)); in KMP_EXPAND_NAME()
|
D | kmp_settings.cpp | 5020 const kmp_setting_t *a = RCAST(const kmp_setting_t *, _a); in __kmp_stg_cmp() 5021 const kmp_setting_t *b = RCAST(const kmp_setting_t *, _b); in __kmp_stg_cmp()
|
D | kmp_barrier.cpp | 1089 (RCAST(volatile char *, in __kmp_hierarchical_barrier_release()
|
D | kmp_lock.cpp | 1431 RCAST(volatile kmp_int64 *, tail_id_p), KMP_PACK_64(head, head), in __kmp_release_queuing_lock()
|
D | kmp_runtime.cpp | 6463 KMP_SSCANF(flag_addr_str, "%p", RCAST(void**, &flag_addr)); in __kmp_register_library_startup()
|
/external/llvm-project/llvm/test/Transforms/InstCombine/X86/ |
D | blend_x86.ll | 252 ; CHECK-NEXT: [[RCAST:%.*]] = bitcast <4 x i32> [[TMP2]] to <2 x i64> 253 ; CHECK-NEXT: ret <2 x i64> [[RCAST]] 275 ; CHECK-NEXT: [[RCAST:%.*]] = bitcast <16 x i8> [[R]] to <2 x i64> 276 ; CHECK-NEXT: ret <2 x i64> [[RCAST]]
|