Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp115 &MappedDeclsFields, in buildRecordForGlobalizedVars() argument
177 MappedDeclsFields.try_emplace(VD, Field); in buildRecordForGlobalizedVars()
192 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> MappedDeclsFields; member in __anon61bd5b670111::CheckVarsEscapingDeclContext
319 MappedDeclsFields, WarpSize); in buildRecordForGlobalizedVars()
476 return MappedDeclsFields.lookup(VD); in getFieldForGlobalizedVar()
979 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> MappedDeclsFields; in emitTeamsOutlinedFunction() local
988 CGM.getContext(), {}, LastPrivatesReductions, MappedDeclsFields, in emitTeamsOutlinedFunction()
1003 &MappedDeclsFields; in emitTeamsOutlinedFunction() member in CGOpenMPRuntimeGPU::emitTeamsOutlinedFunction::NVPTXPrePostActionTy
1009 &MappedDeclsFields) in emitTeamsOutlinedFunction() argument
1011 MappedDeclsFields(MappedDeclsFields) {} in emitTeamsOutlinedFunction()
[all …]