Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp463 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call"); in createRuntimeFunction()
471 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num"); in createRuntimeFunction()
482 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_cached"); in createRuntimeFunction()
493 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical"); in createRuntimeFunction()
516 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_register"); in createRuntimeFunction()
527 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_critical"); in createRuntimeFunction()
536 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_cancel_barrier"); in createRuntimeFunction()
544 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_barrier"); in createRuntimeFunction()
552 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_for_static_fini"); in createRuntimeFunction()
562 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_push_num_threads"); in createRuntimeFunction()
[all …]
HDCGCUDANV.cpp100 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy, in getSetupArgumentFn()
107 return CGM.CreateRuntimeFunction( in getLaunchFn()
184 llvm::Constant *RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterKernelsFn()
221 llvm::Constant *RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
294 llvm::Constant *UnregisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleDtorFunction()
HDCGObjCMac.cpp66 CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendFn()
81 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, in getMessageSendStretFn()
94 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()
250 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty"); in getGetPropertyFn()
270 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty"); in getSetPropertyFn()
[all …]
HDItaniumCXXABI.cpp919 llvm::Constant *Fn = CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow"); in emitRethrow()
933 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
944 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
1000 return CGF.CGM.CreateRuntimeFunction(FTy, "__dynamic_cast", Attrs); in getItaniumDynamicCastFn()
1006 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn()
1065 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn()
1605 CGM.CreateRuntimeFunction(FTy, "__asan_poison_cxx_array_cookie"); in InitializeArrayCookie()
1640 CGM.CreateRuntimeFunction(FTy, "__asan_load_cxx_array_cookie"); in readArrayCookieImpl()
1709 return CGM.CreateRuntimeFunction(FTy, "__cxa_guard_acquire", in getGuardAcquireFn()
1720 return CGM.CreateRuntimeFunction(FTy, "__cxa_guard_release", in getGuardReleaseFn()
[all …]
HDCGException.cpp38 return CGM.CreateRuntimeFunction(FTy, "__cxa_free_exception"); in getFreeExceptionFn()
47 return CGM.CreateRuntimeFunction(FTy, "__cxa_call_unexpected"); in getUnexpectedFn()
73 return CreateRuntimeFunction(FTy, name); in getTerminateFn()
81 return CGM.CreateRuntimeFunction(FTy, Name); in getCatchallRethrowFn()
249 CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true), in getPersonalityFn()
HDCGObjCGNU.cpp85 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName)); in operator llvm::Constant*()
1028 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), in GetClassNamed()
1247 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
1250 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
1403 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
1408 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
1411 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
2535 llvm::Value *Register = CGM.CreateRuntimeFunction(FT, "__objc_exec_class"); in ModuleInitFunction()
HDCGVTables.cpp574 PureVirtualFn = CGM.CreateRuntimeFunction(Ty, PureCallName); in CreateVTableInitializer()
585 DeletedVirtualFn = CGM.CreateRuntimeFunction(Ty, DeletedCallName); in CreateVTableInitializer()
HDMicrosoftCXXABI.cpp700 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException")); in getThrowFn()
924 llvm::Constant *Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid"); in emitRTtypeidCall()
973 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastCall()
993 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastToVoid()
2115 CGF.CGM.CreateRuntimeFunction(TLRegDtorTy, "__tlregdtor"); in emitGlobalDtorWithTLRegDtor()
2201 return CGM.CreateRuntimeFunction( in getInitThreadHeaderFn()
2212 return CGM.CreateRuntimeFunction( in getInitThreadFooterFn()
2223 return CGM.CreateRuntimeFunction( in getInitThreadAbortFn()
HDCGDeclCXX.cpp230 CGM.CreateRuntimeFunction(atexitTy, "atexit"); in registerGlobalDtorWithAtExit()
HDCodeGenFunction.cpp353 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation()
371 CGM.CreateRuntimeFunction(FTy, getTarget().getMCountName()); in EmitMCountInstrumentation()
HDCodeGenModule.h899 llvm::Constant *CreateRuntimeFunction(llvm::FunctionType *Ty,
HDCGBlocks.cpp2283 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2295 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
HDCGClass.cpp773 llvm::Constant *F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue()
1385 CGF.CGM.CreateRuntimeFunction(FnType, "__sanitizer_dtor_callback"); in EmitDtorSanitizerCallback()
HDCGObjC.cpp1779 fn = CGM.CreateRuntimeFunction(fnType, "clang.arc.use"); in EmitARCIntrinsicUse()
1791 llvm::Constant *fn = CGM.CreateRuntimeFunction(type, fnName); in createARCRuntimeFunction()
HDCGBuiltin.cpp1176 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
1712 llvm::Constant *SetJmpEx = CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
1737 llvm::Constant *SetJmp3 = CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
1745 llvm::Constant *SetJmp = CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
3437 return EmitNounwindRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Ops); in EmitARMBuiltinExpr()
4245 return EmitNounwindRuntimeCall(CGM.CreateRuntimeFunction(FTy, Name), Ops); in EmitAArch64BuiltinExpr()
HDCGAtomic.cpp318 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName); in emitAtomicLibcall()
HDCodeGenModule.cpp1675 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, in CreateRuntimeFunction() function in CodeGenModule
HDCGExpr.cpp2282 llvm::Value *Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()
HDCGExprScalar.cpp2408 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()