Searched defs:Int8PtrTy (Results 1 - 10 of 10) 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);
117 llvm::ArrayType::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
H A DCGVTables.cpp440 llvm::Type *Int8PtrTy = CGM.Int8PtrTy; local
458 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
463 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
468 Init = llvm::ConstantExpr::getIntToPtr(Init, Int8PtrTy);
471 Init = llvm::ConstantExpr::getBitCast(RTTI, Int8PtrTy);
501 CGM.Int8PtrTy);
512 CGM.Int8PtrTy);
531 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
537 Init = llvm::ConstantExpr::getNullValue(Int8PtrTy);
[all...]
H A DCodeGenPGO.cpp121 auto *Int8PtrTy = llvm::Type::getInt8PtrTy(Ctx); local
124 Int32Ty, Int32Ty, Int64Ty, Int8PtrTy, Int64PtrTy
131 llvm::ConstantExpr::getBitCast(Name, Int8PtrTy),
H A DCodeGenModule.h128 llvm::PointerType *Int8PtrTy; member in union:clang::CodeGen::CodeGenTypeCache::__anon17857
H A DItaniumCXXABI.cpp855 ptr = CGF.Builder.CreateBitCast(ptr, CGF.Int8PtrTy);
865 llvm::Type *Int8PtrTy = CGF.Int8PtrTy; local
869 llvm::Type *Args[4] = { Int8PtrTy, Int8PtrTy, Int8PtrTy, PtrDiffTy };
871 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, Args, false);
1052 llvm::Value *VTablePtr = CGF.GetVTablePtr(This, CGM.Int8PtrTy);
1314 CGM.Int8PtrTy, VTContext.getVTableLayout(RD).getNumVTableComponents());
1374 llvm::Type *Int8PtrTy
[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:__anon17846::ObjCCommonTypesHelper
412 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
413 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, args, false);
730 llvm::Type *params[] = { Int8PtrTy };
731 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy,
1942 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy);
2307 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy);
5217 Int8PtrTy, local
5225 Int8PtrTy, local
[all...]
/external/llvm/unittests/IR/
H A DConstantsTest.cpp126 Type *Int8PtrTy = Type::getInt8PtrTy(C); local
129 VectorType *Int8PtrVecTy = VectorType::get(Int8PtrTy, 4);
136 Constant::getNullValue(Int8PtrTy), Int64Ty));
141 Constant::getNullValue(Int8PtrTy), Int32PtrTy));
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1029 Type *Int8PtrTy = DestInt8PtrTy; local
1034 Int8PtrTy,
1035 Int8PtrTy,
1046 Value *PatternPtr = ConstantExpr::getBitCast(GV, Int8PtrTy);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp427 Type *Int8PtrTy = Type::getInt8PtrTy(Ty->getContext(), local
429 if (Ty == Int8PtrTy)
434 if (U->getType() != Int8PtrTy) continue;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2724 PointerType *Int8PtrTy = Type::getInt8PtrTy(V.getContext(), 0); local
2730 = ConstantExpr::getPointerBitCastOrAddrSpaceCast(*I, Int8PtrTy);
2735 ArrayType *ATy = ArrayType::get(Int8PtrTy, UsedArray.size());

Completed in 241 milliseconds