Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h75 static LLT fixed_vector(unsigned NumElements, unsigned ScalarSizeInBits) { in fixed_vector()
81 static LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector()
H A DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
H A DMachineValueType.h1177 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT()
1310 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT()
1387 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp124 ElementCount NumElements = VectorArgTy->getElementCount(); in replaceWithCallToVeclib() local
H A DValueTypes.cpp43 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, unsigned NumElements, in getExtendedVectorVT()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h36 uint64_t NumElements = Unbounded; variable
H A DDerivedTypes.h360 uint64_t NumElements; variable
426 static VectorType *get(Type *ElementType, unsigned NumElements, in get()
H A DDataLayout.h608 unsigned NumElements : 31; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp113 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local
118 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local
604 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get()
H A DConstantFold.cpp2090 static bool isIndexInRangeOfArrayType(uint64_t NumElements, in isIndexInRangeOfArrayType()
2357 uint64_t NumElements = STy->getArrayNumElements(); in ConstantFoldGetElementPtr() local
H A DDebugInfo.cpp1124 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType()
1136 LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, in LLVMDIBuilderCreateUnionType()
1193 unsigned NumElements, unsigned RunTimeLang, LLVMMetadataRef VTableHolder, in LLVMDIBuilderCreateStructType()
1366 LLVMMetadataRef *Elements, unsigned NumElements, in LLVMDIBuilderCreateClassType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h289 unsigned NumElements = in isLegalNTStore() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp48 unsigned NumElements) { in CreateEmpty()
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp170 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; in computeTables() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp986 Address BeginPtr, llvm::Value *NumElements, in EmitNewArrayInitializer()
1212 unsigned NumElements = 0; in EmitNewArrayInitializer() local
1296 Address NewPtr, llvm::Value *NumElements, in EmitNewInitializer()
1782 llvm::Value *NumElements, in EmitDeleteCall()
1997 llvm::Value *NumElements; member
H A DCGCXXABI.cpp177 llvm::Value *NumElements, in InitializeArrayCookie()
H A DCGExprConstant.cpp1198 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitArrayInitialization() local
2122 unsigned NumElements = Value.getArraySize(); in tryEmitPrivate() local
2322 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitNullConstant() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp648 auto NumElements = ST->getNumElements(); in unpackLoadToAggregate() local
695 auto NumElements = AT->getNumElements(); in unpackLoadToAggregate() local
1221 auto NumElements = AT->getNumElements(); in unpackStoreToAggregate() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp171 auto NumElements = VecTy->getNumElements(); in getTypeName() local
590 auto NumElements = VecTy->getNumElements(); in getTypeName() local
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1836 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local
2199 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local
2625 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local
2777 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat()
2853 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local
3036 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local
3711 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp997 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local
1056 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
H A DLegalizeTypesGeneric.cpp315 void DAGTypeLegalizer::IntegerToVector(SDValue Op, unsigned NumElements, in IntegerToVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp641 MCRegister NumElements = TPNumElements.getReg().asMCReg(); in ValidateTailPredicate() local
694 MCRegister NumElements) { in ValidateTailPredicate()
H A DMVEGatherScatterLowering.cpp169 bool MVEGatherScatterLowering::isLegalTypeAndAlignment(unsigned NumElements, in isLegalTypeAndAlignment()

123