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

  /external/clang/lib/CodeGen/
CodeGenTypeCache.h 53 llvm::PointerType *VoidPtrTy;
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...]
CGExprCXX.cpp     [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/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/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/include/clang/AST/
ASTContext.h     [all...]

Completed in 196 milliseconds