Searched defs:Int8PtrTy (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGVTT.cpp47 llvm::Type *Int8PtrTy = CGM.Int8PtrTy, *Int64Ty = CGM.Int64Ty; local
49 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
85 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
119 llvm::ArrayType::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
H A DCodeGenTypeCache.h54 llvm::PointerType *Int8PtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon1323
H A DCGVTables.cpp532 llvm::Type *Int8PtrTy = CGM.Int8PtrTy; local
550 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
555 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
560 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
563 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
597 Init = llvm::ConstantExpr::getNullValue(Int8PtrTy);
611 CGM.Int8PtrTy);
622 CGM.Int8PtrTy);
641 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
[all...]
H A DItaniumCXXABI.cpp1027 CGF.Builder.CreateBitCast(Ptr.getPointer(), CGF.Int8PtrTy);
1063 llvm::FunctionType::get(CGM.Int8PtrTy, CGM.SizeTy, /*IsVarArgs=*/false);
1072 llvm::Type *Args[3] = { CGM.Int8PtrTy, CGM.Int8PtrTy, CGM.Int8PtrTy };
1104 Dtor = llvm::ConstantExpr::getBitCast(Dtor, CGM.Int8PtrTy);
1107 if (!Dtor) Dtor = llvm::Constant::getNullValue(CGM.Int8PtrTy);
1119 llvm::Type *Int8PtrTy = CGF.Int8PtrTy; local
1123 llvm::Type *Args[4] = { Int8PtrTy, Int8PtrT
[all...]
H A DCGObjCMac.cpp144 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
155 llvm::Type *params[] = { Int8PtrTy, SuperPtrTy, SelectorPtrTy };
176 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in class:__anon1303::ObjCCommonTypesHelper
408 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
409 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, args, false);
721 llvm::Type *params[] = { Int8PtrTy };
722 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy,
2070 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy);
2432 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy);
5347 Int8PtrTy, local
5355 Int8PtrTy, local
[all...]
/external/llvm/unittests/IR/
H A DConstantsTest.cpp129 Type *Int8PtrTy = Type::getInt8PtrTy(C); local
132 VectorType *Int8PtrVecTy = VectorType::get(Int8PtrTy, 4);
139 Constant::getNullValue(Int8PtrTy), Int64Ty));
144 Constant::getNullValue(Int8PtrTy), Int32PtrTy));
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp332 auto *Int8PtrTy = Type::getInt8PtrTy(Ctx); local
342 ConstantExpr::getBitCast(Fn, Int8PtrTy) :
343 ConstantPointerNull::get(Int8PtrTy);
481 auto *Int8PtrTy = Type::getInt8PtrTy(M->getContext()); local
482 auto *SetNameTy = FunctionType::get(VoidTy, Int8PtrTy, false);
493 IRB.CreateCall(SetNameF, IRB.CreatePointerCast(ProfileName, Int8PtrTy));
H A DSanitizerCoverage.cpp192 Type *Int8PtrTy = PointerType::getUnqual(IRB.getInt8Ty()); local
263 IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy));
277 {Int32PtrTy, IntptrTy, Int8PtrTy, Int8PtrTy},
281 ? IRB.CreatePointerCast(RealEightBitCounterArray, Int8PtrTy)
282 : Constant::getNullValue(Int8PtrTy),
283 IRB.CreatePointerCast(ModuleName, Int8PtrTy)});
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp579 Type *Int8PtrTy = DestInt8PtrTy; local
584 Int8PtrTy, Int8PtrTy, IntPtr, (void *)nullptr);
593 Value *PatternPtr = ConstantExpr::getBitCast(GV, Int8PtrTy);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp918 Type *Int8PtrTy = Type::getInt8PtrTy(Ty->getContext(), local
920 if (Ty == Int8PtrTy)
925 if (U->getType() != Int8PtrTy) continue;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2863 PointerType *Int8PtrTy = Type::getInt8PtrTy(V.getContext(), 0); local
2868 = ConstantExpr::getPointerBitCastOrAddrSpaceCast(GV, Int8PtrTy);
2873 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size());

Completed in 129 milliseconds