Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp126 .Case("interleave", LoopHintAttr::Interleave) in handleLoopHintAttr()
153 Option == LoopHintAttr::Interleave || in handleLoopHintAttr()
278 Interleave, in CheckForIncompatibleAttributes() enumerator
290 case LoopHintAttr::Interleave: in CheckForIncompatibleAttributes()
292 Category = Interleave; in CheckForIncompatibleAttributes()
319 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll || in CheckForIncompatibleAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h72 Hint Interleave; variable
130 if (Interleave.Value) in getInterleave()
131 return Interleave.Value; in getInterleave()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp646 case LoopHintAttr::Interleave: in push()
677 case LoopHintAttr::Interleave: in push()
705 case LoopHintAttr::Interleave: in push()
733 case LoopHintAttr::Interleave: in push()
780 case LoopHintAttr::Interleave: in push()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp83 Interleave enumerator
291 case Interleave: in shouldExitEarly()
710 for (auto OptimizationKind : {VectorElem, Interleave}) { in runOnMachineFunction()
H A DSVEInstrFormats.td8049 // SVE Interleave 128-bit Elements Group
/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc_asm_pj4b.S81 orr r0, r0, #(1 << 25) @ Intervention Interleave disable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp93 Interleave("interleave.count", InterleaveOnlyWhenForced, HK_INTERLEAVE), in LoopVectorizeHints()
104 Interleave.Value = VectorizerParams::VectorizationInterleave; in LoopVectorizeHints()
260 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint()
H A DLoopVectorize.cpp7705 return TTI::CastContextHint::Interleave; in getInstructionCost()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbdump2.c1441 ACPI_NFIT_INTERLEAVE *Interleave = NULL; in AcpiDmDumpNfit()
1547 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable); in AcpiDmDumpNfit()
1548 for (i = 0; i < Interleave->LineCount; i++) in AcpiDmDumpNfit()
1551 &Interleave->LineOffset[i], in AcpiDmDumpNfit()
1418 ACPI_NFIT_INTERLEAVE *Interleave = NULL; AcpiDmDumpNfit() local
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Ddttable2.c732 ACPI_NFIT_INTERLEAVE *Interleave = NULL; in DtCompileNfit()
781 Interleave = ACPI_CAST_PTR (ACPI_NFIT_INTERLEAVE, Subtable->Buffer); in DtCompileNfit()
853 Interleave->LineCount = Count; in DtCompileNfit()
719 ACPI_NFIT_INTERLEAVE *Interleave = NULL; DtCompileNfit() local
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Driff357 # AVI == Audio Video Interleave
806 # AVI == Audio Video Interleave
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DControlFlowIntegrityDesign.rst291 enhancements (more in `Interleave virtual tables`_).
338 Interleave virtual tables
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1089 Interleave, ///< The cast is used with an interleaved load/store. enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d1847 template Interleave(A...)
1857 Interleave!(A[1..$]).and!(B[1..$]));
1860 return Tuple!(Interleave!(Args).and!(Names))(args);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d2169 template Interleave(A...)
2179 Interleave!(A[1..$]).and!(B[1..$]));
2182 return Tuple!(Interleave!(Args).and!(Names))(args);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3484 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",
3500 case Interleave: return "interleave";
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td339 // (interleave A, B, ...) - Interleave the elements from each argument list.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrNEON.td7065 // VZIP : Vector Zip (Interleave)