/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 136 StackOffset(ScalarTy Fixed, ScalarTy Scalable) 137 : LinearPolyBase<StackOffset>({Fixed, Scalable}) {} 144 static StackOffset getScalable(ScalarTy Scalable) { return {0, Scalable}; } 145 static StackOffset get(ScalarTy Fixed, ScalarTy Scalable) { 146 return {Fixed, Scalable}; 290 static LeafTy get(ScalarTy MinVal, bool Scalable) { 292 LinearPolySize(MinVal, Scalable ? ScalableDim : FixedDim)); 424 static TypeSize Scalable(ScalarTy MinVal) { return TypeSize(MinVal, true); }
|
H A D | MachineValueType.h | 844 case nxv1i1: return TypeSize::Scalable(1); in getSizeInBits() 846 case nxv2i1: return TypeSize::Scalable(2); in getSizeInBits() 848 case nxv4i1: return TypeSize::Scalable(4); in getSizeInBits() 853 case nxv8i1: return TypeSize::Scalable(8); in getSizeInBits() 865 case nxv1f16: return TypeSize::Scalable(16); in getSizeInBits() 881 case nxv1f32: return TypeSize::Scalable(32); in getSizeInBits() 905 case nxv1f64: return TypeSize::Scalable(64); in getSizeInBits() 929 case nxv2f64: return TypeSize::Scalable(128); in getSizeInBits() 947 case nxv4f64: return TypeSize::Scalable(256); in getSizeInBits() 963 case nxv8f64: return TypeSize::Scalable(512); in getSizeInBits() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 84 Hint Scalable; variable 149 return Scalable.Value == SK_PreferFixedWidth || in isScalableVectorizationExplicitlyEnabled() 150 Scalable.Value == SK_PreferScalable; in isScalableVectorizationExplicitlyEnabled() 155 return Scalable.Value == SK_FixedWidthOnly; in isScalableVectorizationDisabled()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 97 Scalable("vectorize.scalable.enable", SK_Unspecified, HK_SCALABLE), in LoopVectorizeHints() 106 if ((LoopVectorizeHints::ScalableForceKind)Scalable.Value == SK_Unspecified) in LoopVectorizeHints() 110 Scalable.Value = Width.Value ? SK_FixedWidthOnly : ScalableVectorization; in LoopVectorizeHints() 114 Scalable.Value = SK_FixedWidthOnly; in LoopVectorizeHints() 261 &IsVectorized, &Predicate, &Scalable}; in setHint()
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | sgml | 8 >>19 search/4096 \<svg SVG Scalable Vector Graphics image 13 0 string \<svg SVG Scalable Vector Graphics image
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 430 bool Scalable) { in get() argument 432 ElementCount::get(NumElements, Scalable)); in get()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | ThinLTO.rst | 33 see the LLVM blog post `ThinLTO: Scalable and Incremental LTO 246 `ThinLTO: Scalable and Incremental LTO
|
/netbsd-src/share/doc/papers/pulldown/ |
H A D | refs.r | 74 %T Scalable Support for Multi-homed Multi-provider Connectivity
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 195 ElementCount &Scalable) const;
|
/netbsd-src/sys/dev/pci/ |
H A D | pcidevs | 4826 product INTEL XEONSC_UBOX_0 0x2014 Xeon Scalable Ubox 4827 product INTEL XEONSC_UBOX_1 0x2015 Xeon Scalable Ubox 4828 product INTEL XEONSC_UBOX_2 0x2016 Xeon Scalable Ubox 4829 product INTEL XEONSC_M2PCIR 0x2018 Xeon Scalable M2PCI 4830 product INTEL XEONSC_HB 0x2020 Xeon Scalable Host 4831 product INTEL XEONSC_CBDMAR 0x2021 Xeon Scalable CBDMA 4832 product INTEL XEONSC_MMVTD 0x2024 Xeon Scalable MM/Vt-d 4833 product INTEL XEONSC_RAS 0x2025 Xeon Scalable RAS 4834 product INTEL XEONSC_IOAPIC 0x2026 Xeon Scalable I/O APIC 4835 product INTEL XEONSC_PCIE_1 0x2030 Xeon Scalable PCI [all...] |
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | NEWS | 5 * Add support for the AArch64 Scalable Vector Extension version 2.1 (SVE2.1). 7 * Add support for the AArch64 Scalable Matrix Extension version 2.1 (SME2.1). 208 * Add support for Scalable Matrix Extension (SME) for AArch64. 351 * Add support for the Arm Scalable Vector Extension version 2 (SVE2)
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-aarch64.texi | 259 @tab Enable the Scalable Matrix Extension. 271 @tab Enable the Scalable Vector Extension.
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | GettingInvolved.rst | 160 * - Scalable Vectors and Arm SVE
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 2816 Scale = TypeSize::Scalable(16); in getMemOpInfo() 2823 Scale = TypeSize::Scalable(16); in getMemOpInfo() 2830 Scale = TypeSize::Scalable(16); in getMemOpInfo() 2837 Scale = TypeSize::Scalable(2); in getMemOpInfo() 2844 Scale = TypeSize::Scalable(16); in getMemOpInfo() 2859 Scale = TypeSize::Scalable(16); in getMemOpInfo() 2875 Scale = TypeSize::Scalable(8); in getMemOpInfo() 2888 Scale = TypeSize::Scalable(4); in getMemOpInfo() 2898 Scale = TypeSize::Scalable(2); in getMemOpInfo()
|
H A D | AArch64.td | 109 "Enable Scalable Vector Extension (SVE) instructions", [FeatureFullFP16]>; 130 "Enable Scalable Vector Extension 2 (SVE2) instructions", [FeatureSVE]>;
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | NEWS | 24 * Add support for Scalable Matrix Extension (SME) for AArch64. 146 * Add support for the Arm Scalable Vector Extension version 2 (SVE2)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4650 bool Scalable = InVecEltCount.isScalable(); in SimplifyShuffleVectorInst() local 4657 if (!Scalable) { in SimplifyShuffleVectorInst() 4686 if (!Scalable && Op0Const && !Op1Const) { in SimplifyShuffleVectorInst() 4700 if (!Scalable && match(Op0, m_InsertElt(m_Value(), m_Constant(C), in SimplifyShuffleVectorInst() 4727 if (Scalable) in SimplifyShuffleVectorInst()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 5144 const bool Scalable = WidenVT.isScalableVector(); in FindMemType() local 5151 if (!Scalable && Width == WidenEltWidth) in FindMemType() 5158 if (!Scalable) { in FindMemType() 5186 if (Scalable != MemVT.isScalableVector()) in FindMemType() 5202 if (Scalable) in FindMemType()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-aarch64.texi | 239 @tab Enable the Scalable Vector Extensions. This implies @code{fp16},
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86.td | 1439 // Close to the AVX-512 level implemented by Xeon Scalable Processors.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3034 bool Scalable = false; in parseArrayVectorType() local 3041 Scalable = true; in parseArrayVectorType() 3071 Result = VectorType::get(EltTy, unsigned(Size), Scalable); in parseArrayVectorType()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1945 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local 1946 ResultTy = VectorType::get(ResultTy, Record[0], Scalable); in parseTypeTableBody()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Builtins.def | 39 // q -> Scalable vector, followed by the number of elements and the base type.
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
H A D | mm-ko.ascii.pot | 4760 msgid "Scalable Vector Graphics" 4790 msgid "Scalable Vector Graphics import and export filters"
|
H A D | mm-ko.euc-kr.po | 5023 msgid "Scalable Vector Graphics" 5055 msgid "Scalable Vector Graphics import and export filters"
|