/external/clang/lib/CodeGen/ |
D | CGCUDANV.cpp | 102 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()
|
D | CGOpenMPRuntime.cpp | 1066 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 …]
|
D | CGObjCMac.cpp | 66 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 …]
|
D | ItaniumCXXABI.cpp | 1044 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 …]
|
D | CGException.cpp | 38 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()
|
D | CGObjCGNU.cpp | 83 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()
|
D | CGOpenMPRuntimeNVPTX.cpp | 278 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_kernel_init"); in createNVPTXRuntimeFunction()
|
D | CGVTables.cpp | 606 PureVirtualFn = CGM.CreateRuntimeFunction(Ty, PureCallName); in CreateVTableInitializer() 619 DeletedVirtualFn = CGM.CreateRuntimeFunction(Ty, DeletedCallName); in CreateVTableInitializer()
|
D | CGBuiltin.cpp | 1392 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 …]
|
D | MicrosoftCXXABI.cpp | 728 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()
|
D | CGDeclCXX.cpp | 238 CGM.CreateRuntimeFunction(atexitTy, "atexit"); in registerGlobalDtorWithAtExit()
|
D | CodeGenFunction.cpp | 417 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation() 435 CGM.CreateRuntimeFunction(FTy, getTarget().getMCountName()); in EmitMCountInstrumentation()
|
D | CodeGenModule.h | 872 llvm::Constant *CreateRuntimeFunction(llvm::FunctionType *Ty,
|
D | CGBlocks.cpp | 2331 BlockObjectDispose = CreateRuntimeFunction(fty, "_Block_object_dispose"); in getBlockObjectDispose() 2343 BlockObjectAssign = CreateRuntimeFunction(fty, "_Block_object_assign"); in getBlockObjectAssign()
|
D | CGClass.cpp | 893 llvm::Constant *F = CGM.CreateRuntimeFunction( in EmitAsanPrologueOrEpilogue() 1689 CGF.CGM.CreateRuntimeFunction(FnType, "__sanitizer_dtor_callback"); in EmitSanitizerDtorCallback()
|
D | CGObjC.cpp | 1788 fn = CGM.CreateRuntimeFunction(fnType, "clang.arc.use"); in EmitARCIntrinsicUse() 1800 llvm::Constant *fn = CGM.CreateRuntimeFunction(type, fnName); in createARCRuntimeFunction()
|
D | CGAtomic.cpp | 310 llvm::Constant *fn = CGF.CGM.CreateRuntimeFunction(fnTy, fnName); in emitAtomicLibcall()
|
D | CodeGenModule.cpp | 2003 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, in CreateRuntimeFunction() function in CodeGenModule
|
D | CGExprScalar.cpp | 2382 llvm::Value *handler = CGF.CGM.CreateRuntimeFunction(handlerTy, *handlerName); in EmitOverflowCheckedBinOp()
|
D | CGExpr.cpp | 2484 llvm::Value *Fn = CGF.CGM.CreateRuntimeFunction( in emitCheckHandlerCall()
|