Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCUDANV.cpp102 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(IntTy, in getSetupArgumentFn()
109 return CGM.CreateRuntimeFunction( in getLaunchFn()
195 llvm::Constant *RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
219 llvm::Constant *RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
262 llvm::Constant *RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
343 llvm::Constant *UnregisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleDtorFunction()
DCGOpenMPRuntime.cpp1066 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call"); in createRuntimeFunction()
1074 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num"); in createRuntimeFunction()
1085 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_cached"); in createRuntimeFunction()
1096 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical"); in createRuntimeFunction()
1107 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical_with_hint"); in createRuntimeFunction()
1130 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_register"); in createRuntimeFunction()
1141 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_end_critical"); in createRuntimeFunction()
1150 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_cancel_barrier"); in createRuntimeFunction()
1158 RTLFn = CGM.CreateRuntimeFunction(FnTy, /*Name*/ "__kmpc_barrier"); in createRuntimeFunction()
1166 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_for_static_fini"); in createRuntimeFunction()
[all …]
DCGObjCMac.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()
247 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty"); in getGetPropertyFn()
266 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty"); in getSetPropertyFn()
[all …]
DItaniumCXXABI.cpp1044 llvm::Constant *Fn = CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow"); in emitRethrow()
1058 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
1069 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
1126 return CGF.CGM.CreateRuntimeFunction(FTy, "__dynamic_cast", Attrs); in getItaniumDynamicCastFn()
1132 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn()
1191 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn()
1772 CGM.CreateRuntimeFunction(FTy, "__asan_poison_cxx_array_cookie"); in InitializeArrayCookie()
1803 CGM.CreateRuntimeFunction(FTy, "__asan_load_cxx_array_cookie"); in readArrayCookieImpl()
1866 return CGM.CreateRuntimeFunction(FTy, "__cxa_guard_acquire", in getGuardAcquireFn()
1877 return CGM.CreateRuntimeFunction(FTy, "__cxa_guard_release", in getGuardReleaseFn()
[all …]
DCGException.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()
225 CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true), in getPersonalityFn()
DCGObjCGNU.cpp83 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName)); in operator llvm::Constant*()
1071 CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, PtrToInt8Ty, true), in GetClassNamed()
1295 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
1298 classLookupFunction = CGM.CreateRuntimeFunction(llvm::FunctionType::get( in GenerateMessageSendSuper()
1455 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
1460 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
1463 imp = CGM.CreateRuntimeFunction(llvm::FunctionType::get(IdTy, IdTy, true), in GenerateMessageSend()
2575 llvm::Value *Register = CGM.CreateRuntimeFunction(FT, "__objc_exec_class"); in ModuleInitFunction()
DCGOpenMPRuntimeNVPTX.cpp278 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_kernel_init"); in createNVPTXRuntimeFunction()
DCGVTables.cpp606 PureVirtualFn = CGM.CreateRuntimeFunction(Ty, PureCallName); in CreateVTableInitializer()
619 DeletedVirtualFn = CGM.CreateRuntimeFunction(Ty, DeletedCallName); in CreateVTableInitializer()
DCGBuiltin.cpp1392 llvm::Constant *Func = CGM.CreateRuntimeFunction(FTy, LibCallName); in EmitBuiltinExpr()
2005 llvm::Constant *SetJmpEx = CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
2030 llvm::Constant *SetJmp3 = CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
2038 llvm::Constant *SetJmp = CGM.CreateRuntimeFunction( in EmitBuiltinExpr()
2083 CGM.CreateRuntimeFunction(FTy, Name), {Arg0, BCast})); in EmitBuiltinExpr()
2101 CGM.CreateRuntimeFunction(FTy, Name), {Arg0, Arg1, Arg2, BCast})); in EmitBuiltinExpr()
2140 Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, Name), {Arg0, Arg1})); in EmitBuiltinExpr()
2174 Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, Name), {Arg0, Arg1})); in EmitBuiltinExpr()
2192 Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, Name), {Arg0})); in EmitBuiltinExpr()
2212 auto NewCall = Builder.CreateCall(CGM.CreateRuntimeFunction(FTy, in EmitBuiltinExpr()
[all …]
DMicrosoftCXXABI.cpp728 CGM.CreateRuntimeFunction(FTy, "_CxxThrowException")); in getThrowFn()
963 llvm::Constant *Fn = CGF.CGM.CreateRuntimeFunction(FTy, "__RTtypeid"); in emitRTtypeidCall()
1014 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastCall()
1033 llvm::Constant *Function = CGF.CGM.CreateRuntimeFunction( in EmitDynamicCastToVoid()
2185 CGF.CGM.CreateRuntimeFunction(TLRegDtorTy, "__tlregdtor"); in emitGlobalDtorWithTLRegDtor()
2271 return CGM.CreateRuntimeFunction( in getInitThreadHeaderFn()
2282 return CGM.CreateRuntimeFunction( in getInitThreadFooterFn()
2293 return CGM.CreateRuntimeFunction( in getInitThreadAbortFn()
DCGDeclCXX.cpp238 CGM.CreateRuntimeFunction(atexitTy, "atexit"); in registerGlobalDtorWithAtExit()
DCodeGenFunction.cpp417 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation()
435 CGM.CreateRuntimeFunction(FTy, getTarget().getMCountName()); in EmitMCountInstrumentation()
DCodeGenModule.h872 llvm::Constant *CreateRuntimeFunction(llvm::FunctionType *Ty,
DCGBlocks.cpp2331 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose()
2343 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
DCGClass.cpp893 llvm::Constant *F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue()
1689 CGF.CGM.CreateRuntimeFunction(FnType, "__sanitizer_dtor_callback"); in EmitSanitizerDtorCallback()
DCGObjC.cpp1788 fn = CGM.CreateRuntimeFunction(fnType, "clang.arc.use"); in EmitARCIntrinsicUse()
1800 llvm::Constant *fn = CGM.CreateRuntimeFunction(type, fnName); in createARCRuntimeFunction()
DCGAtomic.cpp310 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName); in emitAtomicLibcall()
DCodeGenModule.cpp2003 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, in CreateRuntimeFunction() function in CodeGenModule
DCGExprScalar.cpp2382 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
DCGExpr.cpp2484 llvm::Value *Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()