Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h749 InsertPointTy createReductions(const LocationDescription &Loc,
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp889 ompBuilder->createReductions(builder.saveIP(), allocaIP, reductionInfos, in convertOmpWsLoop()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp4027 OMPBuilder.createReductions(BodyIP, BodyAllocaIP, ReductionInfos); in TEST_F()
4283 OMPBuilder.createReductions( in TEST_F()
4286 OMPBuilder.createReductions( in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1631 OpenMPIRBuilder::InsertPointTy OpenMPIRBuilder::createReductions( in createReductions() function in OpenMPIRBuilder