Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2204 const RecordDecl *TeamReductionRec, in emitListToGlobalCopyFunction() argument
2244 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction()
2316 const RecordDecl *TeamReductionRec, in emitListToGlobalReduceFunction() argument
2349 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction()
2413 const RecordDecl *TeamReductionRec, in emitGlobalToListCopyFunction() argument
2453 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction()
2526 const RecordDecl *TeamReductionRec, in emitGlobalToListReduceFunction() argument
2559 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction()
2957 const RecordDecl *TeamReductionRec = ::buildRecordForGlobalizedVars( in emitReduction() local
2960 TeamsReductions.push_back(TeamReductionRec); in emitReduction()
[all …]