Home
last modified time | relevance | path

Searched defs:ordered (Results 1 – 9 of 9) sorted by relevance

/llvm-project/flang/test/Lower/OpenMP/
H A Dordered-threads.f907 subroutine ordered subroutine
11 !CHECK: omp.ordered.region { argument
/llvm-project/lld/test/ELF/
H A Darm-symbol-ordering-file.s49 ordered: label
70 ordered: label
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp1013 std::vector<OrderedPredicate *> ordered; in generateMatcherTree() local
[all...]
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2305 expect( self, string, msg=None, patterns=None, startstr=None, endstr=None, substrs=None, trace=False, error=False, ordered=True, matching=True, exe=True, inHistory=False, ) global() argument
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp1750 genReduce(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value arrayBox,mlir::Value operation,mlir::Value maskBox,mlir::Value identity,mlir::Value ordered,bool argByRef) genReduce() argument
1873 genReduceDim(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Value arrayBox,mlir::Value operation,mlir::Value dim,mlir::Value maskBox,mlir::Value identity,mlir::Value ordered,mlir::Value resultBox,bool argByRef) genReduceDim() argument
/llvm-project/flang/lib/Evaluate/
H A Dcharacteristics.cpp569 auto ordered{semantics::OrderBySourcePosition(seenProcs)}; in GetSeenProcs() local
/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp1020 bool ordered; in __kmp_dispatch_init() local
H A Dkmp.h1885 unsigned ordered : 1; member
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5868 mlir::Value ordered = isStaticallyAbsent(args[5]) genReduce() local