Home
last modified time | relevance | path

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

1234

/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp9.cpp10 const unsigned NumElements = 17; variable
/llvm-project/llvm/unittests/ADT/
H A DConcurrentHashtableTest.cpp98 const size_t NumElements = 10000; in TEST() local
156 const size_t NumElements = 20000; in TEST() local
213 const size_t NumElements = 10000; in TEST() local
264 const size_t NumElements = 20000; in TEST() local
/llvm-project/llvm/unittests/Support/
H A DAddressRangeTest.cpp153 size_t NumElements = 100; in TEST() local
393 size_t NumElements = 100; in TEST() local
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h100 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() argument
107 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector() argument
H A DMachineValueType.h440 getVectorVT(MVT VT,unsigned NumElements) getVectorVT() argument
450 getScalableVectorVT(MVT VT,unsigned NumElements) getScalableVectorVT() argument
460 getVectorVT(MVT VT,unsigned NumElements,bool IsScalable) getVectorVT() argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-vectors-and-functions.cpp21 static const unsigned NumElements = 4; member
/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamReader.h178 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h299 isLegalBroadcastLoad(Type * ElementTy,ElementCount NumElements) isLegalBroadcastLoad() argument
325 unsigned NumElements = DataTypeTy->getNumElements(); isLegalNTStoreLoad() local
/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp63 unsigned NumElements = VTy->getElementCount().getFixedValue(); scalarize() local
H A DValueTypes.cpp45 getExtendedVectorVT(LLVMContext & Context,EVT VT,unsigned NumElements,bool IsScalable) getExtendedVectorVT() argument
/llvm-project/llvm/lib/IR/
H A DType.cpp151 unsigned NumElements = ATy->getNumElements(); isEmptyTy() local
156 unsigned NumElements = STy->getNumElements(); isEmptyTy() local
647 get(Type * ElementType,uint64_t NumElements) get() argument
H A DDebugInfo.cpp1166 LLVMDIBuilderCreateImportedModuleFromAlias(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef ImportedEntity,LLVMMetadataRef File,unsigned Line,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedModuleFromAlias() argument
1179 LLVMDIBuilderCreateImportedModuleFromModule(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef M,LLVMMetadataRef File,unsigned Line,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedModuleFromModule() argument
1192 LLVMDIBuilderCreateImportedDeclaration(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,LLVMMetadataRef Decl,LLVMMetadataRef File,unsigned Line,const char * Name,size_t NameLen,LLVMMetadataRef * Elements,unsigned NumElements) LLVMDIBuilderCreateImportedDeclaration() argument
1283 LLVMDIBuilderCreateEnumerationType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,LLVMMetadataRef * Elements,unsigned NumElements,LLVMMetadataRef ClassTy) LLVMDIBuilderCreateEnumerationType() argument
1295 LLVMDIBuilderCreateUnionType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,LLVMDIFlags Flags,LLVMMetadataRef * Elements,unsigned NumElements,unsigned RunTimeLang,const char * UniqueId,size_t UniqueIdLen) LLVMDIBuilderCreateUnionType() argument
1352 LLVMDIBuilderCreateStructType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,LLVMDIFlags Flags,LLVMMetadataRef DerivedFrom,LLVMMetadataRef * Elements,unsigned NumElements,unsigned RunTimeLang,LLVMMetadataRef VTableHolder,const char * UniqueId,size_t UniqueIdLen) LLVMDIBuilderCreateStructType() argument
1523 LLVMDIBuilderCreateClassType(LLVMDIBuilderRef Builder,LLVMMetadataRef Scope,const char * Name,size_t NameLen,LLVMMetadataRef File,unsigned LineNumber,uint64_t SizeInBits,uint32_t AlignInBits,uint64_t OffsetInBits,LLVMDIFlags Flags,LLVMMetadataRef DerivedFrom,LLVMMetadataRef * Elements,unsigned NumElements,LLVMMetadataRef VTableHolder,LLVMMetadataRef TemplateParamsNode,const char * UniqueIdentifier,size_t UniqueIdentifierLen) LLVMDIBuilderCreateClassType() argument
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp173 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; in computeTables() local
/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp653 unsigned NumElements = VT->getNumElements(); in isIllegalVectorType() local
659 unsigned NumElements = VT->getNumElements(); isIllegalVectorType() local
H A DNVPTX.cpp147 const uint64_t NumElements = (Size + Div - 1) / Div; coerceToIntArrayWithLimit() local
/llvm-project/clang/lib/AST/
H A DExprObjC.cpp48 return new (Mem) ObjCArrayLiteral(EmptyShell(), NumElements); in CreateEmpty() argument
88 CreateEmpty(const ASTContext & C,unsigned NumElements,bool HasPackExpansions) CreateEmpty() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp148 unsigned NumElements = in isHomogeneousAggregate() local
H A DCGExprCXX.cpp997 EmitNewArrayInitializer(const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address BeginPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewArrayInitializer() argument
1236 unsigned NumElements = 0; EmitNewArrayInitializer() local
1318 EmitNewInitializer(CodeGenFunction & CGF,const CXXNewExpr * E,QualType ElementType,llvm::Type * ElementTy,Address NewPtr,llvm::Value * NumElements,llvm::Value * AllocSizeWithoutCookie) EmitNewInitializer() argument
1803 EmitDeleteCall(const FunctionDecl * DeleteFD,llvm::Value * Ptr,QualType DeleteTy,llvm::Value * NumElements,CharUnits CookieSize) EmitDeleteCall() argument
2018 llvm::Value *NumElements; global() member
[all...]
H A DCGCXXABI.cpp228 llvm::Value *NumElements, in InitializeArrayCookie()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h127 getBuffer(const uptr NumElements) getBuffer() argument
172 getDynamicBuffer(const uptr NumElements) getDynamicBuffer() argument
/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h375 uint64_t NumElements; global() variable
441 get(Type * ElementType,unsigned NumElements,bool Scalable) get() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp702 auto NumElements = ST->getNumElements(); unpackLoadToAggregate() local
750 auto NumElements = AT->getNumElements(); unpackLoadToAggregate() local
1273 auto NumElements = AT->getNumElements(); unpackStoreToAggregate() local
[all...]
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp52 assignVectTypeToVReg(SPIRVType * BaseType,unsigned NumElements,Register VReg,MachineInstr & I,const SPIRVInstrInfo & TII) assignVectTypeToVReg() argument
1050 unsigned NumElements = 1; getNumScalarOrVectorTotalBitWidth() local
1357 getOrCreateSPIRVVectorType(SPIRVType * BaseType,unsigned NumElements,MachineIRBuilder & MIRBuilder) getOrCreateSPIRVVectorType() argument
1365 getOrCreateSPIRVVectorType(SPIRVType * BaseType,unsigned NumElements,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVVectorType() argument
1382 getOrCreateSPIRVArrayType(SPIRVType * BaseType,unsigned NumElements,MachineInstr & I,const SPIRVInstrInfo & TII) getOrCreateSPIRVArrayType() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h192 unsigned NumElements; variable
200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() argument
311 unsigned NumElements variable
334 ObjCDictionaryLiteral(EmptyShell Empty,unsigned NumElements,bool HasPackExpansions) ObjCDictionaryLiteral() argument
[all...]
/llvm-project/llvm/unittests/IR/
H A DVectorBuilderTest.cpp80 static bool isAllTrueMask(Value *Val, unsigned NumElements) { in isAllTrueMask()

1234