Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1425 InsertPointTy createAtomicWrite(const LocationDescription &Loc,
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1038 builder.restoreIP(ompBuilder->createAtomicWrite(ompLoc, x, expr, ao)); in convertOmpAtomicWrite()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3178 Builder.restoreIP(OMPBuilder.createAtomicWrite(Loc, X, ValToWrite, AO)); in TEST_F()
3218 Builder.restoreIP(OMPBuilder.createAtomicWrite(Loc, X, ValToWrite, AO)); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3949 OpenMPIRBuilder::createAtomicWrite(const LocationDescription &Loc, in createAtomicWrite() function in OpenMPIRBuilder