Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp132 .Case("interleave", LoopHintAttr::Interleave) in handleLoopHintAttr()
159 Option == LoopHintAttr::Interleave || in handleLoopHintAttr()
436 Interleave, in CheckForIncompatibleAttributes() enumerator
472 case LoopHintAttr::Interleave: in CheckForIncompatibleAttributes()
474 Category = Interleave; in CheckForIncompatibleAttributes()
501 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll || in CheckForIncompatibleAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp656 case LoopHintAttr::Interleave: in push()
687 case LoopHintAttr::Interleave: in push()
715 case LoopHintAttr::Interleave: in push()
743 case LoopHintAttr::Interleave: in push()
790 case LoopHintAttr::Interleave: in push()
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dmax9892x.txt24 overflow the frame size. Digital Audio Interleave
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp84 Interleave enumerator
292 case Interleave: in shouldExitEarly()
711 for (auto OptimizationKind : {VectorElem, Interleave}) { in runOnMachineFunction()
H A DSVEInstrFormats.td9077 // SVE Interleave 128-bit Elements Group
/freebsd-14.2/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.cpp7114 return TTI::CastContextHint::Interleave; in getInstructionCost()
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1353 ACPI_NFIT_INTERLEAVE *Interleave = NULL; in AcpiDmDumpNfit() local
1459 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable); in AcpiDmDumpNfit()
1460 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
1463 &Interleave->LineOffset[i], in AcpiDmDumpNfit()
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c615 ACPI_NFIT_INTERLEAVE *Interleave = NULL; in DtCompileNfit() local
664 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable->Buffer); in DtCompileNfit()
736 Interleave->LineCount = Count; in DtCompileNfit()
/freebsd-14.2/share/misc/
H A Dscsi_modes247 {Interleave} i2
H A Dpci_vendors28633 0536 E8870SP Interleave registers 0 and 1
28635 0537 E8870SP Interleave registers 2 and 3
/freebsd-14.2/contrib/file/magic/Magdir/
H A Driff357 # AVI == Audio Video Interleave
806 # AVI == Audio Video Interleave
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1307 Interleave, ///< The cast is used with an interleaved load/store. enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3938 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",
3954 case Interleave: return "interleave";
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td376 // (interleave A, B, ...) - Interleave the elements from each argument list.
/freebsd-14.2/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.
194608 Bias and Interleave stuff from Dave Mills.
194611 Bias and Interleave stuff from Dave Mills.
194614 Bias and Interleave stuff from Dave Mills.
194617 Bias and Interleave stuff from Dave Mills.
194620 Bias and Interleave stuff from Dave Mills.
194623 Bias and Interleave stuff from Dave Mills.
194626 Bias and Interleave stuff from Dave Mills.
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrNEON.td7161 // VZIP : Vector Zip (Interleave)