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

1 2 3 4

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 33 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy;
95 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy));
96 VoidPtrPtrTy = VoidPtrTy->getPointerTo();
101 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy};
140 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
194 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}
    [all...]
CodeGenTypeCache.h 53 llvm::PointerType *VoidPtrTy;
CGOpenMPRuntime.cpp     [all...]
CGBlocks.cpp 87 i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
310 elementTypes.push_back(CGM.VoidPtrTy);
313 elementTypes.push_back(CGM.VoidPtrTy);
378 CGM.VoidPtrTy));
700 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy);
709 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy);
822 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);
843 args.add(RValue::get(returnAddr), CGF.getContext().VoidPtrTy);
850 args.add(RValue::get(ivarAddr), CGF.getContext().VoidPtrTy);
853 args.add(RValue::get(AtomicHelperFn), CGF.getContext().VoidPtrTy);
    [all...]
CGAtomic.cpp 657 CGF.getContext().VoidPtrTy);
    [all...]
  /frameworks/compile/libbcc/lib/
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,
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 86 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
89 doubleUnderJBufTy = ArrayType::get(VoidPtrTy, 5);
90 FunctionContextTy = StructType::get(VoidPtrTy, // __prev
93 VoidPtrTy, // __personality
94 VoidPtrTy, // __lsda
  /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/Transforms/Instrumentation/
InstrProfiling.cpp 505 auto *VoidPtrTy = Type::getInt8PtrTy(M->getContext());
514 auto *RuntimeRegisterTy = FunctionType::get(VoidTy, VoidPtrTy, false);
522 IRB.CreateCall(RuntimeRegisterF, IRB.CreateBitCast(Data, VoidPtrTy));
525 Type *ParamTypes[] = {VoidPtrTy, Int64Ty};
531 IRB.CreateCall(NamesRegisterF, {IRB.CreateBitCast(NamesVar, VoidPtrTy),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 180 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
184 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 184 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
188 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 184 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
188 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
193 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
193 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
193 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
193 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 180 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
184 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 184 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
188 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 184 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
188 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
193 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
193 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
193 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 189 return getValue(0, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
193 return getValue(X, Ctx.getTypeSize(Ctx.VoidPtrTy), isUnsigned);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 758 Type *VoidPtrTy = Type::getInt8PtrTy(Context);
775 Type *Tys[3] = {VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context)};
779 Value *DestCast = new BitCastInst(NewAlloca, VoidPtrTy, "tmp", TheCall);
780 Value *SrcCast = new BitCastInst(Arg, VoidPtrTy, "tmp", TheCall);
    [all...]

Completed in 956 milliseconds

1 2 3 4