Home
last modified time | relevance | path

Searched refs:getUnqual (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h130 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) }; in getVoidRetI8XEntryPoint()
146 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
164 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getI8XRetI8XXI8XEntryPoint()
165 Type *I8XX = PointerType::getUnqual(I8X); in getI8XRetI8XXI8XEntryPoint()
DObjCARCContract.cpp376 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in tryToContractReleaseIntoStoreStrong()
377 Type *I8XX = PointerType::getUnqual(I8X); in tryToContractReleaseIntoStoreStrong()
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp74 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()
DConstantsTest.cpp178 PointerType::getUnqual(Int32Ty)); in TEST()
180 PointerType::getUnqual(Int32Ty)); in TEST()
260 CHECK(ConstantExpr::getInBoundsGetElementPtr(PointerType::getUnqual(Int32Ty), in TEST()
287 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty)); in TEST()
289 PointerType::getUnqual(Int32Ty), Global, One); in TEST()
/external/llvm/examples/BrainF/
DBrainFDriver.cpp63 PointerType::getUnqual(PointerType::getUnqual( in addMainFunction()
DBrainF.cpp147 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL)); in header()
293 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)), in readloop()
448 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1, in readloop()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp192 Type *Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in runOnModule()
193 Type *Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in runOnModule()
194 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty()); in runOnModule()
466 Type *Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in InjectCoverageAtBlock()
DDataFlowSanitizer.cpp439 ShadowPtrTy = PointerType::getUnqual(ShadowTy); in doInitialization()
474 PointerType::getUnqual( in doInitialization()
475 FunctionType::get(PointerType::getUnqual(ArgTLSTy), in doInitialization()
482 PointerType::getUnqual( in doInitialization()
483 FunctionType::get(PointerType::getUnqual(ShadowTy), in doInitialization()
742 ConstantExpr::getBitCast(NewF, PointerType::getUnqual(FT))); in runOnModule()
764 ConstantExpr::getBitCast(NewF, PointerType::getUnqual(FT)); in runOnModule()
1216 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowTy)); in storeShadow()
1231 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowVecTy)); in storeShadow()
1572 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT)); in visitCallSite()
/external/llvm/lib/IR/
DInlineAsm.cpp33 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get()
39 : Value(PointerType::getUnqual(FTy), Value::InlineAsmVal), in InlineAsm()
DModule.cpp134 if (F->getType() != PointerType::getUnqual(Ty)) in getOrInsertFunction()
135 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty)); in getOrInsertFunction()
DFunction.cpp817 return PointerType::getUnqual(Ty); in DecodeFixedType()
825 return VectorType::get(PointerType::getUnqual(EltTy), in DecodeFixedType()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp283 PointerType *FrameMapPtrTy = PointerType::getUnqual(FrameMapTy); in doInitialization()
294 EltTys.push_back(PointerType::getUnqual(StackEntryTy)); in doInitialization()
297 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy); in doInitialization()
DLowerEmuTLS.cpp112 PointerType::getUnqual(InitValue->getType()) : VoidPtrType; in addEmuTlsVar()
DSjLjEHPrepare.cpp108 PointerType::getUnqual(FunctionContextTy), (Type *)nullptr); in doInitialization()
111 PointerType::getUnqual(FunctionContextTy), (Type *)nullptr); in doInitialization()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp201 ExternalProtocolPtrTy = llvm::PointerType::getUnqual(T); in getExternalProtocolPtrTy()
5167 PtrObjectPtrTy = llvm::PointerType::getUnqual(ObjectPtrTy); in ObjCCommonTypesHelper()
5198 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy); in ObjCCommonTypesHelper()
5216 PropertyListPtrTy = llvm::PointerType::getUnqual(PropertyListTy); in ObjCCommonTypesHelper()
5229 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()
5253 llvm::PointerType::getUnqual(MethodDescriptionListTy); in ObjCTypesHelper()
5271 ProtocolExtensionPtrTy = llvm::PointerType::getUnqual(ProtocolExtensionTy); in ObjCTypesHelper()
5280 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy), in ObjCTypesHelper()
5293 llvm::PointerType::getUnqual(ProtocolListTy), in ObjCTypesHelper()
5299 ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy); in ObjCTypesHelper()
[all …]
DCGBuiltin.cpp121 Address, llvm::PointerType::getUnqual(Val->getType()), "cast"); in EmitNontemporalStore()
3111 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitCommonNeonBuiltinExpr()
3118 Ty = llvm::PointerType::getUnqual(VTy->getElementType()); in EmitCommonNeonBuiltinExpr()
3137 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitCommonNeonBuiltinExpr()
3275 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty)); in EmitCommonNeonBuiltinExpr()
3304 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty)); in EmitCommonNeonBuiltinExpr()
3323 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty)); in EmitCommonNeonBuiltinExpr()
3676 Address LdPtr = Builder.CreateBitCast(Tmp,llvm::PointerType::getUnqual(STy)); in EmitARMBuiltinExpr()
4020 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr()
4057 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr()
[all …]
DCGObjCGNU.cpp711 SlotTy = llvm::PointerType::getUnqual(SlotStructTy); in CGObjCGNUstep()
920 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
933 PtrToIntTy = llvm::PointerType::getUnqual(IntTy); in CGObjCGNU()
951 PtrToIdTy = llvm::PointerType::getUnqual(IdTy); in CGObjCGNU()
954 PtrToObjCSuperTy = llvm::PointerType::getUnqual(ObjCSuperTy); in CGObjCGNU()
985 IMPTy = llvm::PointerType::getUnqual(llvm::FunctionType::get(IdTy, IMPArgs, in CGObjCGNU()
1297 llvm::PointerType::getUnqual(CastTy)); in GenerateMessageSendSuper()
1525 llvm::Type *NextPtrTy = llvm::PointerType::getUnqual(ObjCMethodListTy); in GenerateMethodList()
1534 llvm::PointerType::getUnqual(ObjCMethodListTy))); in GenerateMethodList()
1744 return CGF.Builder.CreateBitCast(protocol, llvm::PointerType::getUnqual(T)); in GenerateProtocolRef()
[all …]
DCGOpenMPRuntime.cpp310 llvm::Type *MicroParams[] = {llvm::PointerType::getUnqual(CGM.Int32Ty), in CGOpenMPRuntime()
311 llvm::PointerType::getUnqual(CGM.Int32Ty)}; in CGOpenMPRuntime()
511 return llvm::PointerType::getUnqual(IdentTy); in getIdentTyPointerTy()
515 return llvm::PointerType::getUnqual(Kmpc_MicroTy); in getKmpc_MicroPointerTy()
556 llvm::PointerType::getUnqual(KmpCriticalNameTy)}; in createRuntimeFunction()
566 llvm::PointerType::getUnqual(KmpCriticalNameTy), in createRuntimeFunction()
601 llvm::PointerType::getUnqual(KmpCriticalNameTy)}; in createRuntimeFunction()
758 llvm::PointerType::getUnqual(KmpCriticalNameTy)}; in createRuntimeFunction()
775 llvm::PointerType::getUnqual(KmpCriticalNameTy)}; in createRuntimeFunction()
786 llvm::PointerType::getUnqual(KmpCriticalNameTy)}; in createRuntimeFunction()
[all …]
DCGCUDANV.cpp89 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy)); in CGNVCUDARuntime()
DCGObjCRuntime.cpp99 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy)); in EmitValueForIvarAtOffset()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp971 PointerType::getUnqual(II->getType())); in visitCallInst()
979 PointerType::getUnqual(II->getType())); in visitCallInst()
988 PointerType::getUnqual(II->getArgOperand(0)->getType()); in visitCallInst()
996 Type *OpPtrTy = PointerType::getUnqual(II->getArgOperand(0)->getType()); in visitCallInst()
1007 PointerType::getUnqual(VTy)); in visitCallInst()
1017 PointerType::getUnqual(II->getType())); in visitCallInst()
1028 Type *OpPtrTy = PointerType::getUnqual(VTy); in visitCallInst()
1038 PointerType::getUnqual(II->getArgOperand(0)->getType()); in visitCallInst()
1051 PointerType::getUnqual(II->getArgOperand(1)->getType()); in visitCallInst()
2459 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()
[all …]
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp116 {Type::getInt64Ty(Ctx), PointerType::getUnqual(Type::getInt8Ty(Ctx))}, in buildCFICheck()
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp47 EltTy = StructType::get(IRB.getInt32Ty(), PointerType::getUnqual(FnTy), in appendToGlobalArray()
DCodeExtractor.cpp327 paramTy.push_back(PointerType::getUnqual((*I)->getType())); in constructFunction()
340 paramTy.push_back(PointerType::getUnqual(StructTy)); in constructFunction()
/external/llvm/include/llvm/IR/
DDerivedTypes.h456 static PointerType *getUnqual(Type *ElementType) { in getUnqual() function

12