Home
last modified time | relevance | path

Searched refs:IsPostfixUpdate (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2513 bool IsPostfixUpdate, bool IsXBinopExpr);
2564 bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly);
2570 bool IsXBinopExpr, bool IsPostfixUpdate,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6304 bool IsPostfixUpdate, const Expr *V, in emitOMPAtomicCaptureExpr() argument
6332 IsPostfixUpdate](RValue XRValue) { in emitOMPAtomicCaptureExpr()
6336 NewVVal = IsPostfixUpdate ? XRValue : Res; in emitOMPAtomicCaptureExpr()
6344 if (IsPostfixUpdate) { in emitOMPAtomicCaptureExpr()
6371 NewVVal = IsPostfixUpdate ? Res.second : ExprRValue; in emitOMPAtomicCaptureExpr()
6412 const Expr *CE, bool IsXBinopExpr, bool IsPostfixUpdate, bool IsFailOnly, in emitOMPAtomicCompareExpr() argument
6483 IsPostfixUpdate, IsFailOnly)); in emitOMPAtomicCompareExpr()
6487 IsPostfixUpdate, IsFailOnly, FailAO)); in emitOMPAtomicCompareExpr()
6492 llvm::AtomicOrdering FailAO, bool IsPostfixUpdate, in emitOMPAtomicExpr() argument
6509 emitOMPAtomicCaptureExpr(CGF, AO, IsPostfixUpdate, V, X, E, UE, in emitOMPAtomicExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5994 bool UpdateExpr, bool IsPostfixUpdate, bool IsXBinopExpr) { in createAtomicCapture() argument
6017 Value *CapturedVal = (IsPostfixUpdate ? Result.first : Result.second); in createAtomicCapture()
6027 omp::OMPAtomicCompareOp Op, bool IsXBinopExpr, bool IsPostfixUpdate, in createAtomicCompare() argument
6032 IsPostfixUpdate, IsFailOnly, Failure); in createAtomicCompare()
6038 omp::OMPAtomicCompareOp Op, bool IsXBinopExpr, bool IsPostfixUpdate, in createAtomicCompare() argument
6074 if (IsPostfixUpdate) { in createAtomicCompare()
6174 if (IsPostfixUpdate) { in createAtomicCompare()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2986 uint8_t IsPostfixUpdate : 1; member
3057 bool IsPostfixUpdate; member
3112 bool isPostfixUpdate() const { return Flags.IsPostfixUpdate; } in isPostfixUpdate()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11659 bool IsPostfixUpdate; member in __anon8e68b8fa4111::OpenMPAtomicUpdateChecker
11687 bool isPostfixUpdate() const { return IsPostfixUpdate; } in isPostfixUpdate()
11797 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()
12276 bool IsPostfixUpdate = false; member in __anon8e68b8fa4111::OpenMPAtomicCompareCaptureChecker
12590 IsPostfixUpdate = true; in checkStmt()
12784 bool IsPostfixUpdate = false; in ActOnOpenMPAtomicDirective() local
12989 IsPostfixUpdate = Checker.isPostfixUpdate(); in ActOnOpenMPAtomicDirective()
13061 IsPostfixUpdate = true; in ActOnOpenMPAtomicDirective()
13091 IsPostfixUpdate = false; in ActOnOpenMPAtomicDirective()
13137 IsPostfixUpdate = true; in ActOnOpenMPAtomicDirective()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp930 Dir->Flags.IsPostfixUpdate = Exprs.IsPostfixUpdate ? 1 : 0; in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2548 D->Flags.IsPostfixUpdate = Record.readBool() ? 1 : 0; in VisitOMPAtomicDirective()