Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
256 std::string CGNVCUDARuntime::getDeviceSideName(const NamedDecl *ND) { in getDeviceSideName() function in CGNVCUDARuntime
522 makeConstantString(getDeviceSideName(cast<NamedDecl>(I.D))); in makeRegisterGlobalsFn()
579 llvm::Constant *VarName = makeConstantString(getDeviceSideName(Info.D)); in makeRegisterGlobalsFn()
H A DCodeGenModule.cpp1357 getCUDARuntime().getDeviceSideName(ND) == in getMangledName()
H A DCGBuiltin.cpp5064 auto Name = CGM.getCUDARuntime().getDeviceSideName( in EmitBuiltinExpr()