OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsXLHSInRHSPart
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
OMPIRBuilder.h
929
/// \param
IsXLHSInRHSPart
true if \a X is Left H.S. in Right H.S. part of
940
bool
IsXLHSInRHSPart
);
998
/// \param
IsXLHSInRHSPart
true if \a X is Left H.S. in Right H.S. part of
1008
bool
IsXLHSInRHSPart
);
1032
/// \param
IsXLHSInRHSPart
true if X is Left H.S. in Right H.S. part of the
1044
bool IsPostfixUpdate, bool
IsXLHSInRHSPart
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
5452
bool
IsXLHSInRHSPart
) {
5473
if (!
IsXLHSInRHSPart
)
5488
? (
IsXLHSInRHSPart
? llvm::AtomicRMWInst::Min
5490
: (
IsXLHSInRHSPart
? llvm::AtomicRMWInst::UMin
5495
? (
IsXLHSInRHSPart
? llvm::AtomicRMWInst::Max
5497
: (
IsXLHSInRHSPart
? llvm::AtomicRMWInst::UMax
5543
LValue X, RValue E, BinaryOperatorKind BO, bool
IsXLHSInRHSPart
,
5552
auto Res = emitOMPAtomicRMW(*this, X, E, BO, AO,
IsXLHSInRHSPart
);
5569
bool
IsXLHSInRHSPart
, SourceLocation Loc) {
5584
const OpaqueValueExpr *XRValExpr =
IsXLHSInRHSPart
? LHS : RHS
[
all
...]
CodeGenFunction.h
3325
/// \param
IsXLHSInRHSPart
true if \a X is LHS in RHS part of the update
3333
LValue X, RValue E, BinaryOperatorKind BO, bool
IsXLHSInRHSPart
,
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
2387
AtomicUpdateCallbackTy &UpdateOp, bool
IsXLHSInRHSPart
) {
2402
IsXLHSInRHSPart
);
2439
bool VolatileX, bool
IsXLHSInRHSPart
) {
2445
(RMWOp == AtomicRMWInst::Sub && !
IsXLHSInRHSPart
);
2537
bool UpdateExpr, bool IsPostfixUpdate, bool
IsXLHSInRHSPart
) {
2555
X.IsVolatile,
IsXLHSInRHSPart
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
10418
bool
IsXLHSInRHSPart
;
10428
IsXLHSInRHSPart
(false), Op(BO_PtrMemD), IsPostfixUpdate(false) {}
10447
bool
isXLHSInRHSPart
() const { return
IsXLHSInRHSPart
; }
10487
IsXLHSInRHSPart
= true;
10490
IsXLHSInRHSPart
= false;
10552
IsXLHSInRHSPart
= true;
10567
IsXLHSInRHSPart
= true;
10606
SemaRef.CreateBuiltinBinOp(OpLoc, Op,
IsXLHSInRHSPart
? OVEX : OVEExpr,
10607
IsXLHSInRHSPart
? OVEExpr : OVEX)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
2738
bool
IsXLHSInRHSPart
= false;
2791
/// \param
IsXLHSInRHSPart
true if \a UE has the first form and false if the
2798
Expr *E, Expr *UE, bool
IsXLHSInRHSPart
, bool IsPostfixUpdate);
2824
bool
isXLHSInRHSPart
() const { return
IsXLHSInRHSPart
; }
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
773
Expr *E, Expr *UE, bool
IsXLHSInRHSPart
, bool IsPostfixUpdate) {
780
Dir->
IsXLHSInRHSPart
=
IsXLHSInRHSPart
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2423
D->
IsXLHSInRHSPart
= Record.readBool();
Completed in 53 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026