Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp245 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
253 return CGM.CreateRuntimeFunction( in getLaunchFn()
257 return CGM.CreateRuntimeFunction( in getLaunchFn()
390 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
426 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
541 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
578 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
585 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
590 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
597 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()
248 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty"); in getGetPropertyFn()
267 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty"); in getSetPropertyFn()
[all …]
H A DItaniumCXXABI.cpp1250 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow"); in emitRethrow()
1264 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
1275 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
1334 return CGF.CGM.CreateRuntimeFunction(FTy, "__dynamic_cast", Attrs); in getItaniumDynamicCastFn()
1340 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn()
1399 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn()
2196 CGM.CreateRuntimeFunction(FTy, "__asan_poison_cxx_array_cookie"); in InitializeArrayCookie()
2227 CGM.CreateRuntimeFunction(FTy, "__asan_load_cxx_array_cookie"); in readArrayCookieImpl()
2290 return CGM.CreateRuntimeFunction( in getGuardAcquireFn()
2302 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.cpp1349 CGM.CreateRuntimeFunction(FTy, "llvm.seh.scope.begin"); in EmitSehCppScopeBegin()
1360 CGM.CreateRuntimeFunction(FTy, "llvm.seh.scope.end"); in EmitSehCppScopeEnd()
1370 CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.begin"); in EmitSehTryScopeBegin()
1380 CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.end"); in EmitSehTryScopeEnd()
H A DCGObjCGNU.cpp86 Function = CGM->CreateRuntimeFunction(FTy, FunctionName); in operator llvm::FunctionCallee()
970 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FT, FunctionName); in CallRuntimeFunction()
2308 llvm::FunctionCallee ClassLookupFn = CGM.CreateRuntimeFunction( in GetClassNamed()
2569 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2572 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2788 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
2795 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
2799 imp = CGM.CreateRuntimeFunction( in GenerateMessageSend()
3907 CGM.CreateRuntimeFunction(FT, "__objc_exec_class"); in ModuleInitFunction()
H A DMicrosoftCXXABI.cpp773 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException"); in getThrowFn()
985 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid"); in emitRTtypeidCall()
1037 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastCall()
1057 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastToVoid()
2342 llvm::FunctionCallee TLRegDtor = CGF.CGM.CreateRuntimeFunction( in emitGlobalDtorWithTLRegDtor()
2441 return CGM.CreateRuntimeFunction( in getDynTlsOnDemandInitFn()
2531 return CGM.CreateRuntimeFunction( in getInitThreadHeaderFn()
2543 return CGM.CreateRuntimeFunction( in getInitThreadFooterFn()
2555 return CGM.CreateRuntimeFunction( in getInitThreadAbortFn()
H A DCGObjC.cpp2278 fn = CGF.CGM.CreateRuntimeFunction(fnType, fnName); in emitObjCValueOperation()
2725 fn = CGM.CreateRuntimeFunction(fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
2857 fn = CGM.CreateRuntimeFunction(fnType, "objc_release"); in EmitObjCRelease()
4003 CGM.CreateRuntimeFunction(FTy, "__isPlatformVersionAtLeast"); in emitIsPlatformVersionAtLeast()
4022 CGM.CreateRuntimeFunction(FTy, "__isOSVersionAtLeast"); in EmitBuiltinAvailable()
4086 CreateRuntimeFunction(FTy, "CFBundleGetVersionNumber"); in emitAtAvailableLinkGuard()
4089 llvm::FunctionCallee CFLinkCheckFuncRef = CreateRuntimeFunction( in emitAtAvailableLinkGuard()
H A DCGDeclCXX.cpp342 CGM.CreateRuntimeFunction(atexitTy, "atexit", llvm::AttributeList(), in registerGlobalDtorWithAtExit()
369 CGM.CreateRuntimeFunction(unatexitTy, "unatexit", llvm::AttributeList()); in unregisterGlobalDtorWithUnAtExit()
H A DCodeGenModule.h1162 CreateRuntimeFunction(llvm::FunctionType *Ty, StringRef Name,
H A DCGVTables.cpp784 CGM.CreateRuntimeFunction(fnTy, name).getCallee()); in addVTableComponent()
H A DCGBuiltin.cpp1126 llvm::FunctionCallee SetJmpFn = CGF.CGM.CreateRuntimeFunction( in EmitMSVCRTSetJmp()
4020 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
4746 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4766 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4808 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4845 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4869 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
4892 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, NewName), {NewArg}); in EmitBuiltinExpr()
4935 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name, ByValAttrSet), in EmitBuiltinExpr()
4996 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Args)); in EmitBuiltinExpr()
[all …]
H A DCGBlocks.cpp2866 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2879 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
H A DCGClass.cpp815 llvm::FunctionCallee F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue()
1693 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FnType, Name);
H A DCGExprComplex.cpp712 llvm::FunctionCallee Func = CGF.CGM.CreateRuntimeFunction( in EmitComplexBinOpLibCall()
H A DCGAtomic.cpp326 CGF.CGM.CreateRuntimeFunction(fnTy, fnName, fnAttrs); in emitAtomicLibcall()
H A DCodeGenModule.cpp4276 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, in CreateRuntimeFunction() function in CodeGenModule
7049 CreateRuntimeFunction(FTy, "__translate_sampler_initializer"), {C}); in createOpenCLIntToSamplerConversion()
H A DCGOpenMPRuntime.cpp1527 return CGM.CreateRuntimeFunction(FnTy, Name); in createForStaticInitFunction()
1549 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchInitFunction()
1566 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchFiniFunction()
1589 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchNextFunction()
H A DCGCall.cpp5510 CGM.CreateRuntimeFunction(FnType, "__asan_handle_no_return"); in EmitCall()
H A DCGExprScalar.cpp3579 CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
H A DCGExpr.cpp3246 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()