/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 57 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { in vector() 65 static LLT vector(uint16_t NumElements, LLT ScalarTy) { in vector() 73 static LLT scalarOrVector(uint16_t NumElements, LLT ScalarTy) { in scalarOrVector() 77 static LLT scalarOrVector(uint16_t NumElements, unsigned ScalarSize) { in scalarOrVector() 81 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
|
H A D | MachineValueType.h | 918 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT() 1018 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT() 1084 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 130 unsigned NumElements = MaskTySize / ElSize; in DecodeVPERMILPMask() local 183 unsigned NumElements = MaskTySize / ElSize; in DecodeVPERMIL2PMask() local 304 unsigned NumElements = MaskTy->getVectorNumElements(); in DecodeVPERMVMask() local 328 int NumElements = VT.getVectorNumElements(); in DecodeVPERMVMask() local 337 unsigned NumElements = MaskTy->getVectorNumElements(); in DecodeVPERMV3Mask() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/ |
H A D | test_vector_ops.cpp | 665 const uint8_t NumElements = 4; in shufflevector() local 681 const uint8_t NumElements = 8; in shufflevector() local 700 const uint8_t NumElements = 16; in shufflevector() local
|
H A D | test_select_main.cpp | 42 static const size_t NumElements = Vectors<T>::NumElements; in testSelect() local 78 static const size_t NumElements = 4; in testSelect() local 108 static const size_t NumElements = Vectors<T>::NumElements; in testSelectI1() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | kernel_util.h | 168 inline int64_t NumElements(const TfLiteIntArray* dims) { in NumElements() function 176 inline int64_t NumElements(const TfLiteTensor* t) { in NumElements() function 180 inline int64_t NumElements(const int* dims, int num_dims) { in NumElements() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dhcpsapi.h | 66 DWORD NumElements; member 120 DWORD NumElements; member 125 DWORD NumElements; member 162 DWORD NumElements; member 265 DWORD NumElements; member 301 DWORD NumElements; member 320 DWORD NumElements; member 351 DWORD NumElements; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor.cc | 352 static size_t NumElements(const TensorProto& proto) { in NumElements() function 367 static size_t NumElements(const TensorProto& proto) { in NumElements() function 382 static size_t NumElements(const TensorProto& proto) { in NumElements() function 400 static size_t NumElements(const TensorProto& proto) { in NumElements() function 420 static size_t NumElements(const TensorProto& proto) { in NumElements() function 436 static size_t NumElements(const TensorProto& proto) { in NumElements() function 452 static size_t NumElements(const TensorProto& proto) { in NumElements() function
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | subgraph-binary-tester.h | 90 size_t NumElements(std::vector<size_t>& dims) in NumElements() function 95 size_t NumElements(std::array<size_t, XNN_MAX_TENSOR_DIMS>& dims) in NumElements() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 191 bool MVETailPredication::isTailPredicate(Instruction *I, Value *NumElements) { in isTailPredicate() 462 VectorType *VecTy, Value *NumElements) { in InsertVCTPIntrinsic() 525 Value *NumElements = ComputeElements(TripCount, VecTy); in TryConvert() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Type.cpp | 93 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local 98 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local 608 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() 635 VectorType *VectorType::get(Type *ElementType, unsigned NumElements) { in get()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGenTypes/ |
D | MachineValueType.h | 447 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT() 457 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT() 467 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
|
D | LowLevelType.h | 92 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() 99 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGenTypes/ |
D | MachineValueType.h | 447 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT() 457 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT() 467 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
|
D | LowLevelType.h | 100 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() 107 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineValueType.h | 447 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT() 457 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT() 467 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
|
D | LowLevelType.h | 92 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() 99 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGenTypes/ |
D | MachineValueType.h | 447 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT() 457 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT() 467 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
|
D | LowLevelType.h | 92 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() 99 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | LowLevelTypeImpl.h | 76 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() 83 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | flat_set_test.cpp | 100 const std::size_t NumElements = 100; in flat_tree_ordered_insertion_test() local 285 const std::size_t NumElements = 100; in constructor_template_auto_deduction_test() local 396 const std::size_t NumElements = 100; in flat_tree_extract_adopt_test() local
|
D | flat_map_test.cpp | 101 const std::size_t NumElements = 100; in flat_tree_ordered_insertion_test() local 187 const std::size_t NumElements = 100; in constructor_template_auto_deduction_test() local 298 const std::size_t NumElements = 100; in flat_tree_extract_adopt_test() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.h | 284 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { in isLegalBroadcastLoad() 310 unsigned NumElements = DataTypeTy->getNumElements(); in isLegalNTStoreLoad() local
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ExprObjC.h | 147 unsigned NumElements; variable 155 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 100 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local 105 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local 587 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
|