HomeSort by relevance Sort by last modified time
    Searched refs:VoidPtrTy (Results 1 - 25 of 44) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 33 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy;
90 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
91 VoidPtrPtrTy = VoidPtrTy->getPointerTo();
97 Params.push_back(VoidPtrTy);
138 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
183 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}
    [all...]
CGOpenMPRuntime.cpp 544 CGM.VoidPtrTy, CGM.SizeTy,
545 CGM.VoidPtrTy->getPointerTo()->getPointerTo()};
547 llvm::FunctionType::get(CGM.VoidPtrTy, TypeParams, /*isVarArg*/ false);
578 llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy,
581 llvm::Type *KmpcCopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy};
583 llvm::FunctionType::get(CGM.VoidPtrTy, KmpcCopyCtorTyArgs,
587 llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, /*isVarArg*/ false)
589 llvm::Type *FnTyArgs[] = {getIdentTyPointerTy(), CGM.VoidPtrTy, KmpcCtorTy
    [all...]
CodeGenTypeCache.h 53 llvm::PointerType *VoidPtrTy;
CGBlocks.cpp 87 i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
305 elementTypes.push_back(CGM.VoidPtrTy);
308 elementTypes.push_back(CGM.VoidPtrTy);
373 CGM.VoidPtrTy));
695 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
704 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
818 byrefPointer = Builder.CreateBitCast(src.getPointer(), VoidPtrTy);
    [all...]
CGObjC.cpp 581 Address dest = CGF.Builder.CreateBitCast(CGF.ReturnValue, CGF.VoidPtrTy);
582 args.add(RValue::get(dest.getPointer()), Context.VoidPtrTy);
584 src = CGF.Builder.CreateBitCast(src, CGF.VoidPtrTy);
585 args.add(RValue::get(src.getPointer()), Context.VoidPtrTy);
845 args.add(RValue::get(returnAddr), CGF.getContext().VoidPtrTy);
852 args.add(RValue::get(ivarAddr), CGF.getContext().VoidPtrTy);
    [all...]
CGAtomic.cpp 669 CGF.getContext().VoidPtrTy);
    [all...]
CGException.cpp 897 TypeInfo.RTTI = llvm::Constant::getNullValue(CGF.VoidPtrTy);
904 llvm::Constant::getNullValue(CGF.VoidPtrTy)});
    [all...]
CGObjCRuntime.cpp 336 lock = CGF.Builder.CreateBitCast(lock, CGF.VoidPtrTy);
CGVTables.cpp 223 ? CGM.getContext().VoidPtrTy
316 ? CGM.getContext().VoidPtrTy
    [all...]
CGDeclCXX.cpp 587 getContext().VoidPtrTy);
MicrosoftCXXABI.cpp     [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp     [all...]
CGDebugInfo.cpp 444 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
746 unsigned Size = CGM.getContext().getTypeSize(CGM.getContext().VoidPtrTy);
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp 126 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(M.getContext());
148 GVAddresses.push_back(llvm::ConstantExpr::getBitCast(&GV, VoidPtrTy));
181 GVNames.push_back(llvm::ConstantExpr::getBitCast(VarAsStr, VoidPtrTy));
197 llvm::ArrayType *VoidPtrArrayTy = llvm::ArrayType::get(VoidPtrTy,
RSKernelExpand.cpp 168 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
174 if (AllocType == VoidPtrTy) {
183 if (VoidPtrTy->getPrimitiveSizeInBits() == 32) {
237 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
297 RsExpandKernelDriverInfoPfxTypes.push_back(VoidPtrTy); // const void *usr
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 154 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
158 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 95 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
98 doubleUnderJBufTy = ArrayType::get(VoidPtrTy, 5);
99 FunctionContextTy = StructType::get(VoidPtrTy, // __prev
102 VoidPtrTy, // __personality
103 VoidPtrTy, // __lsda
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 383 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext());
390 auto *RuntimeRegisterTy = FunctionType::get(VoidTy, VoidPtrTy, false);
397 IRB.CreateCall(RuntimeRegisterF, IRB.CreateBitCast(Data, VoidPtrTy));
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 79 T = SVB.getContext().VoidPtrTy;
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 863 PointerType *VoidPtrTy = Type::getInt8Ty(SrcGV->getContext())->getPointerTo();
866 Type *Tys[3] = {ST.getElementType(0), ST.getElementType(1), VoidPtrTy}
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 438 Res = C.VoidPtrTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 552 const uint64_t voidPtrSize = Ctx.getTypeSize(Ctx.VoidPtrTy);

Completed in 2317 milliseconds

1 2