Lines Matching refs:getModule
608 /*placeholder=*/"_worker", &CGM.getModule()); in createWorkerFunction()
1109 CGM.getModule(), CGM.VoidPtrTy, /*isConstant=*/false, in emitNonSPMDKernel()
1164 CGM.getModule(), OMPRTL___kmpc_kernel_init), in emitNonSPMDEntryHeader()
1169 CGM.getModule(), OMPRTL___kmpc_data_sharing_init_stack)); in emitNonSPMDEntryHeader()
1193 CGM.getModule(), OMPRTL___kmpc_kernel_deinit), in emitNonSPMDEntryFooter()
1243 CGM.getModule(), CGM.VoidPtrTy, /*isConstant=*/false, in emitSPMDKernel()
1268 CGM.getModule(), OMPRTL___kmpc_spmd_kernel_init), in emitSPMDEntryHeader()
1274 CGM.getModule(), OMPRTL___kmpc_data_sharing_init_stack_spmd)); in emitSPMDEntryHeader()
1301 CGM.getModule(), OMPRTL___kmpc_spmd_kernel_deinit_v2), in emitSPMDEntryFooter()
1318 new llvm::GlobalVariable(CGM.getModule(), CGM.Int8Ty, /*isConstant=*/true, in setPropertyExecutionMode()
1373 CGM.getModule(), OMPRTL___kmpc_kernel_parallel), in emitWorkerLoop()
1440 CGM.getModule(), OMPRTL___kmpc_kernel_end_parallel), in emitWorkerLoop()
1464 llvm::Module &M = CGM.getModule(); in createOffloadEntry()
1748 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), in emitGenericVarsProlog()
1755 CGM.getModule(), OMPRTL___kmpc_is_spmd_exec_mode))); in emitGenericVarsProlog()
1790 CGM.getModule(), OMPRTL___kmpc_data_sharing_coalesced_push_stack), in emitGenericVarsProlog()
1824 CGM.getModule(), CGM.Int16Ty, /*isConstant=*/true, in emitGenericVarsProlog()
1835 CGM.getModule(), CGM.Int8Ty, /*isConstant=*/false, in emitGenericVarsProlog()
1838 CGM.getModule(), CGM.SizeTy, /*isConstant=*/true, in emitGenericVarsProlog()
1854 CGM.getModule(), OMPRTL___kmpc_get_team_static_memory), in emitGenericVarsProlog()
1883 CGM.getModule(), in emitGenericVarsProlog()
1986 CGM.getModule(), OMPRTL___kmpc_data_sharing_coalesced_push_stack), in emitGenericVarsProlog()
2015 CGM.getModule(), OMPRTL___kmpc_data_sharing_pop_stack), in emitGenericVarsEpilog()
2031 CGM.getModule(), OMPRTL___kmpc_data_sharing_pop_stack), in emitGenericVarsEpilog()
2053 CGM.getModule(), OMPRTL___kmpc_restore_team_static_memory), in emitGenericVarsEpilog()
2059 CGM.getModule(), OMPRTL___kmpc_data_sharing_pop_stack), in emitGenericVarsEpilog()
2151 CGM.getModule(), OMPRTL___kmpc_parallel_51), in emitParallelCall()
2170 CGM.getModule(), OMPRTL___kmpc_barrier_simple_spmd), in syncCTAThreads()
2187 CGM.getModule(), OMPRTL___kmpc_barrier), in emitBarrierCall()
2205 CGM.getModule(), OMPRTL___kmpc_warp_active_thread_mask)); in emitCriticalRegion()
2248 CGM.getModule(), OMPRTL___kmpc_syncwarp), in emitCriticalRegion()
2317 OMPBuilder.getOrCreateRuntimeFunction(CGM.getModule(), ShuffleFn), in createRuntimeShuffleFunction()
2641 llvm::Module &M = CGM.getModule(); in emitInterWarpCopyFunction()
2962 "_omp_reduction_shuffle_and_reduce_func", &CGM.getModule()); in emitShuffleAndReduceFunction()
3118 "_omp_reduction_list_to_global_copy_func", &CGM.getModule()); in emitListToGlobalCopyFunction()
3227 "_omp_reduction_list_to_global_reduce_func", &CGM.getModule()); in emitListToGlobalReduceFunction()
3323 "_omp_reduction_global_to_list_copy_func", &CGM.getModule()); in emitGlobalToListCopyFunction()
3433 "_omp_reduction_global_to_list_reduce_func", &CGM.getModule()); in emitGlobalToListReduceFunction()
3829 CGM.getModule(), OMPRTL___kmpc_nvptx_parallel_reduce_nowait_v2), in emitReduction()
3846 CGM.getModule(), CGM.VoidPtrTy, /*isConstant=*/true, in emitReduction()
3879 CGM.getModule(), OMPRTL___kmpc_nvptx_teams_reduce_nowait_v2), in emitReduction()
3915 CGM.getModule(), OMPRTL___kmpc_nvptx_end_reduce_nowait), in emitReduction()
4046 Twine(OutlinedParallelFn->getName(), "_wrapper"), &CGM.getModule()); in createParallelDataSharingWrapper()
4086 CGM.getModule(), OMPRTL___kmpc_get_shared_variables), in createParallelDataSharingWrapper()
4256 CGM.getModule(), VarTy, /*isConstant=*/false, in getAddressOfLocalVariable()
4639 CGM.getModule(), LLVMStaticTy, in clear()
4669 CGM.getModule(), LLVMArr2Ty, in clear()
4704 CGM.getModule(), LLVMReductionsBufferTy, in clear()