Searched refs:Scalable (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 248 bool Scalable; variable 250 ElementCount(unsigned Min, bool Scalable) in ElementCount() argument 251 : Min(Min), Scalable(Scalable) {} in ElementCount() 254 return { Min * RHS, Scalable }; 263 return { Min / RHS, Scalable }; 272 return Min == RHS.Min && Scalable == RHS.Scalable; 979 if (EC.Scalable) in getVectorVT()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | ScalableVectorMVTsTest.cpp | 74 ASSERT_TRUE(EltCnt.Scalable); in TEST() 85 ASSERT_FALSE(EltCnt.Scalable); in TEST()
|
/external/v8/src/interpreter/ |
D | bytecode-traits.h | 21 #define DECLARE_OPERAND_TYPE_INFO(Name, Scalable, Unsigned, BaseSize) \ argument 24 static const bool kIsScalable = Scalable; \
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 89 assert (!EC.Scalable && "We don't support extended scalable types yet"); in getVectorVT()
|
/external/libaom/libaom/ |
D | docs.cmake | 82 "Scalable encoder loop.")
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 78 "Enable Scalable Vector Extension (SVE) instructions">;
|
D | AArch64SVEInstrInfo.td | 10 // AArch64 Scalable Vector Extension (SVE) Instruction definitions.
|
D | SVEInstrFormats.td | 10 // AArch64 Scalable Vector Extension (SVE) Instruction Class Definitions.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReleaseNotes.rst | 143 * Assembler and disassembler support for the ARM Scalable Vector Extension has
|
/external/tensorflow/ |
D | RELEASE.md | 1423 * Android: person detection + tracking demo implementing Scalable Object
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 147 { "sve", "Enable Scalable Vector Extension (SVE) instructions", { AArch64::FeatureSVE }, { } },
|