Searched refs:emitFlush (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 778 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
|
D | CGStmtOpenMP.cpp | 2611 CGM.getOpenMPRuntime().emitFlush(*this, [&]() -> ArrayRef<const Expr *> { in EmitOMPFlushDirective() 2869 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc); in EmitOMPAtomicReadExpr() 2884 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc); in EmitOMPAtomicWriteExpr() 3038 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc); in EmitOMPAtomicUpdateExpr() 3136 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc); in EmitOMPAtomicCaptureExpr()
|
D | CGOpenMPRuntime.cpp | 2654 void CGOpenMPRuntime::emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *>, in emitFlush() function in CGOpenMPRuntime
|