Searched refs:emitFlush (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 553 void emitFlush(const LocationDescription &Loc);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 1298 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars, 2179 void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
|
| H A D | CGStmtOpenMP.cpp | 4801 CGM.getOpenMPRuntime().emitFlush( in EmitOMPFlushDirective() 5407 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicReadExpr() 5436 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicWriteExpr() 5602 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicUpdateExpr() 5715 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicCaptureExpr() 5719 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicCaptureExpr() 5724 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicCaptureExpr()
|
| H A D | CGOpenMPRuntime.cpp | 2930 void CGOpenMPRuntime::emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *>, in emitFlush() function in CGOpenMPRuntime 12741 void CGOpenMPSIMDRuntime::emitFlush(CodeGenFunction &CGF, in emitFlush() function in CGOpenMPSIMDRuntime
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 831 void OpenMPIRBuilder::emitFlush(const LocationDescription &Loc) { in emitFlush() function in OpenMPIRBuilder 842 emitFlush(Loc); in createFlush() 2298 emitFlush(Loc); in checkAndEmitFlushAfterAtomic()
|