Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1333 enum class CopyAction : unsigned { enum
1384 InsertPointTy AllocaIP, CopyAction Action, Type *ReductionArrayTy,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2371 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()