Searched refs:getDeviceSideName (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGCUDANV.cpp | 128 std::string getDeviceSideName(const NamedDecl *ND) override; 264 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime 537 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn() 594 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn() 1122 getDeviceSideName(cast<NamedDecl>(I.D)), 0, in createOffloadingEntries() 1130 I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries() 1135 OMPBuilder.emitOffloadingEntry(I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries() 1139 OMPBuilder.emitOffloadingEntry(I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
|
| H A D | CGCUDARuntime.h | 109 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
|
| H A D | CodeGenModule.cpp | 1536 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()
|
| H A D | CGBuiltin.cpp | 5233 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()
|