Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp3272 const RecordDecl *TeamReductionRec, in emitListToGlobalCopyFunction() argument
3311 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalCopyFunction()
3379 const RecordDecl *TeamReductionRec, in emitListToGlobalReduceFunction() argument
3412 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitListToGlobalReduceFunction()
3475 const RecordDecl *TeamReductionRec, in emitGlobalToListCopyFunction() argument
3514 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListCopyFunction()
3583 const RecordDecl *TeamReductionRec, in emitGlobalToListReduceFunction() argument
3616 QualType StaticTy = C.getRecordType(TeamReductionRec); in emitGlobalToListReduceFunction()
4013 const RecordDecl *TeamReductionRec = ::buildRecordForGlobalizedVars( in emitReduction() local
4016 TeamsReductions.push_back(TeamReductionRec); in emitReduction()
[all …]