| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 246 return CGM.CreateRuntimeFunction( in getSetupArgumentFn() 254 return CGM.CreateRuntimeFunction( in getLaunchFn() 258 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy, PtrTy, false), in getLaunchFn() 443 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew() 480 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew() 623 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() 659 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() 666 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() 671 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() 677 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn() [all …]
|
| H A D | CGObjCMac.cpp | 67 return CGM.CreateRuntimeFunction( in getMessageSendFn() 81 return CGM.CreateRuntimeFunction( in getMessageSendStretFn() 93 return CGM.CreateRuntimeFunction( in getMessageSendFpretFn() 109 return CGM.CreateRuntimeFunction( in getMessageSendFp2retFn() 121 return CGM.CreateRuntimeFunction( in getMessageSendSuperFn() 132 return CGM.CreateRuntimeFunction( in getMessageSendSuperFn2() 143 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn() 154 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn2() 226 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty"); in getGetPropertyFn() 244 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty"); in getSetPropertyFn() [all …]
|
| H A D | ItaniumCXXABI.cpp | 1432 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow"); in emitRethrow() 1446 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn() 1457 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn() 1525 return CGF.CGM.CreateRuntimeFunction(FTy, "__dynamic_cast", Attrs); in getItaniumDynamicCastFn() 1531 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn() 1590 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn() 2492 CGM.CreateRuntimeFunction(FTy, "__asan_poison_cxx_array_cookie"); in InitializeArrayCookie() 2523 CGM.CreateRuntimeFunction(FTy, "__asan_load_cxx_array_cookie"); in readArrayCookieImpl() 2586 return CGM.CreateRuntimeFunction( in getGuardAcquireFn() 2598 return CGM.CreateRuntimeFunction( in getGuardReleaseFn() [all …]
|
| H A D | CGCleanup.cpp | 1350 CGM.CreateRuntimeFunction(FTy, "llvm.seh.scope.begin"); in EmitSehCppScopeBegin() 1361 CGM.CreateRuntimeFunction(FTy, "llvm.seh.scope.end"); in EmitSehCppScopeEnd() 1371 CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.begin"); in EmitSehTryScopeBegin() 1381 CGM.CreateRuntimeFunction(FTy, "llvm.seh.try.end"); in EmitSehTryScopeEnd()
|
| 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() 265 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true), in getPersonalityFn()
|
| H A D | CGBuiltin.cpp | 1810 llvm::FunctionCallee SetJmpFn = CGF.CGM.CreateRuntimeFunction( in EmitMSVCRTSetJmp() 4988 llvm::FunctionCallee Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr() 5761 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 5780 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 5822 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 5858 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 5881 return RValue::get(EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 5906 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, NewName), {NewArg}); in EmitBuiltinExpr() 5960 auto RTCall = EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr() 6027 EmitRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Args)); in EmitBuiltinExpr() [all …]
|
| H A D | MicrosoftCXXABI.cpp | 778 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException"); in getThrowFn() 988 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid"); in emitRTtypeidCall() 1038 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in emitDynamicCastCall() 1056 llvm::FunctionCallee Function = CGF.CGM.CreateRuntimeFunction( in emitDynamicCastToVoid() 2359 llvm::FunctionCallee TLRegDtor = CGF.CGM.CreateRuntimeFunction( in emitGlobalDtorWithTLRegDtor() 2458 return CGM.CreateRuntimeFunction( in getDynTlsOnDemandInitFn() 2545 return CGM.CreateRuntimeFunction( in getInitThreadHeaderFn() 2557 return CGM.CreateRuntimeFunction( in getInitThreadFooterFn() 2569 return CGM.CreateRuntimeFunction( in getInitThreadAbortFn()
|
| H A D | CGObjC.cpp | 2300 fn = CGF.CGM.CreateRuntimeFunction(fnType, fnName); in emitObjCValueOperation() 2744 fn = CGM.CreateRuntimeFunction(fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop() 2876 fn = CGM.CreateRuntimeFunction(fnType, "objc_release"); in EmitObjCRelease() 4023 CGM.CreateRuntimeFunction(FTy, "__isPlatformVersionAtLeast"); in emitIsPlatformVersionAtLeast() 4042 CGM.CreateRuntimeFunction(FTy, "__isOSVersionAtLeast"); in EmitBuiltinAvailable() 4109 CreateRuntimeFunction(FTy, "CFBundleGetVersionNumber"); in emitAtAvailableLinkGuard() 4112 llvm::FunctionCallee CFLinkCheckFuncRef = CreateRuntimeFunction( in emitAtAvailableLinkGuard()
|
| H A D | CGObjCGNU.cpp | 83 Function = CGM->CreateRuntimeFunction(FTy, FunctionName); in operator llvm::FunctionCallee() 988 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FT, FunctionName); in CallRuntimeFunction() 2523 llvm::FunctionCallee ClassLookupFn = CGM.CreateRuntimeFunction( in GetClassNamed() 2776 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper() 2779 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper() 3022 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend() 4103 CGM.CreateRuntimeFunction(FT, "__objc_exec_class"); in ModuleInitFunction()
|
| H A D | CGDeclCXX.cpp | 356 CGM.CreateRuntimeFunction(atexitTy, "atexit", llvm::AttributeList(), in registerGlobalDtorWithAtExit() 380 CGM.CreateRuntimeFunction(unatexitTy, "unatexit", llvm::AttributeList()); in unregisterGlobalDtorWithUnAtExit()
|
| H A D | CodeGenModule.h | 1315 CreateRuntimeFunction(llvm::FunctionType *Ty, StringRef Name, 1323 CreateRuntimeFunction(QualType ReturnTy, ArrayRef<QualType> ArgTys,
|
| H A D | CGHLSLBuiltins.cpp | 707 return EmitRuntimeCall(CGM.CreateRuntimeFunction( in EmitHLSLBuiltinExpr()
|
| H A D | CGVTables.cpp | 818 CGM.CreateRuntimeFunction(fnTy, name).getCallee()); in addVTableComponent()
|
| H A D | CGClass.cpp | 812 llvm::FunctionCallee F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue() 1699 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction(FnType, Name);
|
| H A D | CGBlocks.cpp | 2934 CreateRuntimeFunction(Context.VoidTy, args, "_Block_object_dispose"); in getBlockObjectDispose() 2946 CreateRuntimeFunction(Context.VoidTy, args, "_Block_object_assign"); in getBlockObjectAssign()
|
| H A D | CGExprComplex.cpp | 789 llvm::FunctionCallee Func = CGF.CGM.CreateRuntimeFunction( in EmitComplexBinOpLibCall()
|
| H A D | CGAtomic.cpp | 328 CGF.CGM.CreateRuntimeFunction(fnTy, fnName, fnAttrs); in emitAtomicLibcall()
|
| H A D | CodeGenModule.cpp | 5110 llvm::FunctionCallee CodeGenModule::CreateRuntimeFunction( in CreateRuntimeFunction() function in CodeGenModule 5142 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, in CreateRuntimeFunction() function in CodeGenModule 7967 CreateRuntimeFunction(FTy, "__translate_sampler_initializer"), {C}); in createOpenCLIntToSamplerConversion()
|
| H A D | CGCall.cpp | 5998 CGM.CreateRuntimeFunction(FnType, "__asan_handle_no_return"); in EmitCall()
|
| H A D | CGExprScalar.cpp | 4156 CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
|
| H A D | CGExpr.cpp | 3698 llvm::FunctionCallee Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | PPC.cpp | 118 CGM.CreateRuntimeFunction(FTy, "getsystemcfg"); in EmitPPCBuiltinExpr()
|
| H A D | RISCV.cpp | 971 CGM.CreateRuntimeFunction(FTy, "__init_riscv_feature_bits"); in EmitRISCVCpuInit()
|
| H A D | ARM.cpp | 2745 return EmitNounwindRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Ops); in EmitARMBuiltinExpr() 5020 CallInst *CI = EmitRuntimeCall(CGM.CreateRuntimeFunction( in EmitAArch64BuiltinExpr() 5182 return EmitNounwindRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Ops); in EmitAArch64BuiltinExpr() 8091 CGM.CreateRuntimeFunction(FTy, "__init_cpu_features_resolver"); in EmitAArch64CpuInit()
|
| H A D | X86.cpp | 729 CGM.CreateRuntimeFunction(FTy, "__cpu_indicator_init"); in EmitX86CpuInit()
|