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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp 126 .Case("interleave", LoopHintAttr::Interleave)
153 Option == LoopHintAttr::Interleave ||
252 // There are 6 categories of loop hints attributes: vectorize, interleave,
278 Interleave,
290 case LoopHintAttr::Interleave:
292 Category = Interleave;
319 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64SIMDInstrOpt.cpp 83 Interleave
291 case Interleave:
710 for (auto OptimizationKind : {VectorElem, Interleave}) {
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 1646 ACPI_NFIT_INTERLEAVE *Interleave = NULL;
1752 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable);
1753 for (i = 0; i < Interleave->LineCount; i++)
1756 &Interleave->LineOffset[i],
  /src/sys/external/bsd/acpica/dist/compiler/
dttable2.c 783 ACPI_NFIT_INTERLEAVE *Interleave = NULL;
832 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable->Buffer);
904 Interleave->LineCount = Count;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 71 /// Vectorization interleave factor.
72 Hint Interleave;
130 if (Interleave.Value)
131 return Interleave.Value;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 1019 /// \return The maximum interleave factor that any transform should try to
1089 Interleave, ///< The cast is used with an interleaved load/store.
1167 /// \p Factor is the interleave factor

Completed in 42 milliseconds