Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCUDANV.cpp33 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon19ff64340111::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()