| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 245 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 D | CGObjCMac.cpp | 69 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 D | ItaniumCXXABI.cpp | 1250 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 D | CGException.cpp | 39 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 D | CGCleanup.cpp | 1349 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 D | CGObjCGNU.cpp | 86 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 D | MicrosoftCXXABI.cpp | 773 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 D | CGObjC.cpp | 2278 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 D | CGDeclCXX.cpp | 342 CGM.CreateRuntimeFunction(atexitTy, "atexit", llvm::AttributeList(), in registerGlobalDtorWithAtExit() 369 CGM.CreateRuntimeFunction(unatexitTy, "unatexit", llvm::AttributeList()); in unregisterGlobalDtorWithUnAtExit()
|
| H A D | CodeGenModule.h | 1162 CreateRuntimeFunction(llvm::FunctionType *Ty, StringRef Name,
|
| H A D | CGVTables.cpp | 784 CGM.CreateRuntimeFunction(fnTy, name).getCallee()); in addVTableComponent()
|
| H A D | CGBuiltin.cpp | 1126 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 D | CGBlocks.cpp | 2866 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose() 2879 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
|
| H A D | CGClass.cpp | 815 llvm::FunctionCallee F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue() 1693 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FnType, Name);
|
| H A D | CGExprComplex.cpp | 712 llvm::FunctionCallee Func = CGF.CGM.CreateRuntimeFunction( in EmitComplexBinOpLibCall()
|
| H A D | CGAtomic.cpp | 326 CGF.CGM.CreateRuntimeFunction(fnTy, fnName, fnAttrs); in emitAtomicLibcall()
|
| H A D | CodeGenModule.cpp | 4276 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, in CreateRuntimeFunction() function in CodeGenModule 7049 CreateRuntimeFunction(FTy, "__translate_sampler_initializer"), {C}); in createOpenCLIntToSamplerConversion()
|
| H A D | CGOpenMPRuntime.cpp | 1527 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 D | CGCall.cpp | 5510 CGM.CreateRuntimeFunction(FnType, "__asan_handle_no_return"); in EmitCall()
|
| H A D | CGExprScalar.cpp | 3579 CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
|
| H A D | CGExpr.cpp | 3246 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()
|