Lines Matching refs:getModule
785 const auto &DL = CGM.getModule().getDataLayout(); in emitKernelDeinit()
1068 CGM.getModule(), OMPRTL___kmpc_alloc_shared), in emitGenericVarsProlog()
1135 CGM.getModule(), OMPRTL___kmpc_alloc_shared), in getKmpcAllocShared()
1148 CGM.getModule(), OMPRTL___kmpc_free_shared), in getKmpcFreeShared()
1163 CGM.getModule(), OMPRTL___kmpc_free_shared), in emitGenericVarsEpilog()
1174 CGM.getModule(), OMPRTL___kmpc_free_shared), in emitGenericVarsEpilog()
1277 CGM.getModule(), OMPRTL___kmpc_parallel_51), in emitParallelCall()
1296 CGM.getModule(), OMPRTL___kmpc_barrier_simple_spmd), in syncCTAThreads()
1313 CGM.getModule(), OMPRTL___kmpc_barrier), in emitBarrierCall()
1331 CGM.getModule(), OMPRTL___kmpc_warp_active_thread_mask)); in emitCriticalRegion()
1374 CGM.getModule(), OMPRTL___kmpc_syncwarp), in emitCriticalRegion()
1876 Twine(OutlinedParallelFn->getName(), "_wrapper"), &CGM.getModule()); in createParallelDataSharingWrapper()
1916 CGM.getModule(), OMPRTL___kmpc_get_shared_variables), in createParallelDataSharingWrapper()
2075 CGM.getModule(), VarTy, /*isConstant=*/false, in getAddressOfLocalVariable()
2345 llvm::Module *M = &CGF.CGM.getModule(); in getGPUNumThreads()
2351 llvm::GlobalVariable::ExternalLinkage, LocSize, &CGF.CGM.getModule()); in getGPUNumThreads()
2360 CGM.getModule(), OMPRTL___kmpc_get_hardware_thread_id_in_block), in getGPUThreadID()