Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2556 const RecordDecl *TeamReductionRec, in emitListToGlobalCopyFunction() argument
2596 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction()
2668 const RecordDecl *TeamReductionRec, in emitListToGlobalReduceFunction() argument
2701 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction()
2765 const RecordDecl *TeamReductionRec, in emitGlobalToListCopyFunction() argument
2805 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction()
2878 const RecordDecl *TeamReductionRec, in emitGlobalToListReduceFunction() argument
2911 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction()
3312 TeamsReductions.push_back(TeamReductionRec); in emitReduction()
3973 for (const RecordDecl *TeamReductionRec : TeamsReductions) { in clear() local
[all …]