Home
last modified time | relevance | path

Searched defs:ElementCount (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DTypeSize.h281 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount() function
284 constexpr ElementCount( in ElementCount() function
285 const FixedOrScalableQuantity<ElementCount, unsigned> &V) in ElementCount()
289 constexpr ElementCount() : FixedOrScalableQuantity() {} in ElementCount() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DTypeSize.h298 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount() function
301 constexpr ElementCount( in ElementCount() function
302 const FixedOrScalableQuantity<ElementCount, unsigned> &V) in ElementCount()
306 constexpr ElementCount() : FixedOrScalableQuantity() {} in ElementCount() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DTypeSize.h286 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount() function
289 constexpr ElementCount( in ElementCount() function
290 const FixedOrScalableQuantity<ElementCount, unsigned> &V) in ElementCount()
294 constexpr ElementCount() : FixedOrScalableQuantity() {} in ElementCount() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DTypeSize.h286 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount() function
289 constexpr ElementCount( in ElementCount() function
290 const FixedOrScalableQuantity<ElementCount, unsigned> &V) in ElementCount()
294 constexpr ElementCount() : FixedOrScalableQuantity() {} in ElementCount() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DTypeSize.h286 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount() function
289 constexpr ElementCount( in ElementCount() function
290 const FixedOrScalableQuantity<ElementCount, unsigned> &V) in ElementCount()
294 constexpr ElementCount() : FixedOrScalableQuantity() {} in ElementCount() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddevice_memory.h138 uint64_t ElementCount() const { return size() / sizeof(ElemT); } in ElementCount() function
185 uint64_t ElementCount() const { return size() / kElemSize; } in ElementCount() function
H A Ddnn.cc583 int64_t BatchDescriptor::ElementCount() const { in ElementCount() function in stream_executor::dnn::BatchDescriptor
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTypeSize.h29 ElementCount(unsigned Min, bool Scalable) in ElementCount() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DTensorSpec.h106 size_t ElementCount = 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DTensorSpec.h102 size_t ElementCount = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DTensorSpec.h106 size_t ElementCount = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DTensorSpec.h106 size_t ElementCount = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DTensorSpec.h106 size_t ElementCount = 0; variable
/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_array_view.h213 ::std::size_t ElementCount() const { return SizeOfBuffer() / kElementSize; } in ElementCount() function
/aosp_15_r20/external/deqp-deps/amber/src/
Dbuffer.h133 uint32_t ElementCount() const { return element_count_; } in ElementCount() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dquantization_util_test.cc59 int ElementCount(const TfLiteIntArray& dims) { in ElementCount() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContextImpl.h60 class ElementCount; variable
H A DCore.cpp716 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
722 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
741 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
791 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
803 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
808 unsigned ElementCount) { in LLVMScalableVectorType()
/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp508 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
514 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
533 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
568 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
576 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DCore.cpp671 unsigned ElementCount, LLVMBool Packed) { in LLVMStructTypeInContext()
677 unsigned ElementCount, LLVMBool Packed) { in LLVMStructType()
696 unsigned ElementCount, LLVMBool Packed) { in LLVMStructSetBody()
743 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMArrayType()
751 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dllvm_codegen.cpp164 int ElementCount(int lanes) { in ElementCount() function
168 llvm::ElementCount ElementCount(int lanes) { in ElementCount() function
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmstypes.c4574 cmsUInt32Number ElementCount; in Type_MPE_Read() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp4617 uint64_t ElementCount = 1; in getConstantArrayElementCount() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8657 unsigned ElementCount = SrcVT.getVectorNumElements(); in performExtendCombine() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11175 unsigned ElementCount = SrcVT.getVectorNumElements(); in performExtendCombine() local

12