Searched refs:CopyAction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1333 enum class CopyAction : unsigned { enum 1384 InsertPointTy AllocaIP, CopyAction Action, Type *ReductionArrayTy,
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2371 InsertPointTy AllocaIP, CopyAction Action, Type *ReductionArrayTy, in emitReductionListCopy() 2403 case CopyAction::RemoteLaneToThread: { in emitReductionListCopy() 2419 case CopyAction::ThreadCopy: { in emitReductionListCopy() 2794 AllocaIP, CopyAction::RemoteLaneToThread, RedListArrayTy, ReductionInfos, in emitShuffleAndReduceFunction() 2863 emitReductionListCopy(AllocaIP, CopyAction::ThreadCopy, RedListArrayTy, in emitShuffleAndReduceFunction()
|