Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp156 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
164 return CGM.CreateRuntimeFunction( in getLaunchFn()
168 return CGM.CreateRuntimeFunction( in getLaunchFn()
262 llvm::Constant *RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
286 llvm::Constant *RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
345 llvm::Constant *RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
535 llvm::Constant *RegisterLinkedBinaryFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
554 CGM.CreateRuntimeFunction(AtExitTy, "atexit", llvm::AttributeList(), in makeModuleCtorFunction()
588 llvm::Constant *UnregisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleDtorFunction()
H A DCGOpenMPRuntime.cpp1709 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical"); in createRuntimeFunction()
1816 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_flush"); in createRuntimeFunction()
1973 RTLFn = CGM.CreateRuntimeFunction(FnTy, in createRuntimeFunction()
1982 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_ordered"); in createRuntimeFunction()
2066 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_cancel"); in createRuntimeFunction()
2165 RTLFn = CGM.CreateRuntimeFunction( in createRuntimeFunction()
2191 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target"); in createRuntimeFunction()
2381 return CGM.CreateRuntimeFunction(FnTy, Name); in createForStaticInitFunction()
2403 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchInitFunction()
2420 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchFiniFunction()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1560 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_kernel_init"); in createNVPTXRuntimeFunction()
1568 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_kernel_deinit"); in createNVPTXRuntimeFunction()
1638 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_shuffle_int32"); in createNVPTXRuntimeFunction()
1647 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_shuffle_int64"); in createNVPTXRuntimeFunction()
1674 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1683 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1695 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1707 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1732 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1741 RTLFn = CGM.CreateRuntimeFunction(FnTy, in createNVPTXRuntimeFunction()
[all …]
H A DCGObjCMac.cpp68 return CGM.CreateRuntimeFunction( in getMessageSendFn()
146 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn()
157 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn2()
302 return CGM.CreateRuntimeFunction(FTy, name); in getOptimizedSetPropertyFn()
318 return CGM.CreateRuntimeFunction(FTy, "objc_copyStruct"); in getCopyStructFn()
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()
[all …]
H A DItaniumCXXABI.cpp1175 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
1186 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
1249 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn()
1308 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn()
2056 return CGM.CreateRuntimeFunction( in getGuardAcquireFn()
2068 return CGM.CreateRuntimeFunction( in getGuardReleaseFn()
2080 return CGM.CreateRuntimeFunction( in getGuardAbortFn()
3923 return CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch"); in getBeginCatchFn()
3931 return CGM.CreateRuntimeFunction(FTy, "__cxa_end_catch"); in getEndCatchFn()
3939 return CGM.CreateRuntimeFunction(FTy, "__cxa_get_exception_ptr"); in getGetExceptionPtrFn()
[all …]
H A DCGException.cpp39 return CGM.CreateRuntimeFunction(FTy, "__cxa_free_exception"); in getFreeExceptionFn()
48 return CGM.CreateRuntimeFunction(FTy, "__cxa_call_unexpected"); in getUnexpectedFn()
74 return CreateRuntimeFunction(FTy, name); in getTerminateFn()
82 return CGM.CreateRuntimeFunction(FTy, Name); in getCatchallRethrowFn()
245 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true), in getPersonalityFn()
H A DCGObjCGNU.cpp97 Function = CGM->CreateRuntimeFunction(FTy, FunctionName); in operator llvm::Constant*()
957 llvm::Value *Fn = CGM.CreateRuntimeFunction(FT, FunctionName); in CallRuntimeFunction()
2183 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), in GetClassNamed()
2442 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2445 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
2603 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
2608 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
2611 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
3705 llvm::Value *Register = CGM.CreateRuntimeFunction(FT, "__objc_exec_class"); in ModuleInitFunction()
H A DMicrosoftCXXABI.cpp736 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException")); in getThrowFn()
936 llvm::Constant *Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid"); in emitRTtypeidCall()
988 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastCall()
1008 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastToVoid()
2234 llvm::Constant *TLRegDtor = CGF.CGM.CreateRuntimeFunction( in emitGlobalDtorWithTLRegDtor()
2332 return CGM.CreateRuntimeFunction( in getInitThreadHeaderFn()
2344 return CGM.CreateRuntimeFunction( in getInitThreadFooterFn()
2356 return CGM.CreateRuntimeFunction( in getInitThreadAbortFn()
H A DCGObjC.cpp2034 fn = CGF.CGM.CreateRuntimeFunction(fnType, fnName); in emitObjCValueOperation()
2447 fn = CGM.CreateRuntimeFunction(fnType, "objc_autoreleasePoolPop"); in EmitObjCAutoreleasePoolPop()
2573 fn = CGM.CreateRuntimeFunction(fnType, "objc_release"); in EmitObjCRelease()
3623 CGM.CreateRuntimeFunction(FTy, "__isOSVersionAtLeast"); in EmitBuiltinAvailable()
3651 CreateRuntimeFunction(FTy, "CFBundleGetVersionNumber"); in emitAtAvailableLinkGuard()
H A DCGDeclCXX.cpp265 CGM.CreateRuntimeFunction(atexitTy, "atexit", llvm::AttributeList(), in registerGlobalDtorWithAtExit()
H A DCGBuiltin.cpp796 llvm::Constant *SetJmpFn = CGF.CGM.CreateRuntimeFunction( in EmitMSVCRTSetJmp()
2722 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
3408 Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
3428 CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
3471 Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
3509 Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
3556 Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, NewName), {NewArg}); in EmitBuiltinExpr()
3704 Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, Name), in EmitBuiltinExpr()
3739 CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
3753 CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
[all …]
H A DCGVTables.cpp652 llvm::Constant *fn = CGM.CreateRuntimeFunction(fnTy, name); in addVTableComponent()
H A DCodeGenModule.h1008 CreateRuntimeFunction(llvm::FunctionType *Ty, StringRef Name,
H A DCGClass.cpp796 llvm::Constant *F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue()
1631 CGF.CGM.CreateRuntimeFunction(FnType, "__sanitizer_dtor_callback"); in EmitSanitizerDtorCallback()
H A DCGBlocks.cpp2999 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
3011 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
H A DCodeGenModule.cpp2957 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name, in CreateRuntimeFunction() function in CodeGenModule
2990 return CreateRuntimeFunction(FTy, Name, ExtraAttrs, true); in CreateBuiltinFunction()
5508 return CGF.Builder.CreateCall(CreateRuntimeFunction(FTy, in createOpenCLIntToSamplerConversion()
H A DCGAtomic.cpp311 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName); in emitAtomicLibcall()
H A DCGExprScalar.cpp3093 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
H A DCGExpr.cpp2913 llvm::Value *Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()