/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | TypeSize.h | 38 int64_t Scalable = 0; variable 40 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() argument 41 : Fixed(Fixed), Scalable(Scalable) {} in StackOffset() 46 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable() argument 47 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() argument 48 return {Fixed, Scalable}; in get() 55 int64_t getScalable() const { return Scalable; } in getScalable() 59 return {Fixed + RHS.Fixed, Scalable + RHS.Scalable}; 62 return {Fixed - RHS.Fixed, Scalable - RHS.Scalable}; 66 Scalable += RHS.Scalable; [all …]
|
D | MachineValueType.h | 940 case nxv1i1: return TypeSize::Scalable(1); in getSizeInBits() 943 case nxv2i1: return TypeSize::Scalable(2); in getSizeInBits() 946 case nxv4i1: return TypeSize::Scalable(4); in getSizeInBits() 951 case nxv8i1: return TypeSize::Scalable(8); in getSizeInBits() 963 case nxv1f16: return TypeSize::Scalable(16); in getSizeInBits() 979 case nxv1f32: return TypeSize::Scalable(32); in getSizeInBits() 1003 case nxv1f64: return TypeSize::Scalable(64); in getSizeInBits() 1027 case nxv2f64: return TypeSize::Scalable(128); in getSizeInBits() 1054 case nxv4f64: return TypeSize::Scalable(256); in getSizeInBits() 1082 case nxv8f64: return TypeSize::Scalable(512); in getSizeInBits() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TypeSize.h | 26 bool Scalable; // If true, NumElements is a multiple of 'Min' determined variable 29 ElementCount(unsigned Min, bool Scalable) in ElementCount() argument 30 : Min(Min), Scalable(Scalable) {} in ElementCount() 33 return { Min * RHS, Scalable }; 36 return { Min / RHS, Scalable }; 40 return Min == RHS.Min && Scalable == RHS.Scalable; 56 constexpr TypeSize(uint64_t MinSize, bool Scalable) in TypeSize() argument 57 : MinSize(MinSize), IsScalable(Scalable) {} in TypeSize() 63 static constexpr TypeSize Scalable(uint64_t MinSize) { in Scalable() function
|
D | MachineValueType.h | 700 case nxv1i1: return TypeSize::Scalable(1); in getSizeInBits() 702 case nxv2i1: return TypeSize::Scalable(2); in getSizeInBits() 704 case nxv4i1: return TypeSize::Scalable(4); in getSizeInBits() 709 case nxv8i1: return TypeSize::Scalable(8); in getSizeInBits() 717 case nxv1i16: return TypeSize::Scalable(16); in getSizeInBits() 731 case nxv1f32: return TypeSize::Scalable(32); in getSizeInBits() 751 case nxv1f64: return TypeSize::Scalable(64); in getSizeInBits() 773 case nxv2f64: return TypeSize::Scalable(128); in getSizeInBits() 789 case nxv4f64: return TypeSize::Scalable(256); in getSizeInBits() 802 case nxv8f64: return TypeSize::Scalable(512); in getSizeInBits() [all …]
|
/external/coreboot/Documentation/soc/intel/xeon_sp/ |
D | index.md | 1 # Xeon Scalable processor documentation 3 This section contains documentation about coreboot on Xeon Scalable
|
D | community_preview_guide.md | 1 Xeon Scalable processor coreboot Community Preview Guide
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 446 VectorType(Type *ElType, unsigned NumEl, bool Scalable = false); 452 bool Scalable; variable 461 bool Scalable = false) { 462 return VectorType::get(ElementType, {NumElements, Scalable}); 545 return { (unsigned)MinimumEltCnt, Scalable }; in getElementCount() 551 return Scalable; in isScalable()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 99 Hint Scalable; variable 139 return ElementCount::get(Width.Value, (ScalableForceKind)Scalable.Value == in getWidth() 163 return (ScalableForceKind)Scalable.Value == SK_FixedWidthOnly; in isScalableVectorizationDisabled()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 106 Scalable("vectorize.scalable.enable", SK_Unspecified, HK_SCALABLE), in LoopVectorizeHints() 121 if ((LoopVectorizeHints::ScalableForceKind)Scalable.Value == SK_Unspecified) { in LoopVectorizeHints() 123 Scalable.Value = TTI->enableScalableVectorization() ? SK_PreferScalable in LoopVectorizeHints() 130 Scalable.Value = SK_FixedWidthOnly; in LoopVectorizeHints() 137 Scalable.Value = ForceScalableVectorization.getValue(); in LoopVectorizeHints() 140 if ((LoopVectorizeHints::ScalableForceKind)Scalable.Value == SK_Unspecified) in LoopVectorizeHints() 141 Scalable.Value = SK_FixedWidthOnly; in LoopVectorizeHints() 297 &IsVectorized, &Predicate, &Scalable}; in setHint()
|
/external/fonttools/Doc/source/ttLib/tables/ |
D | S_V_G_.rst | 1 ``SVG``: SVG (Scalable Vector Graphics) Table
|
/external/angle/third_party/astc-encoder/ |
D | README.chromium | 11 …ository for the Arm ASTC Encoder, a texture compressor for the Adaptive Scalable Texture Compressi…
|
/external/coreboot/Documentation/soc/intel/ |
D | index.md | 18 Xeon Scalable processor <xeon_sp/index.md>
|
/external/coreboot/configs/builder/ |
D | config.transformers | 3 # Sapphire Rapids Scalable Processor (SPR-SP) chipset.
|
D | config.intel.crb.ac | 2 # Sapphire Rapids Scalable Processor (SPR-SP) chipset.
|
/external/sdv/vsomeip/ |
D | METADATA | 3 "The vsomeip stack implements the http://some-ip.com/ (Scalable "
|
/external/coreboot/Documentation/mainboard/ocp/ |
D | deltalake.md | 21 Delta Lake server is a single socket Cooper Lake Scalable Processor (CPX-SP) server. 22 Intel Cooper Lake Scalable Processor was launched in Q2 2020. 46 - FSP blob: The blobs (Intel Cooper Lake Scalable Processor Firmware Support Package) 205 | Processor (1 socket) | Intel Cooper Lake Scalable Processor |
|
D | tiogapass.md | 25 - FSP blob: The blob (Intel Skylake Scalable Processor Firmware Support Package) 85 | Processor (2 sockets) | Intel Skylake Scalable Processor LGA3647 |
|
/external/coreboot/Documentation/releases/ |
D | coreboot-4.14-relnotes.md | 138 ### Intel Xeon Scalable Processor support is now considered mature 140 Intel Xeon Scalable Processor (Xeon-SP) family [1] is designed
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 128 "Enable Scalable Vector Extension (SVE) instructions (FEAT_SVE)", [FeatureFullFP16]>; 152 "Enable Scalable Vector Extension 2 (SVE2) instructions (FEAT_SVE2)", 169 "Enable Scalable Vector Extension 2.1 instructions", [FeatureSVE2]>; 484 "Enable Scalable Matrix Extension (SME) (FEAT_SME)", [FeatureBF16, FeatureUseScalarIncVL]>; 487 "Enable Scalable Matrix Extension (SME) F64F64 instructions (FEAT_SME_F64F64)", [FeatureSME]>; 490 "Enable Scalable Matrix Extension (SME) I16I64 instructions (FEAT_SME_I16I64)", [FeatureSME]>; 496 "Enable Scalable Matrix Extension 2 (SME2) instructions", [FeatureSME]>; 499 "Enable Scalable Matrix Extension 2.1 (FEAT_SME2p1) instructions", [FeatureSME2]>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 287 if (EltCnt.Scalable)
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 428 bool Scalable) { in get() argument 430 ElementCount::get(NumElements, Scalable)); in get()
|
/external/tensorflow/tensorflow/examples/multibox_detector/ |
D | README.md | 9 This demo uses a model based on [Scalable Object Detection using Deep NeuralNetworks](https://arxiv…
|
/external/ltp/testcases/open_posix_testsuite/ |
D | NEWS | 10 …ons. Also exciting news about OSDL and Bull integrating PTS into OSDL's Scalable Test Platform (ST…
|
/external/arm-trusted-firmware/docs/ |
D | glossary.rst | 181 Scalable Vector Extension
|
/external/trusty/arm-trusted-firmware/docs/ |
D | glossary.rst | 220 Scalable Vector Extension
|