Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp241 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
249 return CGM.CreateRuntimeFunction( in getLaunchFn()
387 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
423 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
538 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
574 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
581 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
586 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
592 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
704 llvm::FunctionCallee RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
[all …]
H A DCGObjCMac.cpp69 return CGM.CreateRuntimeFunction( in getMessageSendFn()
145 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn()
156 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn2()
302 return CGM.CreateRuntimeFunction(FTy, name); in getOptimizedSetPropertyFn()
371 return CGM.CreateRuntimeFunction(FTy, "objc_read_weak"); in getGcReadWeakFn()
459 return CGM.CreateRuntimeFunction(FTy, "objc_sync_exit"); in getSyncExitFn()
558 return CGM.CreateRuntimeFunction( in getExceptionTryEnterFn()
566 return CGM.CreateRuntimeFunction( in getExceptionTryExitFn()
582 return CGM.CreateRuntimeFunction( in getExceptionMatchFn()
591 return CGM.CreateRuntimeFunction( in getSetJmpFn()
[all …]
H A DItaniumCXXABI.cpp1287 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
1298 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
1363 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn()
1422 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn()
2371 return CGM.CreateRuntimeFunction( in getGuardAcquireFn()
2383 return CGM.CreateRuntimeFunction( in getGuardReleaseFn()
2395 return CGM.CreateRuntimeFunction( in getGuardAbortFn()
4468 return CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch"); in getBeginCatchFn()
4476 return CGM.CreateRuntimeFunction(FTy, "__cxa_end_catch"); in getEndCatchFn()
4760 llvm::FunctionCallee fnRef = CGM.CreateRuntimeFunction( in getClangCallTerminateFn()
[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()
265 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true), in getPersonalityFn()
H A DCGCleanup.cpp1361 CGM.CreateRuntimeFunction(FTy, "llvm.seh.scope.begin"); in EmitSehCppScopeBegin()
1372 CGM.CreateRuntimeFunction(FTy, "llvm.seh.scope.end"); in EmitSehCppScopeEnd()
1382 CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.begin"); in EmitSehTryScopeBegin()
1392 CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.end"); in EmitSehTryScopeEnd()
H A DMicrosoftCXXABI.cpp785 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException"); in getThrowFn()
997 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid"); in emitRTtypeidCall()
1047 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in emitDynamicCastCall()
1065 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in emitDynamicCastToVoid()
2354 llvm::FunctionCallee TLRegDtor = CGF.CGM.CreateRuntimeFunction( in emitGlobalDtorWithTLRegDtor()
2453 return CGM.CreateRuntimeFunction( in getDynTlsOnDemandInitFn()
2540 return CGM.CreateRuntimeFunction( in getInitThreadHeaderFn()
2552 return CGM.CreateRuntimeFunction( in getInitThreadFooterFn()
2564 return CGM.CreateRuntimeFunction( in getInitThreadAbortFn()
H A DCGObjC.cpp2256 fn = CGF.CGM.CreateRuntimeFunction(fnType, fnName); in emitObjCValueOperation()
2700 fn = CGM.CreateRuntimeFunction(fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
2832 fn = CGM.CreateRuntimeFunction(fnType, "objc_release"); in EmitObjCRelease()
3979 CGM.CreateRuntimeFunction(FTy, "__isPlatformVersionAtLeast"); in emitIsPlatformVersionAtLeast()
3998 CGM.CreateRuntimeFunction(FTy, "__isOSVersionAtLeast"); in EmitBuiltinAvailable()
4065 CreateRuntimeFunction(FTy, "CFBundleGetVersionNumber"); in emitAtAvailableLinkGuard()
4068 llvm::FunctionCallee CFLinkCheckFuncRef = CreateRuntimeFunction( in emitAtAvailableLinkGuard()
H A DCGDeclCXX.cpp351 CGM.CreateRuntimeFunction(atexitTy, "atexit", llvm::AttributeList(), in registerGlobalDtorWithAtExit()
378 CGM.CreateRuntimeFunction(unatexitTy, "unatexit", llvm::AttributeList()); in unregisterGlobalDtorWithUnAtExit()
H A DCGObjCGNU.cpp84 Function = CGM->CreateRuntimeFunction(FTy, FunctionName); in operator llvm::FunctionCallee()
988 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FT, FunctionName); in CallRuntimeFunction()
2422 llvm::FunctionCallee ClassLookupFn = CGM.CreateRuntimeFunction( in GetClassNamed()
2678 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2681 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2926 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
4013 CGM.CreateRuntimeFunction(FT, "__objc_exec_class"); in ModuleInitFunction()
H A DCodeGenModule.h1172 CreateRuntimeFunction(llvm::FunctionType *Ty, StringRef Name,
H A DCGVTables.cpp787 CGM.CreateRuntimeFunction(fnTy, name).getCallee()); in addVTableComponent()
H A DCGBuiltin.cpp1410 llvm::FunctionCallee SetJmpFn = CGF.CGM.CreateRuntimeFunction( in EmitMSVCRTSetJmp()
5306 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
5326 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
5559 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Args)); in EmitBuiltinExpr()
5617 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
5653 CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
5668 CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
5690 CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
10678 CallInst *CI = EmitRuntimeCall(CGM.CreateRuntimeFunction( in EmitAArch64BuiltinExpr()
14013 CGM.CreateRuntimeFunction(FTy, "__init_cpu_features_resolver"); in EmitAArch64CpuInit()
[all …]
H A DCGBlocks.cpp2825 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2838 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
H A DCGClass.cpp807 llvm::FunctionCallee F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue()
1686 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FnType, Name);
H A DCGExprComplex.cpp719 llvm::FunctionCallee Func = CGF.CGM.CreateRuntimeFunction( in EmitComplexBinOpLibCall()
H A DCGAtomic.cpp326 CGF.CGM.CreateRuntimeFunction(fnTy, fnName, fnAttrs); in emitAtomicLibcall()
H A DCodeGenModule.cpp4739 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, in CreateRuntimeFunction() function in CodeGenModule
7485 CreateRuntimeFunction(FTy, "__translate_sampler_initializer"), {C}); in createOpenCLIntToSamplerConversion()
H A DCGCall.cpp5722 CGM.CreateRuntimeFunction(FnType, "__asan_handle_no_return"); in EmitCall()
H A DCGExprScalar.cpp3584 CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
H A DCGExpr.cpp3508 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()