Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp128 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 DCGCUDARuntime.h109 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCodeGenModule.cpp1536 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()
H A DCGBuiltin.cpp5233 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()