Searched refs:emitFlush (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.h | 1104 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars, 1934 void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
|
| D | CGStmtOpenMP.cpp | 5328 CGM.getOpenMPRuntime().emitFlush( in EmitOMPFlushDirective() 6003 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicReadExpr() 6032 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicWriteExpr() 6223 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicUpdateExpr() 6338 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicCaptureExpr() 6342 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicCaptureExpr() 6347 CGF.CGM.getOpenMPRuntime().emitFlush( in emitOMPAtomicCaptureExpr()
|
| D | CGOpenMPRuntime.cpp | 2907 void CGOpenMPRuntime::emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *>, in emitFlush() function in CGOpenMPRuntime 12530 void CGOpenMPSIMDRuntime::emitFlush(CodeGenFunction &CGF, in emitFlush() function in CGOpenMPSIMDRuntime
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| D | OMPIRBuilder.h | 1012 void emitFlush(const LocationDescription &Loc);
|
| /openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
| D | OMPIRBuilder.cpp | 1230 void OpenMPIRBuilder::emitFlush(const LocationDescription &Loc) { in emitFlush() function in OpenMPIRBuilder 1242 emitFlush(Loc); in createFlush() 4240 emitFlush(Loc); in checkAndEmitFlushAfterAtomic()
|