Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp139 std::string getDeviceSideName(const NamedDecl *ND) override;
277 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
551 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
608 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
1135 getDeviceSideName(cast<NamedDecl>(I.D)), 0, in createOffloadingEntries()
1143 I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1148 OMPBuilder.emitOffloadingEntry(I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1152 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.cpp1587 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()
H A DCGBuiltin.cpp5274 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()