Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmtAttr.cpp127 .Case("interleave", LoopHintAttr::Interleave) in handleLoopHintAttr()
154 Option == LoopHintAttr::Interleave || in handleLoopHintAttr()
316 Interleave, in CheckForIncompatibleAttributes() enumerator
352 case LoopHintAttr::Interleave: in CheckForIncompatibleAttributes()
354 Category = Interleave; in CheckForIncompatibleAttributes()
381 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll || in CheckForIncompatibleAttributes()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h87 Hint Interleave; variable
144 if (Interleave.Value) in getInterleave()
145 return Interleave.Value; in getInterleave()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGLoopInfo.cpp647 case LoopHintAttr::Interleave: in push()
678 case LoopHintAttr::Interleave: in push()
706 case LoopHintAttr::Interleave: in push()
734 case LoopHintAttr::Interleave: in push()
781 case LoopHintAttr::Interleave: in push()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp83 Interleave enumerator
291 case Interleave: in shouldExitEarly()
710 for (auto OptimizationKind : {VectorElem, Interleave}) { in runOnMachineFunction()
DSVEInstrFormats.td8607 // SVE Interleave 128-bit Elements Group
/openbsd/src/usr.bin/file/magdir/
Driff56 # AVI == Audio Video Interleave
221 # AVI == Audio Video Interleave
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp102 Interleave("interleave.count", InterleaveOnlyWhenForced, HK_INTERLEAVE), in LoopVectorizeHints()
113 Interleave.Value = VectorizerParams::VectorizationInterleave; in LoopVectorizeHints()
296 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint()
DLoopVectorize.cpp7255 return TTI::CastContextHint::Interleave; in getInstructionCost()
/openbsd/src/share/misc/
Dscsi_modes148 {Interleave} i2
/openbsd/src/gnu/llvm/clang/docs/
DControlFlowIntegrityDesign.rst291 enhancements (more in `Interleave virtual tables`_).
338 Interleave virtual tables
/openbsd/src/share/snmp/
DIANAifType-MIB.txt531 interleave (124), -- Interleave channel
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1149 Interleave, ///< The cast is used with an interleaved load/store. enumerator
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttr.td3664 ["Vectorize", "VectorizeWidth", "Interleave", "InterleaveCount",
3680 case Interleave: return "interleave";
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTarget.td357 // (interleave A, B, ...) - Interleave the elements from each argument list.
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMInstrNEON.td7153 // VZIP : Vector Zip (Interleave)