Home
last modified time | relevance | path

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

1234

/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()
/external/swiftshader/third_party/LLVM/unittests/Support/
DTypeBuilderTest.cpp75 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())), in TEST()
82 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())), in TEST()
89 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())), in TEST()
234 EXPECT_EQ(PointerType::getUnqual(StructType::get( in TEST()
240 EXPECT_EQ(PointerType::getUnqual(StructType::get( in TEST()
246 EXPECT_EQ(PointerType::getUnqual(StructType::get( in TEST()
/external/llvm/unittests/IR/
DTypeBuilderTest.cpp101 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(Context)), in TEST()
108 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(Context)), in TEST()
115 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(Context)), in TEST()
267 EXPECT_EQ(PointerType::getUnqual(StructType::get( in TEST()
273 PointerType::getUnqual(StructType::get( in TEST()
279 PointerType::getUnqual(StructType::get( in TEST()
DConstantsTest.cpp203 PointerType::getUnqual(Int32Ty)); in TEST()
205 PointerType::getUnqual(Int32Ty)); in TEST()
284 CHECK(ConstantExpr::getInBoundsGetElementPtr(PointerType::getUnqual(Int32Ty), in TEST()
312 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty)); in TEST()
314 PointerType::getUnqual(Int32Ty), Global, One); in TEST()
/external/llvm/examples/BrainF/
DBrainFDriver.cpp78 PointerType::getUnqual(PointerType::getUnqual( in addMainFunction()
DBrainF.cpp159 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL)); in header()
305 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)), in readloop()
460 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1, in readloop()
/external/swiftshader/third_party/LLVM/examples/BrainF/
DBrainFDriver.cpp63 PointerType::getUnqual(PointerType::getUnqual( in addMainFunction()
DBrainF.cpp150 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL)); in header()
295 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)), in readloop()
450 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1, in readloop()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp165 if (F->getType() != PointerType::getUnqual(Ty)) in getOrInsertFunction()
166 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty)); in getOrInsertFunction()
283 if (GV->getType() != PointerType::getUnqual(Ty)) in getOrInsertGlobal()
284 return ConstantExpr::getBitCast(GV, PointerType::getUnqual(Ty)); in getOrInsertGlobal()
DAutoUpgrade.cpp189 PointerType::getUnqual(IntTy), in UpgradeIntrinsicCall()
218 PointerType::getUnqual(Arg1->getType()), in UpgradeIntrinsicCall()
493 PointerType::getUnqual(Type::getInt8Ty(Context)), in TransferClausesToLandingPadInst()
523 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context)); in UpgradeExceptionHandling()
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp37 EltTy = StructType::get(IRB.getInt32Ty(), PointerType::getUnqual(FnTy), in appendToGlobalArray()
57 EltTy = StructType::get(IRB.getInt32Ty(), PointerType::getUnqual(FnTy), in appendToGlobalArray()
/external/swiftshader/third_party/LLVM/
DOnlyX86.patch87 - PointerType::getUnqual(II->getType()));
96 - PointerType::getUnqual(II->getArgOperand(0)->getType());
106 + // PointerType::getUnqual(II->getType()));
115 + // PointerType::getUnqual(II->getArgOperand(0)->getType());
/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()
DAutoUpgrade.cpp566 llvm::PointerType::getUnqual(Data->getType())); in UpgradeMaskedStore()
586 llvm::PointerType::getUnqual(Passthru->getType())); in UpgradeMaskedLoad()
734 PointerType *EltPtrTy = PointerType::getUnqual(SrcEltTy); in UpgradeIntrinsicCall()
758 PointerType::getUnqual(Arg1->getType()), in UpgradeIntrinsicCall()
776 PointerType::getUnqual(Elt->getType()), in UpgradeIntrinsicCall()
790 PointerType::getUnqual(Arg1->getType()), in UpgradeIntrinsicCall()
933 PointerType::getUnqual(VT)); in UpgradeIntrinsicCall()
DModule.cpp137 if (F->getType() != PointerType::getUnqual(Ty)) in getOrInsertFunction()
138 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty)); in getOrInsertFunction()
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp216 Type *Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); in runOnModule()
217 Type *Int32PtrTy = PointerType::getUnqual(IRB.getInt32Ty()); in runOnModule()
218 Int64PtrTy = PointerType::getUnqual(IRB.getInt64Ty()); in runOnModule()
544 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()
1210 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowTy)); in storeShadow()
1225 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowVecTy)); in storeShadow()
1562 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT)); in visitCallSite()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp283 PointerType *FrameMapPtrTy = PointerType::getUnqual(FrameMapTy); in initializeCustomLowering()
294 EltTys.push_back(PointerType::getUnqual(StackEntryTy)); in initializeCustomLowering()
297 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy); in initializeCustomLowering()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp287 PointerType *FrameMapPtrTy = PointerType::getUnqual(FrameMapTy); in doInitialization()
298 EltTys.push_back(PointerType::getUnqual(StackEntryTy)); in doInitialization()
301 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy); in doInitialization()
DLowerEmuTLS.cpp115 PointerType::getUnqual(InitValue->getType()) : VoidPtrType; in addEmuTlsVar()
DSjLjEHPrepare.cpp465 PointerType::getUnqual(FunctionContextTy), nullptr); in runOnFunction()
468 PointerType::getUnqual(FunctionContextTy), nullptr); in runOnFunction()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp201 ExternalProtocolPtrTy = llvm::PointerType::getUnqual(T); in getExternalProtocolPtrTy()
5235 PtrObjectPtrTy = llvm::PointerType::getUnqual(ObjectPtrTy); in ObjCCommonTypesHelper()
5266 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy); in ObjCCommonTypesHelper()
5284 PropertyListPtrTy = llvm::PointerType::getUnqual(PropertyListTy); in ObjCCommonTypesHelper()
5297 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()
5320 llvm::PointerType::getUnqual(MethodDescriptionListTy); in ObjCTypesHelper()
5339 ProtocolExtensionPtrTy = llvm::PointerType::getUnqual(ProtocolExtensionTy); in ObjCTypesHelper()
5348 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy), in ObjCTypesHelper()
5361 llvm::PointerType::getUnqual(ProtocolListTy), in ObjCTypesHelper()
5367 ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy); in ObjCTypesHelper()
[all …]
DCGBuiltin.cpp121 Address, llvm::PointerType::getUnqual(Val->getType()), "cast"); in EmitNontemporalStore()
3519 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitCommonNeonBuiltinExpr()
3526 Ty = llvm::PointerType::getUnqual(VTy->getElementType()); in EmitCommonNeonBuiltinExpr()
3545 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitCommonNeonBuiltinExpr()
3683 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty)); in EmitCommonNeonBuiltinExpr()
3711 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty)); in EmitCommonNeonBuiltinExpr()
3729 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::PointerType::getUnqual(Ty)); in EmitCommonNeonBuiltinExpr()
4153 Address LdPtr = Builder.CreateBitCast(Tmp,llvm::PointerType::getUnqual(STy)); in EmitARMBuiltinExpr()
4497 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr()
4534 Ty = llvm::PointerType::getUnqual(Ops[1]->getType()); in EmitARMBuiltinExpr()
[all …]
DCGObjCGNU.cpp742 SlotTy = llvm::PointerType::getUnqual(SlotStructTy); in CGObjCGNUstep()
953 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
966 PtrToIntTy = llvm::PointerType::getUnqual(IntTy); in CGObjCGNU()
984 PtrToIdTy = llvm::PointerType::getUnqual(IdTy); in CGObjCGNU()
987 PtrToObjCSuperTy = llvm::PointerType::getUnqual(ObjCSuperTy); in CGObjCGNU()
1018 IMPTy = llvm::PointerType::getUnqual(llvm::FunctionType::get(IdTy, IMPArgs, in CGObjCGNU()
1328 llvm::PointerType::getUnqual(CastTy)); in GenerateMessageSendSuper()
1552 llvm::Type *NextPtrTy = llvm::PointerType::getUnqual(ObjCMethodListTy); in GenerateMethodList()
1561 llvm::PointerType::getUnqual(ObjCMethodListTy))); in GenerateMethodList()
1763 return CGF.Builder.CreateBitCast(protocol, llvm::PointerType::getUnqual(T)); in GenerateProtocolRef()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp1540 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getRetainRVCallee()
1557 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getAutoreleaseRVCallee()
1575 Params.push_back(PointerType::getUnqual(Type::getInt8Ty(C))); in getReleaseCallee()
1591 Params.push_back(PointerType::getUnqual(Type::getInt8Ty(C))); in getRetainCallee()
1607 Params.push_back(PointerType::getUnqual(Type::getInt8Ty(C))); in getRetainBlockCallee()
1624 Params.push_back(PointerType::getUnqual(Type::getInt8Ty(C))); in getAutoreleaseCallee()
2680 Type *ParamTy = PointerType::getUnqual(Type::getInt8Ty(ArgTy->getContext())); in MoveCalls()
3394 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getStoreStrongCallee()
3395 Type *I8XX = PointerType::getUnqual(I8X); in getStoreStrongCallee()
3416 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getRetainAutoreleaseCallee()
[all …]

1234