Home
last modified time | relevance | path

Searched refs:VoidPtrPtrTy (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/CodeGen/
DCGCUDANV.cpp33 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon9870150b0111::CGNVCUDARuntime
96 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
183 llvm::FunctionType::get(VoidTy, VoidPtrPtrTy, false), in makeRegisterGlobalsFn()
193 VoidPtrPtrTy, CharPtrTy, CharPtrTy, CharPtrTy, IntTy, in makeRegisterGlobalsFn()
216 llvm::Type *RegisterVarParams[] = {VoidPtrPtrTy, CharPtrTy, CharPtrTy, in makeRegisterGlobalsFn()
263 llvm::FunctionType::get(VoidPtrPtrTy, VoidPtrTy, false), in makeModuleCtorFunction()
311 TheModule, VoidPtrPtrTy, false, llvm::GlobalValue::InternalLinkage, in makeModuleCtorFunction()
312 llvm::ConstantPointerNull::get(VoidPtrPtrTy), "__cuda_gpubin_handle"); in makeModuleCtorFunction()
344 llvm::FunctionType::get(VoidTy, VoidPtrPtrTy, false), in makeModuleDtorFunction()
DCodeGenTypeCache.h59 llvm::PointerType *VoidPtrPtrTy; member
DCGOpenMPRuntime.cpp1542 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1543 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1558 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1559 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1594 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1595 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1608 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1609 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1622 CGM.VoidPtrPtrTy, in createRuntimeFunction()
1623 CGM.VoidPtrPtrTy, in createRuntimeFunction()
[all …]
DCGBlocks.cpp1643 srcField = CGF.Builder.CreateBitCast(srcField, CGF.VoidPtrPtrTy); in emitCopy()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypeCache.h59 llvm::PointerType *VoidPtrPtrTy; member
DCGOpenMPRuntime.cpp2005 CGM.VoidPtrPtrTy, Twine(Name).concat(Suffix).concat(CacheSuffix))}; in getAddrOfArtificialThreadPrivate()
6384 AllocatorTraitsLVal.getAddress(CGF), CGF.VoidPtrPtrTy); in emitUsesAllocatorsInit()
9379 MapNamesArrayArg = llvm::ConstantPointerNull::get(CGM.VoidPtrPtrTy); in emitOffloadingArraysArgument()
9389 MappersArrayArg = llvm::ConstantPointerNull::get(CGM.VoidPtrPtrTy); in emitOffloadingArraysArgument()
9392 CGF.Builder.CreatePointerCast(Info.MappersArray, CGM.VoidPtrPtrTy); in emitOffloadingArraysArgument()
9394 BasePointersArrayArg = llvm::ConstantPointerNull::get(CGM.VoidPtrPtrTy); in emitOffloadingArraysArgument()
9395 PointersArrayArg = llvm::ConstantPointerNull::get(CGM.VoidPtrPtrTy); in emitOffloadingArraysArgument()
9399 MapNamesArrayArg = llvm::ConstantPointerNull::get(CGM.VoidPtrPtrTy); in emitOffloadingArraysArgument()
9400 MappersArrayArg = llvm::ConstantPointerNull::get(CGM.VoidPtrPtrTy); in emitOffloadingArraysArgument()
DCGOpenMPRuntimeGPU.cpp1848 KernelStaticGlobalized, CGM.VoidPtrPtrTy); in emitGenericVarsProlog()
2165 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "shared_arg_refs"); in emitNonSPMDParallelCall()
4246 CGF.CreateDefaultAlignTempAlloca(CGF.VoidPtrPtrTy, "global_args"); in createParallelDataSharingWrapper()
DCGException.cpp1861 ParentFP = Builder.CreateBitCast(ParentFP, CGM.VoidPtrPtrTy); in EmitCapturedLocals()
DCGBlocks.cpp2203 srcField = CGF.Builder.CreateBitCast(srcField, CGF.VoidPtrPtrTy); in emitCopy()