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.cpp114 &MappedDeclsFields, in buildRecordForGlobalizedVars() argument
176 MappedDeclsFields.try_emplace(VD, Field); in buildRecordForGlobalizedVars()
191 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> MappedDeclsFields; member in __anon61bd5b670111::CheckVarsEscapingDeclContext
318 MappedDeclsFields, WarpSize); in buildRecordForGlobalizedVars()
476 return MappedDeclsFields.lookup(VD); in getFieldForGlobalizedVar()
979 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> MappedDeclsFields; in emitTeamsOutlinedFunction() local
989 MappedDeclsFields, WarpSize); in emitTeamsOutlinedFunction()
1003 &MappedDeclsFields; in emitTeamsOutlinedFunction() member in CGOpenMPRuntimeGPU::emitTeamsOutlinedFunction::NVPTXPrePostActionTy
1009 &MappedDeclsFields) in emitTeamsOutlinedFunction() argument
1011 MappedDeclsFields(MappedDeclsFields) {} in emitTeamsOutlinedFunction()
[all …]