/external/llvm/include/llvm/Support/ |
D | ThreadPool.h | 54 using VoidTy = void; 60 using VoidTy = bool; 78 inline std::shared_future<VoidTy> async(Function &&F, Args &&... ArgList) { in async() 86 return asyncImpl([Task](VoidTy) mutable -> VoidTy { in async() 88 return VoidTy(); in async() 96 inline std::shared_future<VoidTy> async(Function &&F) { in async() 100 return asyncImpl([F] (VoidTy) -> VoidTy { F(); return VoidTy(); }); in async() 111 std::shared_future<VoidTy> asyncImpl(TaskTy F);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 302 Type *VoidTy = Type::getVoidTy(*C); in runOnModule() local 313 M.getOrInsertFunction(SanCovTracePCIndirName, VoidTy, IntptrTy)); in runOnModule() 316 SanCovTraceCmp1, VoidTy, IRB.getInt8Ty(), IRB.getInt8Ty())); in runOnModule() 318 M.getOrInsertFunction(SanCovTraceCmp2, VoidTy, IRB.getInt16Ty(), in runOnModule() 321 M.getOrInsertFunction(SanCovTraceCmp4, VoidTy, IRB.getInt32Ty(), in runOnModule() 325 SanCovTraceCmp8, VoidTy, Int64Ty, Int64Ty)); in runOnModule() 329 SanCovTraceConstCmp1, VoidTy, Int8Ty, Int8Ty)); in runOnModule() 332 SanCovTraceConstCmp2, VoidTy, Int16Ty, Int16Ty)); in runOnModule() 335 SanCovTraceConstCmp4, VoidTy, Int32Ty, Int32Ty)); in runOnModule() 338 SanCovTraceConstCmp8, VoidTy, Int64Ty, Int64Ty)); in runOnModule() [all …]
|
D | InstrProfiling.cpp | 884 auto *VoidTy = Type::getVoidTy(M->getContext()); in emitRegistration() local 887 auto *RegisterFTy = FunctionType::get(VoidTy, false); in emitRegistration() 894 auto *RuntimeRegisterTy = FunctionType::get(VoidTy, VoidPtrTy, false); in emitRegistration() 907 FunctionType::get(VoidTy, makeArrayRef(ParamTypes), false); in emitRegistration() 981 auto *VoidTy = Type::getVoidTy(M->getContext()); in emitInitialization() local 982 auto *F = Function::Create(FunctionType::get(VoidTy, false), in emitInitialization()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 214 Type *VoidTy = Type::getVoidTy(*C); in runOnModule() local 222 M.getOrInsertFunction(SanCovName, VoidTy, Int32PtrTy, nullptr)); in runOnModule() 224 M.getOrInsertFunction(SanCovWithCheckName, VoidTy, Int32PtrTy, nullptr)); in runOnModule() 226 M.getOrInsertFunction(SanCovTracePCIndirName, VoidTy, IntptrTy, nullptr)); in runOnModule() 229 SanCovIndirCallName, VoidTy, IntptrTy, IntptrTy, nullptr)); in runOnModule() 232 SanCovTraceCmpName, VoidTy, Int64Ty, Int64Ty, Int64Ty, nullptr)); in runOnModule() 235 SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy, nullptr)); in runOnModule() 243 M.getOrInsertFunction(SanCovTracePCName, VoidTy, nullptr)); in runOnModule() 245 M.getOrInsertFunction(SanCovTraceEnterName, VoidTy, Int32PtrTy, nullptr)); in runOnModule() 247 M.getOrInsertFunction(SanCovTraceBBName, VoidTy, Int32PtrTy, nullptr)); in runOnModule()
|
D | InstrProfiling.cpp | 504 auto *VoidTy = Type::getVoidTy(M->getContext()); in emitRegistration() local 507 auto *RegisterFTy = FunctionType::get(VoidTy, false); in emitRegistration() 514 auto *RuntimeRegisterTy = FunctionType::get(VoidTy, VoidPtrTy, false); in emitRegistration() 527 FunctionType::get(VoidTy, makeArrayRef(ParamTypes), false); in emitRegistration() 610 auto *VoidTy = Type::getVoidTy(M->getContext()); in emitInitialization() local 611 auto *F = Function::Create(FunctionType::get(VoidTy, false), in emitInitialization() 625 auto *SetNameTy = FunctionType::get(VoidTy, Int8PtrTy, false); in emitInitialization()
|
/external/clang/lib/CodeGen/ |
D | CGDeclCXX.cpp | 198 llvm::FunctionType *ty = llvm::FunctionType::get(CGM.VoidTy, false); in createAtExitStub() 212 CGF.StartFunction(&VD, CGM.getContext().VoidTy, fn, FI, FunctionArgList()); in createAtExitStub() 331 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); in EmitCXXGlobalVarDeclInitFunc() 416 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); in EmitCXXGlobalInitFunc() 483 llvm::FunctionType *FTy = llvm::FunctionType::get(VoidTy, false); in EmitCXXGlobalDtorFunc() 505 StartFunction(GlobalDecl(D), getContext().VoidTy, Fn, in GenerateCXXGlobalVarDeclInitFunc() 528 StartFunction(GlobalDecl(), getContext().VoidTy, Fn, in GenerateCXXGlobalInitFunc() 579 StartFunction(GlobalDecl(), getContext().VoidTy, Fn, in GenerateCXXGlobalDtorsFunc() 610 CGM.getTypes().arrangeBuiltinFunctionDeclaration(getContext().VoidTy, args); in generateDestroyHelper() 617 StartFunction(VD, getContext().VoidTy, fn, FI, args); in generateDestroyHelper()
|
D | CGCUDANV.cpp | 32 llvm::Type *IntTy, *SizeTy, *VoidTy; member in __anon9870150b0111::CGNVCUDARuntime 92 VoidTy = llvm::Type::getVoidTy(Context); in CGNVCUDARuntime() 183 llvm::FunctionType::get(VoidTy, VoidPtrPtrTy, false), in makeRegisterGlobalsFn() 270 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction() 344 llvm::FunctionType::get(VoidTy, VoidPtrPtrTy, false), in makeModuleDtorFunction() 348 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleDtorFunction()
|
D | CGOpenMPRuntime.cpp | 753 CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args); in emitCombinerOrInitializer() 763 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args); in emitCombinerOrInitializer() 1050 Kmpc_MicroTy = llvm::FunctionType::get(CGM.VoidTy, MicroParams, true); in getKmpc_MicroPointerTy() 1065 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ true); in createRuntimeFunction() 1095 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction() 1106 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction() 1124 llvm::FunctionType::get(CGM.VoidTy, CGM.VoidPtrTy, /*isVarArg*/ false) in createRuntimeFunction() 1128 auto FnTy = llvm::FunctionType::get(CGM.VoidTy, FnTyArgs, in createRuntimeFunction() 1140 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction() 1157 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createRuntimeFunction() [all …]
|
D | CGObjCGNU.cpp | 751 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); in CGObjCGNUstep() local 755 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy, nullptr); in CGObjCGNUstep() 757 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, in CGObjCGNUstep() 760 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); in CGObjCGNUstep() local 764 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy, nullptr); in CGObjCGNUstep() 766 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, in CGObjCGNUstep() 769 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); in CGObjCGNUstep() local 770 SetPropertyAtomic.init(&CGM, "objc_setProperty_atomic", VoidTy, IdTy, in CGObjCGNUstep() 772 SetPropertyAtomicCopy.init(&CGM, "objc_setProperty_atomic_copy", VoidTy, in CGObjCGNUstep() 774 SetPropertyNonAtomic.init(&CGM, "objc_setProperty_nonatomic", VoidTy, in CGObjCGNUstep() [all …]
|
D | CGObjC.cpp | 503 CGF.getContext().VoidTy, in Emit() 593 CGF.EmitCall(CGF.getTypes().arrangeBuiltinFunctionCall(Context.VoidTy, args), in emitStructGetterCall() 858 CGF.getTypes().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args), in emitCPPObjectAtomicGetterCall() 1073 CGF.getTypes().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args), in emitStructSetterCall() 1109 CGF.getTypes().arrangeBuiltinFunctionCall(CGF.getContext().VoidTy, args), in emitCPPObjectAtomicSetterCall() 1239 EmitCall(getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, args), in generateObjCSetterBody() 1250 EmitCall(getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, args), in generateObjCSetterBody() 1610 CGM.getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, Args2), in EmitObjCForCollectionStmt() 1787 llvm::FunctionType::get(CGM.VoidTy, None, true); in EmitARCIntrinsicUse() 1992 llvm::FunctionType::get(CGF.VoidTy, /*variadic*/false); in emitAutoreleasedReturnValueMarker() [all …]
|
D | CodeGenTypeCache.h | 34 llvm::Type *VoidTy; member
|
D | CGBlocks.cpp | 1335 CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, args); in GenerateCopyHelperFunction() 1351 SourceLocation(), II, C.VoidTy, in GenerateCopyHelperFunction() 1359 StartFunction(FD, C.VoidTy, Fn, FI, args); in GenerateCopyHelperFunction() 1511 CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, args); in GenerateDestroyHelperFunction() 1526 SourceLocation(), II, C.VoidTy, in GenerateDestroyHelperFunction() 1534 StartFunction(FD, C.VoidTy, Fn, FI, args); in GenerateDestroyHelperFunction() 1785 QualType R = Context.VoidTy; in generateByrefCopyHelper() 1862 QualType R = Context.VoidTy; in generateByrefDisposeHelper() 2330 = llvm::FunctionType::get(VoidTy, args, false); in getBlockObjectDispose() 2342 = llvm::FunctionType::get(VoidTy, args, false); in getBlockObjectAssign()
|
D | CGOpenMPRuntimeNVPTX.cpp | 137 CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, WST.WorkerFn, *WST.CGFI, {}); in emitWorkerFunction() 277 llvm::FunctionType::get(CGM.VoidTy, TypeParams, /*isVarArg*/ false); in createNVPTXRuntimeFunction()
|
D | ItaniumCXXABI.cpp | 1042 llvm::FunctionType::get(CGM.VoidTy, /*IsVarArgs=*/false); in emitRethrow() 1067 llvm::FunctionType::get(CGM.VoidTy, Args, /*IsVarArgs=*/false); in getThrowFn() 1131 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); in getBadCastFn() 1189 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); in getBadTypeidFn() 1770 llvm::FunctionType::get(CGM.VoidTy, NumElementsPtr.getType(), false); in InitializeArrayCookie() 1876 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardReleaseFn() 1887 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardAbortFn() 2106 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, false)->getPointerTo(); in emitGlobalDtorWithCXAAtExit() 2234 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false); in EmitThreadLocalInitFuncs() 2289 llvm::FunctionType *FnTy = llvm::FunctionType::get(CGM.VoidTy, false); in EmitThreadLocalInitFuncs() [all …]
|
D | CGException.cpp | 36 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false); in getFreeExceptionFn() 45 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false); in getUnexpectedFn() 54 llvm::FunctionType::get(VoidTy, /*IsVarArgs=*/false); in getTerminateFn() 79 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false); in getCatchallRethrowFn() 1430 CGM.getTypes().arrangeBuiltinFunctionCall(Context.VoidTy, Args); in Emit() 1655 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy; in startOutlinedSEHHelper()
|
/external/llvm/lib/Transforms/Utils/ |
D | SanitizerStats.cpp | 80 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish() local 95 auto F = Function::Create(FunctionType::get(VoidTy, false), in finish() 100 FunctionType *StatInitTy = FunctionType::get(VoidTy, Int8PtrTy, false); in finish()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SanitizerStats.cpp | 80 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish() local 95 auto F = Function::Create(FunctionType::get(VoidTy, false), in finish() 100 FunctionType *StatInitTy = FunctionType::get(VoidTy, Int8PtrTy, false); in finish()
|
/external/llvm/lib/Support/ |
D | ThreadPool.cpp | 85 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl() 139 std::shared_future<ThreadPool::VoidTy> ThreadPool::asyncImpl(TaskTy Task) { in asyncImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | PhiValuesTest.cpp | 24 Type *VoidTy = Type::getVoidTy(C); in TEST() local 30 Function *F = cast<Function>(M.getOrInsertFunction("f", FunctionType::get(VoidTy, false))); in TEST() 90 Type *VoidTy = Type::getVoidTy(C); in TEST() local 96 Function *F = cast<Function>(M.getOrInsertFunction("f", FunctionType::get(VoidTy, false))); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ManglerTest.cpp | 32 Type *VoidTy = Type::getVoidTy(Mod.getContext()); in mangleFunc() local 35 FunctionType::get(VoidTy, {I32Ty, I32Ty, I32Ty}, /*isVarArg=*/false); in mangleFunc()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.cpp | 22 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
|
/external/clang/lib/AST/ |
D | ItaniumCXXABI.cpp | 67 Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(), in getManglingNumber()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 207 CallExpr *CE = new (C) CallExpr(C, ICE, None, C.VoidTy, VK_RValue, in create_dispatch_once() 269 CallExpr *CE = new (C) CallExpr(C, ICE, None, C.VoidTy, VK_RValue, in create_dispatch_sync()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 26 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 26 VoidTy(C, Type::VoidTyID), in LLVMContextImpl()
|