HomeSort by relevance Sort by last modified time
    Searched defs:VoidPtrTy (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 34 llvm::PointerType *CharPtrTy, *VoidPtrTy;
55 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
61 Params.push_back(VoidPtrTy);
100 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
CodeGenPGO.cpp 85 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
86 auto *RuntimeRegisterTy = llvm::FunctionType::get(VoidTy, VoidPtrTy, false);
169 auto *VoidPtrTy = llvm::Type::getInt8PtrTy(CGM.getLLVMContext());
171 Builder.CreateBitCast(Data, VoidPtrTy));
    [all...]
CGExprCXX.cpp     [all...]
CodeGenModule.h 127 llvm::PointerType *VoidPtrTy;
    [all...]
  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 201 Type *VoidPtrTy = Type::getInt8PtrTy(FunTy->getContext());
204 Type *RetTy = VoidPtrTy;
223 ParamTys[i] = VoidPtrTy;
236 ParamTys[i] = VoidPtrTy;
SjLjEHPrepare.cpp 93 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
95 FunctionContextTy = StructType::get(VoidPtrTy, // __prev
98 VoidPtrTy, // __personality
99 VoidPtrTy, // __lsda
100 ArrayType::get(VoidPtrTy, 5), // __jbuf
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 139 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
140 if (mEnableStepOpt && AllocType != VoidPtrTy && PT) {
154 llvm::Type *VoidPtrTy = llvm::Type::getInt8PtrTy(*Context);
174 StructTypes.push_back(VoidPtrTy); // const void *in
175 StructTypes.push_back(VoidPtrTy); // void *out
176 StructTypes.push_back(VoidPtrTy); // const void *usr
185 StructTypes.push_back(llvm::PointerType::getUnqual(VoidPtrTy)); // const void **ins
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 331 Type *VoidPtrTy = Type::getInt8PtrTy(Context);
333 Type *Tys[3] = { VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context) };
336 Value *DstCast = builder.CreateBitCast(Dst, VoidPtrTy, "tmp");
337 Value *SrcCast = builder.CreateBitCast(Src, VoidPtrTy, "tmp");
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 785 CanQualType VoidPtrTy, NullPtrTy;
    [all...]

Completed in 678 milliseconds