Home
last modified time | relevance | path

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

12345678910>>...14

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp200 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
208 return CGM.CreateRuntimeFunction( in getLaunchFn()
212 return CGM.CreateRuntimeFunction( in getLaunchFn()
318 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
353 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
467 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
504 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
511 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
516 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
523 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp200 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
208 return CGM.CreateRuntimeFunction( in getLaunchFn()
212 return CGM.CreateRuntimeFunction( in getLaunchFn()
318 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
353 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
467 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
504 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
511 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
516 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
523 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp189 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
197 return CGM.CreateRuntimeFunction( in getLaunchFn()
201 return CGM.CreateRuntimeFunction( in getLaunchFn()
307 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
342 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
415 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
452 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
457 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
464 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
549 llvm::FunctionCallee RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp189 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
197 return CGM.CreateRuntimeFunction( in getLaunchFn()
201 return CGM.CreateRuntimeFunction( in getLaunchFn()
307 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
342 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
417 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
454 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
459 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
466 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
551 llvm::FunctionCallee RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCUDANV.cpp190 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
198 return CGM.CreateRuntimeFunction( in getLaunchFn()
202 return CGM.CreateRuntimeFunction( in getLaunchFn()
308 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
343 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
419 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
456 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
461 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
468 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
553 llvm::FunctionCallee RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/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 …]
/dports/devel/llvm70/llvm-7.0.1.src/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()
522 llvm::Constant *RegisterLinkedBinaryFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
541 CGM.CreateRuntimeFunction(AtExitTy, "atexit", llvm::AttributeList(), in makeModuleCtorFunction()
575 llvm::Constant *UnregisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleDtorFunction()
H A DCGOpenMPRuntime.cpp1669 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical");
1776 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_flush");
1933 RTLFn = CGM.CreateRuntimeFunction(FnTy,
1942 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_ordered");
2026 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_cancel");
2125 RTLFn = CGM.CreateRuntimeFunction(
2142 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target");
2332 return CGM.CreateRuntimeFunction(FnTy, Name);
2354 return CGM.CreateRuntimeFunction(FnTy, Name);
2371 return CGM.CreateRuntimeFunction(FnTy, Name);
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1211 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_kernel_init"); in createNVPTXRuntimeFunction()
1219 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_kernel_deinit"); in createNVPTXRuntimeFunction()
1288 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_shuffle_int32"); in createNVPTXRuntimeFunction()
1297 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_shuffle_int64"); in createNVPTXRuntimeFunction()
1323 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1350 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1393 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1402 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1426 RTLFn = CGM.CreateRuntimeFunction( in createNVPTXRuntimeFunction()
1435 RTLFn = CGM.CreateRuntimeFunction(FnTy, in createNVPTXRuntimeFunction()
[all …]
H A DCGObjCMac.cpp67 return CGM.CreateRuntimeFunction( in getMessageSendFn()
145 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn()
156 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn2()
301 return CGM.CreateRuntimeFunction(FTy, name); in getOptimizedSetPropertyFn()
317 return CGM.CreateRuntimeFunction(FTy, "objc_copyStruct"); in getCopyStructFn()
370 return CGM.CreateRuntimeFunction(FTy, "objc_read_weak"); in getGcReadWeakFn()
458 return CGM.CreateRuntimeFunction(FTy, "objc_sync_exit"); in getSyncExitFn()
557 return CGM.CreateRuntimeFunction( in getExceptionTryEnterFn()
565 return CGM.CreateRuntimeFunction( in getExceptionTryExitFn()
581 return CGM.CreateRuntimeFunction( in getExceptionMatchFn()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp174 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
182 return CGM.CreateRuntimeFunction( in getLaunchFn()
186 return CGM.CreateRuntimeFunction( in getLaunchFn()
302 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
337 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
412 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
442 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
505 llvm::FunctionCallee RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
684 llvm::FunctionCallee RegisterFatbinEndFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
724 CGM.CreateRuntimeFunction(AtExitTy, "atexit", llvm::AttributeList(), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntime.cpp1885 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical"); in createRuntimeFunction()
1992 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_flush"); in createRuntimeFunction()
2164 RTLFn = CGM.CreateRuntimeFunction(FnTy, in createRuntimeFunction()
2173 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_ordered"); in createRuntimeFunction()
2257 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_cancel"); in createRuntimeFunction()
2372 RTLFn = CGM.CreateRuntimeFunction( in createRuntimeFunction()
2416 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target"); in createRuntimeFunction()
2612 return CGM.CreateRuntimeFunction(FnTy, Name); in createForStaticInitFunction()
2634 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchInitFunction()
2651 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchFiniFunction()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp174 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
182 return CGM.CreateRuntimeFunction( in getLaunchFn()
186 return CGM.CreateRuntimeFunction( in getLaunchFn()
297 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
332 CGM.CreateRuntimeFunction(FTy, "cudaLaunchKernel"); in emitDeviceStubBodyNew()
407 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
437 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
500 llvm::FunctionCallee RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
679 llvm::FunctionCallee RegisterFatbinEndFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
719 CGM.CreateRuntimeFunction(AtExitTy, "atexit", llvm::AttributeList(), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntime.cpp1761 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical"); in createRuntimeFunction()
1868 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_flush"); in createRuntimeFunction()
2040 RTLFn = CGM.CreateRuntimeFunction(FnTy, in createRuntimeFunction()
2049 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_ordered"); in createRuntimeFunction()
2133 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_cancel"); in createRuntimeFunction()
2248 RTLFn = CGM.CreateRuntimeFunction( in createRuntimeFunction()
2292 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__tgt_target"); in createRuntimeFunction()
2490 return CGM.CreateRuntimeFunction(FnTy, Name); in createForStaticInitFunction()
2512 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchInitFunction()
2529 return CGM.CreateRuntimeFunction(FnTy, Name); in createDispatchFiniFunction()
[all …]
H A DCGObjCMac.cpp66 return CGM.CreateRuntimeFunction( in getMessageSendFn()
142 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn()
153 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn2()
298 return CGM.CreateRuntimeFunction(FTy, name); in getOptimizedSetPropertyFn()
367 return CGM.CreateRuntimeFunction(FTy, "objc_read_weak"); in getGcReadWeakFn()
455 return CGM.CreateRuntimeFunction(FTy, "objc_sync_exit"); in getSyncExitFn()
554 return CGM.CreateRuntimeFunction( in getExceptionTryEnterFn()
562 return CGM.CreateRuntimeFunction( in getExceptionTryExitFn()
578 return CGM.CreateRuntimeFunction( in getExceptionMatchFn()
587 return CGM.CreateRuntimeFunction( in getSetJmpFn()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp174 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
182 return CGM.CreateRuntimeFunction( in getLaunchFn()
186 return CGM.CreateRuntimeFunction( in getLaunchFn()
302 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
337 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
412 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
442 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
505 llvm::FunctionCallee RegisterFatbinFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
684 llvm::FunctionCallee RegisterFatbinEndFunc = CGM.CreateRuntimeFunction( in makeModuleCtorFunction()
724 CGM.CreateRuntimeFunction(AtExitTy, "atexit", llvm::AttributeList(), in makeModuleCtorFunction()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCUDANV.cpp230 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
238 return CGM.CreateRuntimeFunction( in getLaunchFn()
242 return CGM.CreateRuntimeFunction( in getLaunchFn()
369 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
405 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
520 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
557 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
564 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
569 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
576 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp230 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
238 return CGM.CreateRuntimeFunction( in getLaunchFn()
242 return CGM.CreateRuntimeFunction( in getLaunchFn()
369 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
405 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
520 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
557 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
564 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
569 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
576 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp230 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
238 return CGM.CreateRuntimeFunction( in getLaunchFn()
242 return CGM.CreateRuntimeFunction( in getLaunchFn()
369 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
405 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
520 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
557 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
564 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
569 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
576 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp230 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
238 return CGM.CreateRuntimeFunction( in getLaunchFn()
242 return CGM.CreateRuntimeFunction( in getLaunchFn()
369 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
405 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
520 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
557 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
564 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
569 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
576 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp230 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
238 return CGM.CreateRuntimeFunction( in getLaunchFn()
242 return CGM.CreateRuntimeFunction( in getLaunchFn()
369 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
405 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
520 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
557 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
564 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
569 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
576 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGCUDANV.cpp230 return CGM.CreateRuntimeFunction( in getSetupArgumentFn()
238 return CGM.CreateRuntimeFunction( in getLaunchFn()
242 return CGM.CreateRuntimeFunction( in getLaunchFn()
369 llvm::FunctionCallee cudaPopConfigFn = CGM.CreateRuntimeFunction( in emitDeviceStubBodyNew()
405 CGM.CreateRuntimeFunction(FTy, LaunchKernelName); in emitDeviceStubBodyNew()
520 llvm::FunctionCallee RegisterFunc = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
557 llvm::FunctionCallee RegisterVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
564 llvm::FunctionCallee RegisterManagedVar = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
569 llvm::FunctionCallee RegisterSurf = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
576 llvm::FunctionCallee RegisterTex = CGM.CreateRuntimeFunction( in makeRegisterGlobalsFn()
[all …]

12345678910>>...14