| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | LowLevelTypeImpl.h | 58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { in vector() 66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { in vector() 74 explicit LLT(bool isPointer, bool isVector, uint16_t NumElements, in LLT()
|
| H A D | BinaryStreamReader.h | 176 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
|
| H A D | MachineValueType.h | 827 static MVT getVectorVT(MVT VT, unsigned NumElements) { in getVectorVT() 906 static MVT getScalableVectorVT(MVT VT, unsigned NumElements) { in getScalableVectorVT() 972 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LowLevelType.cpp | 23 auto NumElements = VTy->getNumElements(); in getLLTForType() local
|
| H A D | ValueTypes.cpp | 36 unsigned NumElements) { in getExtendedVectorVT()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ReturnPointerRangeChecker.cpp | 58 DefinedOrUnknownSVal NumElements in checkPreStmt() local
|
| H A D | ArrayBoundChecker.cpp | 58 DefinedOrUnknownSVal NumElements in checkLocation() local
|
| H A D | UndefResultChecker.cpp | 54 DefinedOrUnknownSVal NumElements = C.getStoreManager().getSizeInElements( in isArrayIndexOutOfBounds() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 103 unsigned NumElements = Data.size(); in emitRawBytes() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 174 unsigned NumElements; variable 182 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Type.cpp | 100 unsigned NumElements = ATy->getNumElements(); in isEmptyTy() local 105 unsigned NumElements = STy->getNumElements(); in isEmptyTy() local 581 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() 606 VectorType *VectorType::get(Type *ElementType, unsigned NumElements) { in get()
|
| H A D | DebugInfo.cpp | 907 unsigned NumElements, LLVMMetadataRef ClassTy) { in LLVMDIBuilderCreateEnumerationType() 919 LLVMMetadataRef *Elements, unsigned NumElements, unsigned RunTimeLang, in LLVMDIBuilderCreateUnionType() 976 unsigned NumElements, unsigned RunTimeLang, LLVMMetadataRef VTableHolder, in LLVMDIBuilderCreateStructType() 1150 LLVMMetadataRef *Elements, unsigned NumElements, in LLVMDIBuilderCreateClassType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 39 uint64_t NumElements = Unbounded; variable
|
| H A D | DerivedTypes.h | 345 uint64_t NumElements; variable 348 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
|
| H A D | DataLayout.h | 533 unsigned NumElements : 31; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprObjC.cpp | 54 unsigned NumElements) { in CreateEmpty() 105 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 972 Address BeginPtr, llvm::Value *NumElements, in EmitNewArrayInitializer() 1196 unsigned NumElements = 0; in EmitNewArrayInitializer() local 1279 Address NewPtr, llvm::Value *NumElements, in EmitNewInitializer() 1761 llvm::Value *NumElements, in EmitDeleteCall() 1934 llvm::Value *NumElements; member
|
| H A D | CGExprConstant.cpp | 909 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitArrayInitialization() local 979 unsigned NumElements = AType->getNumElements(); in EmitDesignatedInitUpdater() local 1951 unsigned NumElements = Value.getArraySize(); in tryEmitPrivate() local 2159 unsigned NumElements = CAT->getSize().getZExtValue(); in EmitNullConstant() local
|
| H A D | CGCXXABI.cpp | 181 llvm::Value *NumElements, in InitializeArrayCookie()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 693 auto NumElements = ST->getNumElements(); in unpackLoadToAggregate() local 742 auto NumElements = AT->getNumElements(); in unpackLoadToAggregate() local 1268 auto NumElements = AT->getNumElements(); in unpackStoreToAggregate() local
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 192 auto NumElements = VecTy->getVectorNumElements(); in getTypeName() local 648 auto NumElements = VecTy->getVectorNumElements(); in getTypeName() local
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1793 uint64_t NumElements = EndIndex - BeginIndex; in isVectorPromotionViableForSlice() local 2144 unsigned NumElements = EndIndex - BeginIndex; in extractVector() local 2559 unsigned NumElements = EndIndex - BeginIndex; in rewriteVectorizedStoreInst() local 2704 Value *getVectorSplat(Value *V, unsigned NumElements) { in getVectorSplat() 2768 unsigned NumElements = EndIndex - BeginIndex; in visitMemSetInst() local 2945 unsigned NumElements = EndIndex - BeginIndex; in visitMemTransferInst() local 3470 uint64_t NumElements = Size / ElementSize; in getTypePartition() local
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 896 int NumElements = VT.getVectorNumElements(); in ExpandANY_EXTEND_VECTOR_INREG() local 943 int NumElements = VT.getVectorNumElements(); in ExpandZERO_EXTEND_VECTOR_INREG() local
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 216 const uint16_t NumElements = BitsizeAndAction.first / ElementSize; in computeTables() local
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 438 unsigned NumElements) { in transferSRADebugInfo() 479 unsigned NumElements = STy->getNumElements(); in SRAGlobal() local 509 unsigned NumElements = STy->getNumElements(); in SRAGlobal() local 1536 Value *NumElements = ConstantInt::get(IntPtrTy, AT->getNumElements()); in tryToOptimizeStoreOfMallocToGlobal() local
|