Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h656 struct ReductionInfo { struct
657 ReductionInfo(Type *ElementType, Value *Variable, Value *PrivateVariable, in ReductionInfo() argument
751 ArrayRef<ReductionInfo> ReductionInfos,
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1633 ArrayRef<ReductionInfo> ReductionInfos, bool IsNoWait) { in createReductions()
1634 for (const ReductionInfo &RI : ReductionInfos) { in createReductions()
1665 const ReductionInfo &RI = En.value(); in createReductions()
1683 llvm::all_of(ReductionInfos, [](const ReductionInfo &RI) { in createReductions()
1723 const ReductionInfo &RI = En.value(); in createReductions()
1748 for (const ReductionInfo &RI : ReductionInfos) { in createReductions()
1770 const ReductionInfo &RI = En.value(); in createReductions()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp867 SmallVector<llvm::OpenMPIRBuilder::ReductionInfo> reductionInfos; in convertOmpWsLoop()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4023 OpenMPIRBuilder::ReductionInfo ReductionInfos[] = { in TEST_F()