Home
last modified time | relevance | path

Searched refs:CGNVCUDARuntime (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 class CGNVCUDARuntime : public CGCUDARuntime { class
110 CGNVCUDARuntime(CodeGenModule &CGM);
137 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
153 llvm::Constant *CGNVCUDARuntime::getSetupArgumentFn() const { in getSetupArgumentFn()
161 llvm::Constant *CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
177 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
189 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
244 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
330 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
582 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 class CGNVCUDARuntime : public CGCUDARuntime { class
110 CGNVCUDARuntime(CodeGenModule &CGM);
137 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
153 llvm::Constant *CGNVCUDARuntime::getSetupArgumentFn() const { in getSetupArgumentFn()
161 llvm::Constant *CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
177 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
189 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
244 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
330 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
569 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 class CGNVCUDARuntime : public CGCUDARuntime { class
123 CGNVCUDARuntime(CodeGenModule &CGM);
153 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
179 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
195 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
207 std::string CGNVCUDARuntime::getDeviceSideName(const Decl *D) { in getDeviceSideName()
220 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
394 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
486 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
752 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 class CGNVCUDARuntime : public CGCUDARuntime { class
123 CGNVCUDARuntime(CodeGenModule &CGM);
153 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
179 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
195 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
207 std::string CGNVCUDARuntime::getDeviceSideName(const Decl *D) { in getDeviceSideName()
220 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
389 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
481 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
747 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 class CGNVCUDARuntime : public CGCUDARuntime { class
123 CGNVCUDARuntime(CodeGenModule &CGM);
153 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
179 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
195 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
207 std::string CGNVCUDARuntime::getDeviceSideName(const Decl *D) { in getDeviceSideName()
220 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
394 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
486 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
752 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCUDANV.cpp35 class CGNVCUDARuntime : public CGCUDARuntime { class
162 CGNVCUDARuntime(CodeGenModule &CGM);
210 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
235 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
297 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
502 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
671 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
988 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()
991 void CGNVCUDARuntime::internalizeDeviceSideVar( in internalizeDeviceSideVar()
1069 void CGNVCUDARuntime::transformManagedVars() { in transformManagedVars()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp35 class CGNVCUDARuntime : public CGCUDARuntime { class
162 CGNVCUDARuntime(CodeGenModule &CGM);
210 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
235 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
297 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
502 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
671 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
988 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()
991 void CGNVCUDARuntime::internalizeDeviceSideVar( in internalizeDeviceSideVar()
1069 void CGNVCUDARuntime::transformManagedVars() { in transformManagedVars()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp35 class CGNVCUDARuntime : public CGCUDARuntime { class
162 CGNVCUDARuntime(CodeGenModule &CGM);
210 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
235 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
297 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
502 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
671 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
988 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()
991 void CGNVCUDARuntime::internalizeDeviceSideVar( in internalizeDeviceSideVar()
1069 void CGNVCUDARuntime::transformManagedVars() { in transformManagedVars()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp35 class CGNVCUDARuntime : public CGCUDARuntime { class
162 CGNVCUDARuntime(CodeGenModule &CGM);
210 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
235 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
297 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
502 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
671 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
988 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()
991 void CGNVCUDARuntime::internalizeDeviceSideVar( in internalizeDeviceSideVar()
1069 void CGNVCUDARuntime::transformManagedVars() { in transformManagedVars()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp35 class CGNVCUDARuntime : public CGCUDARuntime { class
162 CGNVCUDARuntime(CodeGenModule &CGM);
210 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
235 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
297 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
502 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
671 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
988 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()
991 void CGNVCUDARuntime::internalizeDeviceSideVar( in internalizeDeviceSideVar()
1069 void CGNVCUDARuntime::transformManagedVars() { in transformManagedVars()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGCUDANV.cpp35 class CGNVCUDARuntime : public CGCUDARuntime { class
162 CGNVCUDARuntime(CodeGenModule &CGM);
210 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
235 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
297 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
502 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
671 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
988 return new CGNVCUDARuntime(CGM); in CreateNVCUDARuntime()
991 void CGNVCUDARuntime::internalizeDeviceSideVar( in internalizeDeviceSideVar()
1069 void CGNVCUDARuntime::transformManagedVars() { in transformManagedVars()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 class CGNVCUDARuntime : public CGCUDARuntime { class
123 CGNVCUDARuntime(CodeGenModule &CGM);
168 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
194 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
210 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
240 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
253 void CGNVCUDARuntime::emitDeviceStubBodyNew(CodeGenFunction &CGF, in emitDeviceStubBodyNew()
397 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
530 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
798 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 class CGNVCUDARuntime : public CGCUDARuntime { class
123 CGNVCUDARuntime(CodeGenModule &CGM);
168 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
194 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
210 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
240 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
253 void CGNVCUDARuntime::emitDeviceStubBodyNew(CodeGenFunction &CGF, in emitDeviceStubBodyNew()
399 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
532 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
798 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 class CGNVCUDARuntime : public CGCUDARuntime { class
123 CGNVCUDARuntime(CodeGenModule &CGM);
168 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
195 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
211 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
241 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
254 void CGNVCUDARuntime::emitDeviceStubBodyNew(CodeGenFunction &CGF, in emitDeviceStubBodyNew()
400 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
534 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
800 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp34 class CGNVCUDARuntime : public CGCUDARuntime { class
124 CGNVCUDARuntime(CodeGenModule &CGM);
171 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
205 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
221 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
251 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
264 void CGNVCUDARuntime::emitDeviceStubBodyNew(CodeGenFunction &CGF, in emitDeviceStubBodyNew()
449 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
607 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
875 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp34 class CGNVCUDARuntime : public CGCUDARuntime { class
124 CGNVCUDARuntime(CodeGenModule &CGM);
171 CGNVCUDARuntime::CGNVCUDARuntime(CodeGenModule &CGM) in CGNVCUDARuntime() function in CGNVCUDARuntime
205 llvm::FunctionCallee CGNVCUDARuntime::getLaunchFn() const { in getLaunchFn()
221 llvm::FunctionType *CGNVCUDARuntime::getCallbackFnTy() const { in getCallbackFnTy()
251 void CGNVCUDARuntime::emitDeviceStub(CodeGenFunction &CGF, in emitDeviceStub()
264 void CGNVCUDARuntime::emitDeviceStubBodyNew(CodeGenFunction &CGF, in emitDeviceStubBodyNew()
449 llvm::Function *CGNVCUDARuntime::makeRegisterGlobalsFn() { in makeRegisterGlobalsFn()
607 llvm::Function *CGNVCUDARuntime::makeModuleCtorFunction() { in makeModuleCtorFunction()
875 llvm::Function *CGNVCUDARuntime::makeModuleDtorFunction() { in makeModuleDtorFunction()
[all …]