Searched refs:emitFlush (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 368 void emitFlush(const LocationDescription &Loc);
|
/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
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 1290 virtual void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars, 2160 void emitFlush(CodeGenFunction &CGF, ArrayRef<const Expr *> Vars,
|
D | CGStmtOpenMP.cpp | 4379 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()
|
D | CGOpenMPRuntime.cpp | 2877 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/ |
D | OMPIRBuilder.cpp | 788 void OpenMPIRBuilder::emitFlush(const LocationDescription &Loc) { in emitFlush() function in OpenMPIRBuilder 799 emitFlush(Loc); in createFlush()
|