Home
last modified time | relevance | path

Searched defs:NumElements (Results 1 – 25 of 96) sorted by relevance

1234

/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp665 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
Dtest_select_main.cpp42 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
/external/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp130 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
DX86TargetObjectFile.cpp121 unsigned NumElements; in scalarConstantToHexString() local
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp9.cpp10 const unsigned NumElements = 17; variable
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DEdgeProfiling.c20 static unsigned NumElements; variable
DOptimalEdgeProfiling.c20 static unsigned NumElements; variable
DCommonProfiling.c129 unsigned NumElements) { in write_profiling_data()
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp58 DefinedOrUnknownSVal NumElements in checkLocation() local
DReturnPointerRangeChecker.cpp58 DefinedOrUnknownSVal NumElements in checkPreStmt() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DTGValueTypes.cpp46 unsigned NumElements; member in ExtendedVectorType
/external/swiftshader/third_party/LLVM/lib/VMCore/
DValueTypes.cpp36 unsigned NumElements) { in getExtendedVectorVT()
DType.cpp116 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local
122 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local
624 ArrayType *ArrayType::get(Type *elementType, uint64_t NumElements) { in get()
651 VectorType *VectorType::get(Type *elementType, unsigned NumElements) { in get()
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc307 static size_t NumElements(const TensorProto& proto) { in NumElements() function
321 static size_t NumElements(const TensorProto& proto) { in NumElements() function
336 static size_t NumElements(const TensorProto& proto) { in NumElements() function
354 static size_t NumElements(const TensorProto& proto) { in NumElements() function
374 static size_t NumElements(const TensorProto& proto) { in NumElements() function
390 static size_t NumElements(const TensorProto& proto) { in NumElements() function
406 static size_t NumElements(const TensorProto& proto) { in NumElements() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DStreamReader.h57 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dkernel_util.h38 inline int64_t NumElements(const TfLiteTensor* t) { in NumElements() function
/external/clang/include/clang/AST/
DExprObjC.h147 unsigned NumElements; variable
155 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallPtrSet.h61 unsigned NumElements; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h333 uint64_t NumElements; variable
360 unsigned NumElements; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h321 uint64_t NumElements; variable
324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
/external/llvm/lib/IR/
DValueTypes.cpp41 unsigned NumElements) { in getExtendedVectorVT()
DType.cpp93 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()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp52 unsigned NumElements = 0; in InsertProfilingInitCall() local
/external/llvm/include/llvm/IR/
DDerivedTypes.h339 uint64_t NumElements; variable
366 unsigned NumElements; variable
/external/clang/lib/AST/
DExprObjC.cpp47 unsigned NumElements) { in CreateEmpty()
99 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()

1234