HomeSort by: relevance | last modified time | path
    Searched refs:Ordered (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.h 108 uint8_t Ordered;
127 uint8_t Ordered;
153 uint8_t Ordered;
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
ordered_set.bench.cpp 29 enum class AccessPattern { Ordered, Random };
33 static constexpr const char* Names[] = {"Ordered", "Random"};
193 AccessPattern::Ordered);
212 AccessPattern::Ordered);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IVDescriptors.h 72 bool Signed, bool Ordered,
76 IsOrdered(Ordered) {
191 /// precise (ordered) operations.
233 /// Expose an ordered FP reduction to the instance users.
ValueTracking.h 684 bool Ordered; /// When implementing this min/max pattern as
686 /// ordered?
735 bool Ordered = false);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 440 /// An ordered map of auto-generated variables to their unique names.
1043 /// Emit an ordered region.
1045 /// ordered region.
1116 /// This is used for non static scheduled types and when the ordered
1127 /// \param Ordered true if loop is ordered, false otherwise.
1134 unsigned IVSize, bool IVSigned, bool Ordered,
1143 /// true if loop is ordered, false otherwise.
1144 bool Ordered = false;
1160 StaticRTInput(unsigned IVSize, bool IVSigned, bool Ordered, Address IL
    [all...]
CGStmtOpenMP.cpp 2231 // Privatize extra loop counters used in loops for ordered(n) clauses.
2649 // with dynamic/guided scheduling and without ordered clause.
2702 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered,
2709 Ordered || RT.isDynamic(ScheduleKind.Schedule);
2711 assert((Ordered ||
2750 // __kmpc_dispatch_fini_(4|8)[u](); // For ordered loops only.
2778 IVSigned, Ordered, DipatchRTInputValues);
2781 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
2787 auto &&CodeGenOrdered = [Ordered](CodeGenFunction &CGF, SourceLocation Loc,
2790 if (Ordered) {
    [all...]
CGOpenMPRuntime.cpp 559 /// Lower bound for 'ordered' versions.
2616 bool Chunked, bool Ordered) {
2619 return Chunked ? (Ordered ? OMP_ord_static_chunked : OMP_sch_static_chunked)
2620 : (Ordered ? OMP_ord_static : OMP_sch_static);
2622 return Ordered ? OMP_ord_dynamic_chunked : OMP_sch_dynamic_chunked;
2624 return Ordered ? OMP_ord_guided_chunked : OMP_sch_guided_chunked;
2626 return Ordered ? OMP_ord_runtime : OMP_sch_runtime;
2628 return Ordered ? OMP_ord_auto : OMP_sch_auto;
2631 return Ordered ? OMP_ord_static : OMP_sch_static;
2646 getRuntimeSchedule(ScheduleKind, Chunked, /*Ordered=*/false)
    [all...]
CodeGenFunction.h 294 // CodeGen lambda for loops and support for ordered clause
3574 /// \param PostIncGen Genrator for post-increment code (required for ordered
3655 OMPPrivateScope &LoopScope, bool Ordered,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 833 bool Ordered = TheI.hasOrderedMemoryRef();
843 if (Ordered && MI->hasOrderedMemoryRef())
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 3437 /// standard ordered compare. e.g. make -0.0 olt 0.0 be true because of the sign
3534 // maxnum can't be ordered-less-than-zero.
5862 bool Ordered = false;
5867 // ordered comparison fails), which could be NaN or non-NaN.
5877 // An ordered comparison will return false when given a NaN, so it
5879 Ordered = true;
5889 Ordered = false;
5910 Ordered = !Ordered;
5928 case FCmpInst::FCMP_OGE: return {SPF_FMAXNUM, NaNBehavior, Ordered};
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 177 Ordered means that neither operand is a QNAN while unordered means
183 | Oeq (** Ordered and equal *)
184 | Ogt (** Ordered and greater than *)
185 | Oge (** Ordered and greater or equal *)
186 | Olt (** Ordered and less than *)
187 | Ole (** Ordered and less or equal *)
188 | One (** Ordered and not equal *)
189 | Ord (** Ordered (no operand is NaN) *)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 170 /// 'ordered' clause, the second one is true if the regions has 'ordered'
796 /// Marks current region as ordered (it has an 'ordered' clause).
804 /// Returns true, if region is ordered (has associated 'ordered' clause),
811 /// Returns optional parameter for the ordered region.
818 /// Returns true, if parent region is ordered (has associated
819 /// 'ordered' clause), false - otherwise.
825 /// Returns optional parameter for the ordered region
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 2825 // Canonicalize to use ordered comparisons by swapping the select
2951 CmpInst::Predicate MinMaxPred = getMinMaxPred(SPF, SPR.Ordered);

Completed in 61 milliseconds