Home
last modified time | relevance | path

Searched refs:getDeviceSideName (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp120 std::string getDeviceSideName(const Decl *ND);
207 std::string CGNVCUDARuntime::getDeviceSideName(const Decl *D) { in getDeviceSideName() function in CGNVCUDARuntime
234 getDeviceStubName(getDeviceSideName(CGF.CurFuncDecl)) == in emitDeviceStub()
421 llvm::Constant *KernelName = makeConstantString(getDeviceSideName(I.D)); in makeRegisterGlobalsFn()
448 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp120 std::string getDeviceSideName(const Decl *ND);
207 std::string CGNVCUDARuntime::getDeviceSideName(const Decl *D) { in getDeviceSideName() function in CGNVCUDARuntime
234 getDeviceStubName(getDeviceSideName(CGF.CurFuncDecl)) == in emitDeviceStub()
416 llvm::Constant *KernelName = makeConstantString(getDeviceSideName(I.D)); in makeRegisterGlobalsFn()
443 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp120 std::string getDeviceSideName(const Decl *ND);
207 std::string CGNVCUDARuntime::getDeviceSideName(const Decl *D) { in getDeviceSideName() function in CGNVCUDARuntime
234 getDeviceStubName(getDeviceSideName(CGF.CurFuncDecl)) == in emitDeviceStub()
421 llvm::Constant *KernelName = makeConstantString(getDeviceSideName(I.D)); in makeRegisterGlobalsFn()
448 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCUDARuntime.h96 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp128 std::string getDeviceSideName(const NamedDecl *ND) override;
263 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
530 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
587 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDARuntime.h97 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp120 std::string getDeviceSideName(const NamedDecl *ND) override;
222 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
427 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
474 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCUDARuntime.h97 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp120 std::string getDeviceSideName(const NamedDecl *ND) override;
223 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
429 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
476 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDARuntime.h96 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp128 std::string getDeviceSideName(const NamedDecl *ND) override;
263 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
530 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
587 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDARuntime.h96 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp128 std::string getDeviceSideName(const NamedDecl *ND) override;
263 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
530 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
587 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.h97 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp120 std::string getDeviceSideName(const NamedDecl *ND) override;
222 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
425 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
472 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h96 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp128 std::string getDeviceSideName(const NamedDecl *ND) override;
263 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
530 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
587 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDARuntime.h96 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp128 std::string getDeviceSideName(const NamedDecl *ND) override;
263 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
530 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
587 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGCUDARuntime.h96 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp128 std::string getDeviceSideName(const NamedDecl *ND) override;
263 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
530 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
587 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDARuntime.h100 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp121 std::string getDeviceSideName(const NamedDecl *ND) override;
233 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
477 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
531 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDARuntime.h100 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGCUDANV.cpp121 std::string getDeviceSideName(const NamedDecl *ND) override;
233 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
477 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
531 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()

12