Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypeCache.h60 llvm::PointerType *Int8PtrPtrTy; member
DCGObjC.cpp1855 llvm::FunctionType::get(CGF.Int8PtrTy, CGF.Int8PtrPtrTy, false); in emitARCLoadOperation()
1861 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy); in emitARCLoadOperation()
1884 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrTy }; in emitARCStoreOperation()
1894 CGF.Builder.CreateBitCast(addr.getPointer(), CGF.Int8PtrPtrTy), in emitARCStoreOperation()
1914 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrPtrTy }; in emitARCCopyOperation()
1922 CGF.Builder.CreateBitCast(dst.getPointer(), CGF.Int8PtrPtrTy), in emitARCCopyOperation()
1923 CGF.Builder.CreateBitCast(src.getPointer(), CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2100 llvm::Type *argTypes[] = { Int8PtrPtrTy, Int8PtrTy }; in EmitARCStoreStrongCall()
2107 Builder.CreateBitCast(addr.getPointer(), Int8PtrPtrTy), in EmitARCStoreStrongCall()
2259 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrPtrTy, false); in EmitARCDestroyWeak()
[all …]
DCGObjCMac.cpp176 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in __anon0ea151f90111::ObjCCommonTypesHelper
3022 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
3031 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5225 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5336 Int8PtrPtrTy, PropertyListPtrTy, nullptr); in ObjCTypesHelper()
5523 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, in ObjCNonFragileABITypesHelper()
DCodeGenModule.cpp110 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
DMicrosoftCXXABI.cpp445 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
DCGOpenMPRuntime.cpp1729 return getOrCreateInternalVariable(CGM.Int8PtrPtrTy, in getOrCreateThreadPrivateCache()
DCGBuiltin.cpp6694 llvm::Type *BPP = Int8PtrPtrTy; in EmitX86BuiltinExpr()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypeCache.h60 llvm::PointerType *Int8PtrPtrTy; member
DCGNonTrivialStruct.cpp372 DstArrayEnd = CGF.Builder.CreateBitCast(DstArrayEnd, CGF.CGM.Int8PtrPtrTy, in visitArray()
382 PHIs[I] = CGF.Builder.CreatePHI(CGF.CGM.Int8PtrPtrTy, 2, "addr.cur"); in visitArray()
431 return CGF->Builder.CreateBitCast(Addr, CGF->CGM.Int8PtrPtrTy); in getAddrWithOffset()
451 if (Arg.getType() != CGM.Int8PtrPtrTy) in getFunction()
499 CallerCGF.Builder.CreateBitCast(Addrs[I], CallerCGF.CGM.Int8PtrPtrTy) in callFunc()
824 Builder.CreateBitCast(Dst.getAddress(*this), CGM.Int8PtrPtrTy); in defaultInitNonTrivialCStructVar()
837 Addrs[I] = CGF.Builder.CreateBitCast(Addrs[I], CGF.CGM.Int8PtrPtrTy); in callSpecialFunction()
DCGObjC.cpp2137 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy); in emitARCLoadOperation()
2166 CGF.Builder.CreateBitCast(addr.getPointer(), CGF.Int8PtrPtrTy), in emitARCStoreOperation()
2189 CGF.Builder.CreateBitCast(dst.getPointer(), CGF.Int8PtrPtrTy), in emitARCCopyOperation()
2190 CGF.Builder.CreateBitCast(src.getPointer(), CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2417 Builder.CreateBitCast(addr.getPointer(), Int8PtrPtrTy), in EmitARCStoreStrongCall()
2573 addr = Builder.CreateBitCast(addr, Int8PtrPtrTy); in EmitARCDestroyWeak()
DCGObjCMac.cpp176 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy; member in __anon7106c9870111::ObjCCommonTypesHelper
738 llvm::Type *params[] = { Int8PtrPtrTy }; in getLoadClassrefFn()
3348 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
3360 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5777 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5885 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper()
6052 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, Int8PtrTy, in ObjCNonFragileABITypesHelper()
DCodeGenFunction.cpp576 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr"); in DecodeAddrUsedInPrologue()
DCGBlocks.cpp1325 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
DMicrosoftCXXABI.cpp462 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
DCodeGenModule.cpp130 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
DTargetInfo.cpp8347 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArgForHexagon()
DCGBuiltin.cpp4827 llvm::Type *BPP = Int8PtrPtrTy; in EmitBuiltinExpr()
17166 Builder.CreateBitCast(A.getPointer(), Int8PtrPtrTy), A.getAlignment()); in EmitHexagonBuiltinExpr()
DCGOpenMPRuntime.cpp1706 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix)); in getOrCreateThreadPrivateCache()
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp371 auto *Int8PtrPtrTy = Int8PtrTy->getPointerTo(); in createCacheFragInfoGV() local
390 Int8PtrPtrTy, Int64PtrTy, Int64PtrTy, nullptr); in createCacheFragInfoGV()
459 TypeName == nullptr ? ConstantPointerNull::get(Int8PtrPtrTy) : in createCacheFragInfoGV()
460 ConstantExpr::getPointerCast(TypeName, Int8PtrPtrTy), in createCacheFragInfoGV()