Searched refs:emitFlush (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 1116 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars, 1962 void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
|
H A D | CGStmtOpenMP.cpp | 5419 CGM.getOpenMPRuntime().emitFlush( in EmitOMPFlushDirective() 6107 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicReadExpr() 6136 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicWriteExpr() 6326 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicUpdateExpr() 6441 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicCaptureExpr() 6445 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, std::nullopt, Loc, in emitOMPAtomicCaptureExpr() 6450 CGF.CGM.getOpenMPRuntime().emitFlush( in emitOMPAtomicCaptureExpr()
|
H A D | CGOpenMPRuntime.cpp | 2755 void CGOpenMPRuntime::emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *>, in emitFlush() function in CGOpenMPRuntime 12106 void CGOpenMPSIMDRuntime::emitFlush(CodeGenFunction &CGF, in emitFlush() function in CGOpenMPSIMDRuntime
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2000 void emitFlush(const LocationDescription &Loc);
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1658 void OpenMPIRBuilder::emitFlush(const LocationDescription &Loc) { in emitFlush() function in OpenMPIRBuilder 1670 emitFlush(Loc); in createFlush() 7715 emitFlush(Loc); in checkAndEmitFlushAfterAtomic()
|