Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypeCache.h61 llvm::PointerType *Int8PtrPtrTy; member
H A DCGNonTrivialStruct.cpp359 DstArrayEnd = CGF.Builder.CreateBitCast(DstArrayEnd, CGF.CGM.Int8PtrPtrTy, in visitArray()
369 PHIs[I] = CGF.Builder.CreatePHI(CGF.CGM.Int8PtrPtrTy, 2, "addr.cur"); in visitArray()
419 return CGF->Builder.CreateBitCast(Addr, CGF->CGM.Int8PtrPtrTy); in getAddrWithOffset()
439 if (Arg.getType() != CGM.Int8PtrPtrTy) in getFunction()
491 CallerCGF.Builder.CreateBitCast(Addrs[I], CallerCGF.CGM.Int8PtrPtrTy) in callFunc()
803 Address DstPtr = Builder.CreateBitCast(Dst.getAddress(), CGM.Int8PtrPtrTy); in defaultInitNonTrivialCStructVar()
815 Addrs[I] = CGF.Builder.CreateBitCast(Addrs[I], CGF.CGM.Int8PtrPtrTy); in callSpecialFunction()
H A DCGObjC.cpp1959 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy); in emitARCLoadOperation()
1989 CGF.Builder.CreateBitCast(addr.getPointer(), CGF.Int8PtrPtrTy), in emitARCStoreOperation()
2014 CGF.Builder.CreateBitCast(dst.getPointer(), CGF.Int8PtrPtrTy), in emitARCCopyOperation()
2015 CGF.Builder.CreateBitCast(src.getPointer(), CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2229 Builder.CreateBitCast(addr.getPointer(), Int8PtrPtrTy), in EmitARCStoreStrongCall()
2385 addr = Builder.CreateBitCast(addr, Int8PtrPtrTy); in EmitARCDestroyWeak()
H A DCGObjCMac.cpp177 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy; member in __anon0aefe8a60111::ObjCCommonTypesHelper
3262 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
3274 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5551 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5659 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper()
5826 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, Int8PtrTy, in ObjCNonFragileABITypesHelper()
H A DCGOpenMPRuntimeNVPTX.cpp1600 llvm::Type *TypeParams[] = {CGM.Int8PtrPtrTy, CGM.Int16Ty}; in createNVPTXRuntimeFunction()
1748 llvm::Type *TypeParams[] = {CGM.Int8PtrPtrTy->getPointerTo(), CGM.SizeTy}; in createNVPTXRuntimeFunction()
1763 llvm::Type *TypeParams[] = {CGM.Int8PtrPtrTy->getPointerTo()}; in createNVPTXRuntimeFunction()
H A DCodeGenFunction.cpp518 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr"); in DecodeAddrUsedInPrologue()
H A DCGBlocks.cpp1412 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
H A DMicrosoftCXXABI.cpp452 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
H A DCodeGenModule.cpp122 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
H A DCGBuiltin.cpp3902 llvm::Type *BPP = Int8PtrPtrTy; in EmitBuiltinExpr()
13318 BP = Address(Builder.CreateBitCast(BP.getPointer(), Int8PtrPtrTy), in EmitHexagonBuiltinExpr()
13343 BP = Address(Builder.CreateBitCast(BP.getPointer(), Int8PtrPtrTy), in EmitHexagonBuiltinExpr()
H A DCGOpenMPRuntime.cpp2482 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix)); in getOrCreateThreadPrivateCache()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp368 auto *Int8PtrPtrTy = Int8PtrTy->getPointerTo(); in createCacheFragInfoGV() local
387 Int8PtrPtrTy, Int64PtrTy, Int64PtrTy); in createCacheFragInfoGV()
455 ? ConstantPointerNull::get(Int8PtrPtrTy) in createCacheFragInfoGV()
456 : ConstantExpr::getPointerCast(TypeName, Int8PtrPtrTy), in createCacheFragInfoGV()