Home
last modified time | relevance | path

Searched refs:emitFlush (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h368 void emitFlush(const LocationDescription &Loc);
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h778 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
DCGStmtOpenMP.cpp2611 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()
DCGOpenMPRuntime.cpp2654 void CGOpenMPRuntime::emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *>, in emitFlush() function in CGOpenMPRuntime
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1290 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
2160 void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
DCGStmtOpenMP.cpp4379 CGM.getOpenMPRuntime().emitFlush( in EmitOMPFlushDirective()
4985 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicReadExpr()
5014 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicWriteExpr()
5180 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicUpdateExpr()
5293 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicCaptureExpr()
5297 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicCaptureExpr()
5302 CGF.CGM.getOpenMPRuntime().emitFlush(CGF, llvm::None, Loc, in emitOMPAtomicCaptureExpr()
DCGOpenMPRuntime.cpp2877 void CGOpenMPRuntime::emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *>, in emitFlush() function in CGOpenMPRuntime
12563 void CGOpenMPSIMDRuntime::emitFlush(CodeGenFunction &CGF, in emitFlush() function in CGOpenMPSIMDRuntime
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp788 void OpenMPIRBuilder::emitFlush(const LocationDescription &Loc) { in emitFlush() function in OpenMPIRBuilder
799 emitFlush(Loc); in createFlush()