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

  /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/lib/Target/RISCV/
RISCVISelDAGToDAG.h 108 uint8_t Ordered;
127 uint8_t Ordered;
153 uint8_t Ordered;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueTracking.h 684 bool Ordered; /// When implementing this min/max pattern as
686 /// ordered?
735 bool Ordered = false);
  /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/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...]

Completed in 31 milliseconds