Home
last modified time | relevance | path

Searched refs:Interleave (Results 1 – 23 of 23) 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.cpp137 .Case("interleave", LoopHintAttr::Interleave) in handleLoopHintAttr()
167 Option == LoopHintAttr::Interleave || in handleLoopHintAttr()
465 Interleave, in CheckForIncompatibleAttributes() enumerator
501 case LoopHintAttr::Interleave: in CheckForIncompatibleAttributes()
503 Category = Interleave; in CheckForIncompatibleAttributes()
530 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll || in CheckForIncompatibleAttributes()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp649 case LoopHintAttr::Interleave: in push()
680 case LoopHintAttr::Interleave: in push()
708 case LoopHintAttr::Interleave: in push()
736 case LoopHintAttr::Interleave: in push()
783 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 enumerator
290 case Interleave: in shouldExitEarly()
709 for (auto OptimizationKind : {VectorElem, Interleave}) { in runOnMachineFunction()
H A DSVEInstrFormats.td9677 // SVE Interleave 128-bit Elements Group
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c1754 ACPI_NFIT_INTERLEAVE *Interleave = NULL; in AcpiDmDumpNfit() local
1860 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable); in AcpiDmDumpNfit()
1861 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
1864 &Interleave->LineOffset[i], in AcpiDmDumpNfit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp110 Interleave("interleave.count", InterleaveOnlyWhenForced, HK_INTERLEAVE), in LoopVectorizeHints()
121 Interleave.Value = VectorizerParams::VectorizationInterleave; in LoopVectorizeHints()
303 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint()
H A DVPlanRecipes.cpp2055 return TTI::CastContextHint::Interleave; in computeCost()
H A DLoopVectorize.cpp6293 return TTI::CastContextHint::Interleave; in getInstructionCost()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c906 ACPI_NFIT_INTERLEAVE *Interleave = NULL; in DtCompileNfit() local
955 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable->Buffer); in DtCompileNfit()
1027 Interleave->LineCount = Count; in DtCompileNfit()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp244 Intrinsic::ID Interleave, Deinterleave; member
259 return InterleaveIntrinsics[Factor - 2].Interleave; in getInterleaveIntrinsicID()
/freebsd/share/misc/
H A Dscsi_modes247 {Interleave} i2
H A Dpci_vendors30769 0536 E8870SP Interleave registers 0 and 1
30771 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.h1435 Interleave, ///< The cast is used with an interleaved load/store. enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3659 SDValue Interleave = in ExpandNode() local
3662 LOps.push_back(Interleave.getValue(0)); in ExpandNode()
3663 ROps.push_back(Interleave.getValue(1)); in ExpandNode()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4481 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",
4497 case Interleave: return "interleave";
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td398 // (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.td7155 // VZIP : Vector Zip (Interleave)