Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2509 const RecordDecl *TeamReductionRec, in emitListToGlobalCopyFunction() argument
2548 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction()
2617 const RecordDecl *TeamReductionRec, in emitListToGlobalReduceFunction() argument
2650 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction()
2714 const RecordDecl *TeamReductionRec, in emitGlobalToListCopyFunction() argument
2753 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction()
2823 const RecordDecl *TeamReductionRec, in emitGlobalToListReduceFunction() argument
2856 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction()
3257 TeamsReductions.push_back(TeamReductionRec); in emitReduction()
3910 for (const RecordDecl *TeamReductionRec : TeamsReductions) { in clear() local
[all …]