| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 232 return CGM.CreateRuntimeFunction( in getSetupArgumentFn() 240 return CGM.CreateRuntimeFunction( in getLaunchFn() 244 return CGM.CreateRuntimeFunction( in getLaunchFn() 376 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew() 412 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew() 527 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() 564 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() 571 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() 576 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() 583 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() [all …]
|
| H A D | CGObjCMac.cpp | 69 return CGM.CreateRuntimeFunction( in getMessageSendFn() 145 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn() 156 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn2() 301 return CGM.CreateRuntimeFunction(FTy, name); in getOptimizedSetPropertyFn() 370 return CGM.CreateRuntimeFunction(FTy, "objc_read_weak"); in getGcReadWeakFn() 458 return CGM.CreateRuntimeFunction(FTy, "objc_sync_exit"); in getSyncExitFn() 557 return CGM.CreateRuntimeFunction( in getExceptionTryEnterFn() 565 return CGM.CreateRuntimeFunction( in getExceptionTryExitFn() 581 return CGM.CreateRuntimeFunction( in getExceptionMatchFn() 590 return CGM.CreateRuntimeFunction( in getSetJmpFn() [all …]
|
| H A D | ItaniumCXXABI.cpp | 1276 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn() 1287 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn() 1351 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn() 1410 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn() 2296 return CGM.CreateRuntimeFunction( in getGuardAcquireFn() 2308 return CGM.CreateRuntimeFunction( in getGuardReleaseFn() 2320 return CGM.CreateRuntimeFunction( in getGuardAbortFn() 4366 return CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch"); in getBeginCatchFn() 4374 return CGM.CreateRuntimeFunction(FTy, "__cxa_end_catch"); in getEndCatchFn() 4655 llvm::FunctionCallee fnRef = CGM.CreateRuntimeFunction( in getClangCallTerminateFn() [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() 3908 CGM.CreateRuntimeFunction(FT, "__objc_exec_class"); in ModuleInitFunction()
|
| H A D | MicrosoftCXXABI.cpp | 760 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException"); in getThrowFn() 972 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid"); in emitRTtypeidCall() 1024 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastCall() 1044 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastToVoid() 2333 llvm::FunctionCallee TLRegDtor = CGF.CGM.CreateRuntimeFunction( in emitGlobalDtorWithTLRegDtor() 2428 return CGM.CreateRuntimeFunction( in getDynTlsOnDemandInitFn() 2518 return CGM.CreateRuntimeFunction( in getInitThreadHeaderFn() 2530 return CGM.CreateRuntimeFunction( in getInitThreadFooterFn() 2542 return CGM.CreateRuntimeFunction( in getInitThreadAbortFn()
|
| H A D | CGObjC.cpp | 2226 fn = CGF.CGM.CreateRuntimeFunction(fnType, fnName); in emitObjCValueOperation() 2672 fn = CGM.CreateRuntimeFunction(fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop() 2804 fn = CGM.CreateRuntimeFunction(fnType, "objc_release"); in EmitObjCRelease() 3930 CGM.CreateRuntimeFunction(FTy, "__isPlatformVersionAtLeast"); in emitIsPlatformVersionAtLeast() 3949 CGM.CreateRuntimeFunction(FTy, "__isOSVersionAtLeast"); in EmitBuiltinAvailable() 4012 CreateRuntimeFunction(FTy, "CFBundleGetVersionNumber"); in emitAtAvailableLinkGuard() 4015 llvm::FunctionCallee CFLinkCheckFuncRef = CreateRuntimeFunction( in emitAtAvailableLinkGuard()
|
| H A D | CGDeclCXX.cpp | 341 CGM.CreateRuntimeFunction(atexitTy, "atexit", llvm::AttributeList(), in registerGlobalDtorWithAtExit() 368 CGM.CreateRuntimeFunction(unatexitTy, "unatexit", llvm::AttributeList()); in unregisterGlobalDtorWithUnAtExit()
|
| H A D | CodeGenModule.h | 1147 CreateRuntimeFunction(llvm::FunctionType *Ty, StringRef Name,
|
| H A D | CGVTables.cpp | 770 CGM.CreateRuntimeFunction(fnTy, name).getCallee()); in addVTableComponent()
|
| H A D | CGBlocks.cpp | 2870 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose() 2883 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
|
| H A D | CGBuiltin.cpp | 1111 llvm::FunctionCallee SetJmpFn = CGF.CGM.CreateRuntimeFunction( in EmitMSVCRTSetJmp() 4706 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 4726 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 4852 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, NewName), {NewArg}); in EmitBuiltinExpr() 4956 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Args)); in EmitBuiltinExpr() 5014 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 5031 RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 5049 CGM.CreateRuntimeFunction( in EmitBuiltinExpr() 5063 CGM.CreateRuntimeFunction( in EmitBuiltinExpr() 5084 CGM.CreateRuntimeFunction( in EmitBuiltinExpr() [all …]
|
| H A D | CGClass.cpp | 814 llvm::FunctionCallee F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue() 1665 CGF.CGM.CreateRuntimeFunction(FnType, "__sanitizer_dtor_callback"); in EmitSanitizerDtorCallback()
|
| H A D | CGExprComplex.cpp | 656 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 | 4121 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, in CreateRuntimeFunction() function in CodeGenModule 6841 CreateRuntimeFunction(FTy, "__translate_sampler_initializer"), {C}); in createOpenCLIntToSamplerConversion()
|
| H A D | CGOpenMPRuntime.cpp | 1530 return CGM.CreateRuntimeFunction(FnTy, Name); in createForStaticInitFunction() 1552 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchInitFunction() 1569 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchFiniFunction() 1592 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchNextFunction()
|
| H A D | CGExprScalar.cpp | 3408 CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
|
| H A D | CGCall.cpp | 5434 CGM.CreateRuntimeFunction(FnType, "__asan_handle_no_return"); in EmitCall()
|
| H A D | CGExpr.cpp | 3274 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()
|