Home
last modified time | relevance | path

Searched refs:Int8PtrPtrTy (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp329 PointerType *Int8PtrPtrTy = PointerType::get(C, 0); in createRegisterGlobalsFunction() local
333 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
342 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
351 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, in createRegisterGlobalsFunction()
360 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
366 auto *RegGlobalsTy = FunctionType::get(Type::getVoidTy(C), Int8PtrPtrTy, in createRegisterGlobalsFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h60 llvm::PointerType *Int8PtrPtrTy; member
H A DCGNonTrivialStruct.cpp378 PHIs[I] = CGF.Builder.CreatePHI(CGF.CGM.Int8PtrPtrTy, 2, "addr.cur"); in visitArray()
448 if (Arg.getType() != CGM.Int8PtrPtrTy) in getFunction()
H A DCGObjC.cpp2215 CGF.Builder.CreateBitCast(addr.getPointer(), CGF.Int8PtrPtrTy), in emitARCStoreOperation()
2236 CGF.Builder.CreateBitCast(dst.getPointer(), CGF.Int8PtrPtrTy), in emitARCCopyOperation()
2237 CGF.Builder.CreateBitCast(src.getPointer(), CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2489 Builder.CreateBitCast(addr.getPointer(), Int8PtrPtrTy), in EmitARCStoreStrongCall()
H A DCGObjCMac.cpp176 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy; member in __anonaa8b92cd0111::ObjCCommonTypesHelper
739 llvm::Type *params[] = { Int8PtrPtrTy }; in getLoadClassrefFn()
3301 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5718 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5825 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper()
5992 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, Int8PtrTy, in ObjCNonFragileABITypesHelper()
H A DCGBlocks.cpp1297 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
H A DMicrosoftCXXABI.cpp498 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
H A DCGOpenMPRuntime.cpp1593 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix).str()); in getOrCreateThreadPrivateCache()