Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1412 InsertPointTy createAtomicRead(const LocationDescription &Loc,
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1020 builder.restoreIP(ompBuilder->createAtomicRead(ompLoc, X, V, AO)); in convertOmpAtomicRead()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3085 Builder.restoreIP(OMPBuilder.createAtomicRead(Loc, X, V, AO)); in TEST_F()
3132 Builder.restoreIP(OMPBuilder.createAtomicRead(Loc, X, V, AO)); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3907 OpenMPIRBuilder::createAtomicRead(const LocationDescription &Loc, in createAtomicRead() function in OpenMPIRBuilder