Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp145 std::string getDeviceSideName(const NamedDecl *ND) override;
276 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
633 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
686 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
1208 getDeviceSideName(cast<NamedDecl>(I.D)), /*Flags=*/0, /*Data=*/0, in createOffloadingEntries()
1232 M, Kind, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1237 M, Kind, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1243 M, Kind, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
1248 M, Kind, I.Var, getDeviceSideName(I.D), VarSize, in createOffloadingEntries()
H A DCGCUDARuntime.h104 virtual std::string getDeviceSideName(const NamedDecl *ND) = 0;
H A DCGBuiltin.cpp6305 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()
H A DCodeGenModule.cpp2189 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()