/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 126 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getStoreStrongCallee() 127 Type *I8XX = PointerType::getUnqual(I8X); in getStoreStrongCallee() 147 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getRetainAutoreleaseCallee() 162 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getRetainAutoreleaseRVCallee() 295 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in ContractRelease() 296 Type *I8XX = PointerType::getUnqual(I8X); in ContractRelease()
|
D | ObjCARCOpts.cpp | 857 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getRetainRVCallee() 873 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getAutoreleaseRVCallee() 889 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) }; in getReleaseCallee() 905 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) }; in getRetainCallee() 921 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) }; in getRetainBlockCallee() 936 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) }; in getAutoreleaseCallee() 1984 Type *ParamTy = PointerType::getUnqual(Type::getInt8Ty(ArgTy->getContext())); in MoveCalls()
|
/external/llvm/unittests/IR/ |
D | TypeBuilderTest.cpp | 74 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())), in TEST() 81 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())), in TEST() 88 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())), in TEST() 233 EXPECT_EQ(PointerType::getUnqual(StructType::get( in TEST() 239 EXPECT_EQ(PointerType::getUnqual(StructType::get( in TEST() 245 EXPECT_EQ(PointerType::getUnqual(StructType::get( in TEST()
|
D | ConstantsTest.cpp | 175 PointerType::getUnqual(Int32Ty)); in TEST() 177 PointerType::getUnqual(Int32Ty)); in TEST()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 164 if (F->getType() != PointerType::getUnqual(Ty)) in getOrInsertFunction() 165 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty)); in getOrInsertFunction() 281 if (GV->getType() != PointerType::getUnqual(Ty)) in getOrInsertGlobal() 282 return ConstantExpr::getBitCast(GV, PointerType::getUnqual(Ty)); in getOrInsertGlobal()
|
D | InlineAsm.cpp | 34 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(Ty), Key); in get()
|
D | AutoUpgrade.cpp | 206 PointerType::getUnqual(Arg1->getType()), in UpgradeIntrinsicCall()
|
/external/llvm/examples/BrainF/ |
D | BrainFDriver.cpp | 62 PointerType::getUnqual(PointerType::getUnqual( in addMainFunction()
|
D | BrainF.cpp | 151 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL)); in header() 296 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)), in readloop() 451 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1, in readloop()
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 27 IRB.getInt32Ty(), PointerType::getUnqual(FnTy), NULL); in appendToGlobalArray()
|
D | LowerInvoke.cpp | 130 Type *Elts[] = { JmpBufTy, PointerType::getUnqual(JBLinkTy) }; in doInitialization() 133 Type *PtrJBList = PointerType::getUnqual(JBLinkTy); in doInitialization()
|
D | CodeExtractor.cpp | 325 paramTy.push_back(PointerType::getUnqual((*I)->getType())); in constructFunction() 336 PointerType::getUnqual(StructType::get(M->getContext(), paramTy)); in constructFunction()
|
/external/llvm/lib/CodeGen/ |
D | ShadowStackGC.cpp | 282 PointerType *FrameMapPtrTy = PointerType::getUnqual(FrameMapTy); in initializeCustomLowering() 293 EltTys.push_back(PointerType::getUnqual(StackEntryTy)); in initializeCustomLowering() 296 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy); in initializeCustomLowering()
|
D | SjLjEHPrepare.cpp | 105 PointerType::getUnqual(FunctionContextTy), in doInitialization() 110 PointerType::getUnqual(FunctionContextTy), in doInitialization()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 199 ExternalProtocolPtrTy = llvm::PointerType::getUnqual(T); in getExternalProtocolPtrTy() 5054 PtrObjectPtrTy = llvm::PointerType::getUnqual(ObjectPtrTy); in ObjCCommonTypesHelper() 5084 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy); in ObjCCommonTypesHelper() 5102 PropertyListPtrTy = llvm::PointerType::getUnqual(PropertyListTy); in ObjCCommonTypesHelper() 5115 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper() 5140 llvm::PointerType::getUnqual(MethodDescriptionListTy); in ObjCTypesHelper() 5158 ProtocolExtensionPtrTy = llvm::PointerType::getUnqual(ProtocolExtensionTy); in ObjCTypesHelper() 5167 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy), in ObjCTypesHelper() 5180 llvm::PointerType::getUnqual(ProtocolListTy), in ObjCTypesHelper() 5186 ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy); in ObjCTypesHelper() [all …]
|
D | CGBuiltin.cpp | 1664 Value *LdPtr = Builder.CreateBitCast(Tmp,llvm::PointerType::getUnqual(STy)); in EmitARMBuiltinExpr() 1962 Ty = llvm::PointerType::getUnqual(VTy->getElementType()); in EmitARMBuiltinExpr() 1971 Ty = llvm::PointerType::getUnqual(VTy->getElementType()); in EmitARMBuiltinExpr() 1983 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr() 1991 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr() 1999 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr() 2010 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr() 2022 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr() 2035 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr() 2058 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr() [all …]
|
D | TargetInfo.cpp | 999 llvm::PointerType::getUnqual(CGF.ConvertType(Ty)); in EmitVAArg() 2347 llvm::PointerType::getUnqual(LTy)); in EmitVAArgFromMemory() 2447 llvm::Type *PTyLo = llvm::PointerType::getUnqual(TyLo); in EmitVAArg() 2448 llvm::Type *PTyHi = llvm::PointerType::getUnqual(TyHi); in EmitVAArg() 2460 llvm::PointerType::getUnqual(LTy)); in EmitVAArg() 2464 llvm::PointerType::getUnqual(LTy)); in EmitVAArg() 2468 llvm::PointerType::getUnqual(LTy)); in EmitVAArg() 2477 llvm::PointerType::getUnqual(DoubleTy); in EmitVAArg() 2488 llvm::PointerType::getUnqual(LTy)); in EmitVAArg() 2578 llvm::PointerType::getUnqual(CGF.ConvertType(Ty)); in EmitVAArg() [all …]
|
D | CGObjCGNU.cpp | 712 SlotTy = llvm::PointerType::getUnqual(SlotStructTy); in CGObjCGNUstep() 907 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU() 920 PtrToIntTy = llvm::PointerType::getUnqual(IntTy); in CGObjCGNU() 938 PtrToIdTy = llvm::PointerType::getUnqual(IdTy); in CGObjCGNU() 941 PtrToObjCSuperTy = llvm::PointerType::getUnqual(ObjCSuperTy); in CGObjCGNU() 972 IMPTy = llvm::PointerType::getUnqual(llvm::FunctionType::get(IdTy, IMPArgs, in CGObjCGNU() 1277 llvm::PointerType::getUnqual( in GenerateMessageSendSuper() 1501 llvm::Type *NextPtrTy = llvm::PointerType::getUnqual(ObjCMethodListTy); in GenerateMethodList() 1510 llvm::PointerType::getUnqual(ObjCMethodListTy))); in GenerateMethodList() 1715 return CGF.Builder.CreateBitCast(protocol, llvm::PointerType::getUnqual(T)); in GenerateProtocolRef() [all …]
|
D | CGCUDANV.cpp | 54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy)); in CGNVCUDARuntime()
|
D | CGCall.cpp | 720 CGF.Builder.CreateBitCast(SrcPtr, llvm::PointerType::getUnqual(Ty)); in CreateCoercedLoad() 803 CGF.Builder.CreateBitCast(DstPtr, llvm::PointerType::getUnqual(SrcTy)); in CreateCoercedStore() 1332 llvm::PointerType::getUnqual(ArgI.getCoerceToType())); in EmitFunctionProlog() 1346 Ptr = Builder.CreateBitCast(Ptr, llvm::PointerType::getUnqual(STy)); in EmitFunctionProlog() 1684 llvm::PointerType::getUnqual(RetAI.getCoerceToType())); in EmitFunctionEpilog() 2246 llvm::PointerType::getUnqual(ArgInfo.getCoerceToType())); in EmitCall() 2271 llvm::PointerType::getUnqual(STy)); in EmitCall() 2445 llvm::PointerType::getUnqual(RetAI.getCoerceToType())); in EmitCall()
|
D | CodeGenModule.cpp | 467 llvm::Type *CtorPFTy = llvm::PointerType::getUnqual(CtorFTy); in EmitCtorList() 471 llvm::StructType::get(Int32Ty, llvm::PointerType::getUnqual(CtorFTy), NULL); in EmitCtorList() 1040 llvm::PointerType::getUnqual(DeclTy), 0); in GetWeakRefReference() 1339 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); in GetOrCreateLLVMFunction() 1534 return GetOrCreateLLVMGlobal(Name, llvm::PointerType::getUnqual(Ty), 0, in CreateRuntimeVariable() 2105 llvm::PointerType::getUnqual(DeclTy), 0); in EmitAliasDefinition() 2336 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); in GetAddrOfConstantString()
|
D | CGObjCRuntime.cpp | 98 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy)); in EmitValueForIvarAtOffset()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.cpp | 29 PointerType::getUnqual(Type::getInt8PtrTy(Context)); in InsertProfilingInitCall()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 509 PointerType::getUnqual(II->getType())); in visitCallInst() 518 PointerType::getUnqual(II->getArgOperand(0)->getType()); in visitCallInst() 529 PointerType::getUnqual(II->getArgOperand(1)->getType()); in visitCallInst() 1372 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline() 1374 PointerType::getUnqual(NewFTy)); in transformCallThroughTrampoline()
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 436 static PointerType *getUnqual(Type *ElementType) { in getUnqual() function
|