Lines Matching refs:getModule

805   const auto &DL = CGM.getModule().getDataLayout();  in emitKernelDeinit()
1088 CGM.getModule(), OMPRTL___kmpc_alloc_shared), in emitGenericVarsProlog()
1154 CGM.getModule(), OMPRTL___kmpc_alloc_shared), in getKmpcAllocShared()
1167 CGM.getModule(), OMPRTL___kmpc_free_shared), in getKmpcFreeShared()
1182 CGM.getModule(), OMPRTL___kmpc_free_shared), in emitGenericVarsEpilog()
1193 CGM.getModule(), OMPRTL___kmpc_free_shared), in emitGenericVarsEpilog()
1296 CGM.getModule(), OMPRTL___kmpc_parallel_51), in emitParallelCall()
1315 CGM.getModule(), OMPRTL___kmpc_barrier_simple_spmd), in syncCTAThreads()
1332 CGM.getModule(), OMPRTL___kmpc_barrier), in emitBarrierCall()
1350 CGM.getModule(), OMPRTL___kmpc_warp_active_thread_mask)); in emitCriticalRegion()
1393 CGM.getModule(), OMPRTL___kmpc_syncwarp), in emitCriticalRegion()
1461 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), ShuffleFn), in createRuntimeShuffleFunction()
1706 llvm::Module &M = CGM.getModule(); in emitInterWarpCopyFunction()
2020 "_omp_reduction_shuffle_and_reduce_func", &CGM.getModule()); in emitShuffleAndReduceFunction()
2177 "_omp_reduction_list_to_global_copy_func", &CGM.getModule()); in emitListToGlobalCopyFunction()
2289 "_omp_reduction_list_to_global_reduce_func", &CGM.getModule()); in emitListToGlobalReduceFunction()
2383 "_omp_reduction_global_to_list_copy_func", &CGM.getModule()); in emitGlobalToListCopyFunction()
2496 "_omp_reduction_global_to_list_reduce_func", &CGM.getModule()); in emitGlobalToListReduceFunction()
2898 CGM.getModule(), OMPRTL___kmpc_nvptx_parallel_reduce_nowait_v2), in emitReduction()
2905 CGM.getModule(), OMPRTL___kmpc_reduction_get_fixed_buffer), in emitReduction()
2933 CGM.getModule(), OMPRTL___kmpc_nvptx_teams_reduce_nowait_v2), in emitReduction()
3082 Twine(OutlinedParallelFn->getName(), "_wrapper"), &CGM.getModule()); in createParallelDataSharingWrapper()
3122 CGM.getModule(), OMPRTL___kmpc_get_shared_variables), in createParallelDataSharingWrapper()
3281 CGM.getModule(), VarTy, /*isConstant=*/false, in getAddressOfLocalVariable()
3545 llvm::Module *M = &CGF.CGM.getModule(); in getGPUNumThreads()
3551 llvm::GlobalVariable::ExternalLinkage, LocSize, &CGF.CGM.getModule()); in getGPUNumThreads()
3560 CGM.getModule(), OMPRTL___kmpc_get_hardware_thread_id_in_block), in getGPUThreadID()
3567 CGM.getModule(), OMPRTL___kmpc_get_warp_size), in getGPUWarpSize()