Searched refs:VoidPtrPtrTy (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCUDANV.cpp | 33 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()
|
D | CodeGenTypeCache.h | 59 llvm::PointerType *VoidPtrPtrTy; member
|
D | CGOpenMPRuntime.cpp | 1542 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 …]
|
D | CGBlocks.cpp | 1643 srcField = CGF.Builder.CreateBitCast(srcField, CGF.VoidPtrPtrTy); in emitCopy()
|