Home
last modified time | relevance | path

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

123456789

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h57 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()
DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
/external/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { in vector()
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { in vector()
74 static LLT scalarOrVector(uint16_t NumElements, LLT ScalarTy) { in scalarOrVector()
78 static LLT scalarOrVector(uint16_t NumElements, unsigned ScalarSize) { in scalarOrVector()
82 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
DBinaryStreamReader.h188 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
/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
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_pch.hpp142 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType()
147 static inline llvm::VectorType* getVectorType(llvm::Type *ElementType, unsigned NumElements) in getVectorType()
/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util.h161 inline int64_t NumElements(const TfLiteIntArray* dims) { in NumElements() function
169 inline int64_t NumElements(const TfLiteTensor* t) { in NumElements() function
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp9.cpp10 const unsigned NumElements = 17; variable
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp9.cpp10 const unsigned NumElements = 17; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLowLevelType.cpp22 auto NumElements = VTy->getNumElements(); in getLLTForType() local
/external/llvm-project/llvm/lib/CodeGen/
DLowLevelType.cpp23 auto NumElements = cast<FixedVectorType>(VTy)->getNumElements(); in getLLTForType() local
/external/clang/lib/StaticAnalyzer/Checkers/
DReturnPointerRangeChecker.cpp58 DefinedOrUnknownSVal NumElements in checkPreStmt() local
DArrayBoundChecker.cpp58 DefinedOrUnknownSVal NumElements in checkLocation() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device.cc30 Status CustomDeviceTensorHandle::NumElements(int64* num_elements) const { in NumElements() function in tensorflow::CustomDeviceTensorHandle
Dtensor_handle_data.cc66 Status LocalTensorHandleData::NumElements(int64* num_elements) const { in NumElements() function in tensorflow::LocalTensorHandleData
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp191 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
/external/tensorflow/tensorflow/core/framework/
Dtensor.cc341 static size_t NumElements(const TensorProto& proto) { in NumElements() function
355 static size_t NumElements(const TensorProto& proto) { in NumElements() function
370 static size_t NumElements(const TensorProto& proto) { in NumElements() function
388 static size_t NumElements(const TensorProto& proto) { in NumElements() function
408 static size_t NumElements(const TensorProto& proto) { in NumElements() function
424 static size_t NumElements(const TensorProto& proto) { in NumElements() function
440 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/clang/include/clang/AST/
DExprObjC.h147 unsigned NumElements; variable
155 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
/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/
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()
DValueTypes.cpp41 unsigned NumElements) { in getExtendedVectorVT()
/external/llvm/include/llvm/IR/
DDerivedTypes.h339 uint64_t NumElements; variable
366 unsigned NumElements; variable

123456789