Home
last modified time | relevance | path

Searched refs:Interleave (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h86 Hint Interleave; variable
143 if (Interleave.Value) in getInterleave()
144 return Interleave.Value; in getInterleave()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp140 .Case("interleave", LoopHintAttr::Interleave) in handleLoopHintAttr()
169 Option == LoopHintAttr::Interleave || in handleLoopHintAttr()
455 Interleave, in CheckForIncompatibleAttributes() enumerator
491 case LoopHintAttr::Interleave: in CheckForIncompatibleAttributes()
493 Category = Interleave; in CheckForIncompatibleAttributes()
520 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll || in CheckForIncompatibleAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp667 case LoopHintAttr::Interleave: in push()
698 case LoopHintAttr::Interleave: in push()
726 case LoopHintAttr::Interleave: in push()
754 case LoopHintAttr::Interleave: in push()
801 case LoopHintAttr::Interleave: in push()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmax9892x.txt24 overflow the frame size. Digital Audio Interleave
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp84 Interleave
292 case Interleave: in shouldExitEarly()
711 for (auto OptimizationKind : {VectorElem, Interleave}) { in runOnMachineFunction()
83 Interleave global() enumerator
H A DSVEInstrFormats.td8991 // SVE Interleave 128-bit Elements Group
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp107 Interleave("interleave.count", InterleaveOnlyWhenForced, HK_INTERLEAVE), in LoopVectorizeHints()
118 Interleave.Value = VectorizerParams::VectorizationInterleave; in LoopVectorizeHints()
301 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint()
H A DLoopVectorize.cpp6599 return TTI::CastContextHint::Interleave; in getInstructionCost()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1549 ACPI_NFIT_INTERLEAVE *Interleave = NULL; in AcpiDmDumpNfit() local
1655 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable); in AcpiDmDumpNfit()
1656 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
1659 &Interleave->LineOffset[i], in AcpiDmDumpNfit()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c840 ACPI_NFIT_INTERLEAVE *Interleave = NULL; in DtCompileNfit() local
889 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable->Buffer); in DtCompileNfit()
961 Interleave->LineCount = Count; in DtCompileNfit()
/freebsd/share/misc/
H A Dscsi_modes247 {Interleave} i2
H A Dpci_vendors28958 0536 E8870SP Interleave registers 0 and 1
28960 0537 E8870SP Interleave registers 2 and 3
/freebsd/contrib/file/magic/Magdir/
H A Driff412 # AVI == Audio Video Interleave
877 # AVI == Audio Video Interleave
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1343 Interleave, ///< The cast is used with an interleaved load/store. enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4140 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",
4156 case Interleave: return "interleave";
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td393 // (interleave A, B, ...) - Interleave the elements from each argument list.
/freebsd/contrib/ntp/
H A DNEWS1983 * Interleave-pivot
2076 Interleave mode was first released in July of 2008, and can be engaged
5749 * Interleave-pivot
5842 Interleave mode was first released in July of 2008, and can be engaged
H A DChangeLog719 * [Sec 3042] Broadcast Interleave. HStenn.
745 * [Sec 2978] Interleave can be partially triggered. HStenn.
H A DCommitLog23134 [Sec 3042] Broadcast Interleave. HStenn.
23137 [Sec 3042] Broadcast Interleave. HStenn.
23140 [Sec 3042] Broadcast Interleave. HStenn.
23947 [Sec 2978] Interleave can be partially triggered
23950 [Sec 2978] Interleave can be partially triggered
23953 [Sec 2978] Interleave can be partially triggered
23956 [Sec 2978] Interleave can be partially triggered
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td7161 // VZIP : Vector Zip (Interleave)