Home
last modified time | relevance | path

Searched refs:CreateRuntimeFunction (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp223 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
231 return CGM.CreateRuntimeFunction( in getLaunchFn()
235 return CGM.CreateRuntimeFunction( in getLaunchFn()
361 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
397 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
512 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
549 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
556 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
561 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
568 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]
H A DCGObjCMac.cpp69 return CGM.CreateRuntimeFunction( in getMessageSendFn()
83 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, in getMessageSendStretFn()
95 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy, in getMessageSendFpretFn()
111 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType, in getMessageSendFp2retFn()
123 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendSuperFn()
134 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendSuperFn2()
145 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn()
156 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn2()
247 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty"); in getGetPropertyFn()
266 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty"); in getSetPropertyFn()
[all …]
H A DItaniumCXXABI.cpp1287 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow"); in emitRethrow()
1301 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
1312 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
1369 return CGF.CGM.CreateRuntimeFunction(FTy, "__dynamic_cast", Attrs); in getItaniumDynamicCastFn()
1375 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn()
1434 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn()
2221 CGM.CreateRuntimeFunction(FTy, "__asan_poison_cxx_array_cookie"); in InitializeArrayCookie()
2252 CGM.CreateRuntimeFunction(FTy, "__asan_load_cxx_array_cookie"); in readArrayCookieImpl()
2315 return CGM.CreateRuntimeFunction( in getGuardAcquireFn()
2327 return CGM.CreateRuntimeFunction( in getGuardReleaseFn()
[all …]
H A DCGException.cpp39 return CGM.CreateRuntimeFunction(FTy, "__cxa_free_exception"); in getFreeExceptionFn()
45 return CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.begin"); in getSehTryBeginFn()
51 return CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.end"); in getSehTryEndFn()
60 return CGM.CreateRuntimeFunction(FTy, "__cxa_call_unexpected"); in getUnexpectedFn()
86 return CreateRuntimeFunction(FTy, name); in getTerminateFn()
94 return CGM.CreateRuntimeFunction(FTy, Name); in getCatchallRethrowFn()
258 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true), in getPersonalityFn()
H A DCGCleanup.cpp1337 CGM.CreateRuntimeFunction(FTy, "llvm.seh.scope.begin"); in EmitSehCppScopeBegin()
1348 CGM.CreateRuntimeFunction(FTy, "llvm.seh.scope.end"); in EmitSehCppScopeEnd()
1358 CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.begin"); in EmitSehTryScopeBegin()
1368 CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.end"); in EmitSehTryScopeEnd()
H A DCGObjCGNU.cpp86 Function = CGM->CreateRuntimeFunction(FTy, FunctionName); in operator llvm::FunctionCallee()
967 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FT, FunctionName); in CallRuntimeFunction()
2297 llvm::FunctionCallee ClassLookupFn = CGM.CreateRuntimeFunction( in GetClassNamed()
2557 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2560 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2717 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
2724 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
2728 imp = CGM.CreateRuntimeFunction( in GenerateMessageSend()
3823 CGM.CreateRuntimeFunction(FT, "__objc_exec_class"); in ModuleInitFunction()
H A DCGDeclCXX.cpp286 CGM.CreateRuntimeFunction(atexitTy, "atexit", llvm::AttributeList(), in registerGlobalDtorWithAtExit()
313 CGM.CreateRuntimeFunction(unatexitTy, "unatexit", llvm::AttributeList()); in unregisterGlobalDtorWithUnAtExit()
H A DCGObjC.cpp2220 fn = CGF.CGM.CreateRuntimeFunction(fnType, fnName); in emitObjCValueOperation()
2672 fn = CGM.CreateRuntimeFunction(fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
2806 fn = CGM.CreateRuntimeFunction(fnType, "objc_release"); in EmitObjCRelease()
3914 CGM.CreateRuntimeFunction(FTy, "__isPlatformVersionAtLeast"); in emitIsPlatformVersionAtLeast()
3933 CGM.CreateRuntimeFunction(FTy, "__isOSVersionAtLeast"); in EmitBuiltinAvailable()
3994 CreateRuntimeFunction(FTy, "CFBundleGetVersionNumber"); in emitAtAvailableLinkGuard()
3997 llvm::FunctionCallee CFLinkCheckFuncRef = CreateRuntimeFunction( in emitAtAvailableLinkGuard()
H A DMicrosoftCXXABI.cpp754 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException"); in getThrowFn()
965 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid"); in emitRTtypeidCall()
1017 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastCall()
1037 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastToVoid()
2326 llvm::FunctionCallee TLRegDtor = CGF.CGM.CreateRuntimeFunction( in emitGlobalDtorWithTLRegDtor()
2425 return CGM.CreateRuntimeFunction( in getInitThreadHeaderFn()
2437 return CGM.CreateRuntimeFunction( in getInitThreadFooterFn()
2449 return CGM.CreateRuntimeFunction( in getInitThreadAbortFn()
H A DCodeGenModule.h1110 CreateRuntimeFunction(llvm::FunctionType *Ty, StringRef Name,
H A DCGBuiltin.cpp1036 llvm::FunctionCallee SetJmpFn = CGF.CGM.CreateRuntimeFunction( in EmitMSVCRTSetJmp()
3824 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
4542 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4562 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4604 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4641 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4665 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4688 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, NewName), {NewArg}); in EmitBuiltinExpr()
4731 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name, ByValAttrSet), in EmitBuiltinExpr()
4792 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Args)); in EmitBuiltinExpr()
[all …]
H A DCGVTables.cpp768 CGM.CreateRuntimeFunction(fnTy, name).getCallee()); in addVTableComponent()
H A DCGClass.cpp816 llvm::FunctionCallee F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue()
1670 CGF.CGM.CreateRuntimeFunction(FnType, "__sanitizer_dtor_callback"); in EmitSanitizerDtorCallback()
H A DCGBlocks.cpp2919 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2932 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
H A DCGExprComplex.cpp656 llvm::FunctionCallee Func = CGF.CGM.CreateRuntimeFunction( in EmitComplexBinOpLibCall()
H A DCGAtomic.cpp317 CGF.CGM.CreateRuntimeFunction(fnTy, fnName, fnAttrs); in emitAtomicLibcall()
H A DCodeGenModule.cpp3729 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, in CreateRuntimeFunction() function in CodeGenModule
6314 CreateRuntimeFunction(FTy, "__translate_sampler_initializer"), {C}); in createOpenCLIntToSamplerConversion()
H A DCGOpenMPRuntime.cpp1581 return CGM.CreateRuntimeFunction(FnTy, Name); in createForStaticInitFunction()
1603 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchInitFunction()
1620 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchFiniFunction()
1643 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchNextFunction()
H A DCGCall.cpp5329 CGM.CreateRuntimeFunction(FnType, "__asan_handle_no_return"); in EmitCall()
H A DCGExprScalar.cpp3335 CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
H A DCGExpr.cpp3185 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()