Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp9.cpp10 const unsigned NumElements = 17; variable
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h74 static LLT fixed_vector(unsigned NumElements, unsigned ScalarSizeInBits) { in fixed_vector()
80 static LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
H A DBinaryStreamReader.h180 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
H A DMachineValueType.h1216 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT()
1357 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT()
1436 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h285 bool isLegalBroadcastLoad(Type *ElementTy, ElementCount NumElements) const { in isLegalBroadcastLoad()
311 unsigned NumElements = in isLegalNTStore() local
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-vectors-and-functions.cpp20 static const unsigned NumElements = 4; member
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp123 ElementCount NumElements = VectorArgTy->getElementCount(); in replaceWithCallToVeclib() local
H A DValueTypes.cpp44 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp149 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local
154 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local
638 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
H A DDebugInfo.cpp1012 LLVMMetadataRef *Elements, unsigned NumElements) { in LLVMDIBuilderCreateImportedModuleFromAlias()
1025 unsigned NumElements) { in LLVMDIBuilderCreateImportedModuleFromModule()
1038 LLVMMetadataRef *Elements, unsigned NumElements) { in LLVMDIBuilderCreateImportedDeclaration()
1129 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType()
1141 LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, in LLVMDIBuilderCreateUnionType()
1198 unsigned NumElements, unsigned RunTimeLang, LLVMMetadataRef VTableHolder, in LLVMDIBuilderCreateStructType()
1371 LLVMMetadataRef *Elements, unsigned NumElements, in LLVMDIBuilderCreateClassType()
H A DConstantFold.cpp1942 static bool isIndexInRangeOfArrayType(uint64_t NumElements, in isIndexInRangeOfArrayType()
2202 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp170 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; in computeTables() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExprObjC.cpp48 unsigned NumElements) { in CreateEmpty()
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h361 uint64_t NumElements; variable
427 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
H A DDataLayout.h626 unsigned NumElements : 31; variable
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp37 SPIRVType *BaseType, unsigned NumElements, Register VReg, MachineInstr &I, in assignVectTypeToVReg()
738 SPIRVType *BaseType, unsigned NumElements, MachineIRBuilder &MIRBuilder) { in getOrCreateSPIRVVectorType()
746 SPIRVType *BaseType, unsigned NumElements, MachineInstr &I, in getOrCreateSPIRVVectorType()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp636 auto NumElements = ST->getNumElements(); in unpackLoadToAggregate() local
679 auto NumElements = AT->getNumElements(); in unpackLoadToAggregate() local
1199 auto NumElements = AT->getNumElements(); in unpackStoreToAggregate() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprCXX.cpp987 Address BeginPtr, llvm::Value *NumElements, in EmitNewArrayInitializer()
1208 unsigned NumElements = 0; in EmitNewArrayInitializer() local
1292 Address NewPtr, llvm::Value *NumElements, in EmitNewInitializer()
1776 llvm::Value *NumElements, in EmitDeleteCall()
1992 llvm::Value *NumElements; member
H A DCGCXXABI.cpp221 llvm::Value *NumElements, in InitializeArrayCookie()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h193 unsigned NumElements; variable
201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
312 unsigned NumElements : 31; variable
334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp171 auto NumElements = VecTy->getNumElements(); in getTypeName() local
593 auto NumElements = VecTy->getNumElements(); in getTypeName() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1804 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local
2176 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local
2598 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local
2749 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat()
2824 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local
3006 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local
3675 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorBuilderTest.cpp80 static bool isAllTrueMask(Value *Val, unsigned NumElements) { in isAllTrueMask()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp149 unsigned NumElements; in makeMutable() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1000 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local
1059 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local

1234