Searched refs:Ordered (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/share/mk/
H A Dbsd.test.mk51 # Ordered list of directories to construct the PATH for the tests.
56 # Ordered list of directories to construct the LD_LIBRARY_PATH for the tests.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h642 bool Ordered; /// When implementing this min/max pattern as member in struct:llvm::SelectPatternResult
693 bool Ordered = false);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1092 /// \param Ordered true if loop is ordered, false otherwise.
1099 unsigned IVSize, bool IVSigned, bool Ordered,
1109 bool Ordered = false; member in struct:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::StaticRTInput
1125 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL, argument
1128 : IVSize(IVSize), IVSigned(IVSigned), Ordered(Ordered), IL(IL), LB(LB),
1983 /// \param Ordered true if loop is ordered, false otherwise.
1990 unsigned IVSize, bool IVSigned, bool Ordered,
H A DCGStmtOpenMP.cpp2515 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered,
2522 Ordered || RT.isDynamic(ScheduleKind.Schedule);
2524 assert((Ordered ||
2591 IVSigned, Ordered, DipatchRTInputValues);
2594 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
2600 auto &&CodeGenOrdered = [Ordered](CodeGenFunction &CGF, SourceLocation Loc,
2603 if (Ordered) {
2640 IVSize, IVSigned, /* Ordered = */ false, LoopArgs.IL, LoopArgs.LB,
2899 bool Ordered = false; local
2904 Ordered
2513 EmitOMPForOuterLoop( const OpenMPScheduleTy &ScheduleKind, bool IsMonotonic, const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, const OMPLoopArguments &LoopArgs, const CodeGenDispatchBoundsTy &CGDispatchBounds) argument
[all...]
H A DCGOpenMPRuntime.cpp2539 bool Chunked, bool Ordered) {
2542 return Chunked ? (Ordered ? OMP_ord_static_chunked : OMP_sch_static_chunked)
2543 : (Ordered ? OMP_ord_static : OMP_sch_static);
2545 return Ordered ? OMP_ord_dynamic_chunked : OMP_sch_dynamic_chunked;
2547 return Ordered ? OMP_ord_guided_chunked : OMP_sch_guided_chunked;
2549 return Ordered ? OMP_ord_runtime : OMP_sch_runtime;
2551 return Ordered ? OMP_ord_auto : OMP_sch_auto;
2554 return Ordered ? OMP_ord_static : OMP_sch_static;
2569 getRuntimeSchedule(ScheduleKind, Chunked, /*Ordered=*/false);
2582 getRuntimeSchedule(ScheduleKind, Chunked, /*Ordered
2538 getRuntimeSchedule(OpenMPScheduleClauseKind ScheduleKind, bool Chunked, bool Ordered) argument
2650 emitForDispatchInit( CodeGenFunction &CGF, SourceLocation Loc, const OpenMPScheduleTy &ScheduleKind, unsigned IVSize, bool IVSigned, bool Ordered, const DispatchRTInput &DispatchValues) argument
[all...]
H A DCodeGenFunction.h3548 OMPPrivateScope &LoopScope, bool Ordered,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp832 bool Ordered = TheI.hasOrderedMemoryRef(); local
842 if (Ordered && MI->hasOrderedMemoryRef())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5466 bool Ordered = false; local
5483 Ordered = true;
5493 Ordered = false;
5514 Ordered = !Ordered;
5532 case FCmpInst::FCMP_OGE: return {SPF_FMAXNUM, NaNBehavior, Ordered};
5536 case FCmpInst::FCMP_OLE: return {SPF_FMINNUM, NaNBehavior, Ordered};
5768 CmpInst::Predicate llvm::getMinMaxPred(SelectPatternFlavor SPF, bool Ordered) { argument
5774 return Ordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT;
5776 return Ordered
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4239 const OMPOrderedClause *Ordered = nullptr;
4244 Ordered = cast<OMPOrderedClause>(Clause);
4250 if (Ordered && Order)
4254 if (Ordered && Order) {
4260 S.Diag(Ordered->getBeginLoc(), diag::note_omp_ordered_param)
4261 << 0 << SourceRange(Ordered->getBeginLoc(), Ordered->getEndLoc());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2763 CmpInst::Predicate MinMaxPred = getMinMaxPred(SPF, SPR.Ordered);

Completed in 166 milliseconds