Searched defs:NumElements (Results 26 - 50 of 70) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp659 auto NumElements = ST->getNumElements(); local
709 auto NumElements = AT->getNumElements(); local
1239 auto NumElements = AT->getNumElements(); local
[all...]
H A DInstCombineVectorOps.cpp754 unsigned NumElements = VecTy->getNumElements(); local
H A DInstCombineCasts.cpp119 Value *NumElements = // See if the array size is a decomposable linear expr. local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp961 unsigned NumElements = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1821 unsigned NumElements = 4; local
H A DAMDGPUISelLowering.cpp981 unsigned NumElements = RegisterVT.getVectorNumElements(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h191 unsigned NumElements; member in class:clang::final
199 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) argument
332 ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, bool HasPackExpansions) argument
[all...]
H A DType.h3273 static bool isVectorSizeTooLarge(unsigned NumElements) { argument
3289 Profile(llvm::FoldingSetNodeID &ID, QualType ElementType, unsigned NumElements, TypeClass TypeClass, VectorKind VecKind) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp697 writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint32_t DataSize, uint32_t NumElements) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp833 unsigned NumElements = cast<ArrayType>(C->getType())->getNumElements(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1186 Optional<uint64_t> NumElements; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp450 uint64_t NumElements = Context.getConstantArrayElementCount(AT); local
554 uint64_t NumElements = Context.getConstantArrayElementCount(AT); local
H A DType.cpp139 getNumAddressingBits(const ASTContext &Context, QualType ElementType, const llvm::APInt &NumElements) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp960 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) argument
972 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) argument
1028 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) argument
1201 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) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1184 unsigned NumElements = CAT->getSize().getZExtValue(); local
2101 unsigned NumElements = Value.getArraySize(); local
2311 unsigned NumElements = CAT->getSize().getZExtValue(); local
[all...]
H A DCGExprCXX.cpp1205 unsigned NumElements local
979 EmitNewArrayInitializer( const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, Address BeginPtr, llvm::Value *NumElements, llvm::Value *AllocSizeWithoutCookie) argument
1286 EmitNewInitializer(CodeGenFunction &CGF, const CXXNewExpr *E, QualType ElementType, llvm::Type *ElementTy, Address NewPtr, llvm::Value *NumElements, llvm::Value *AllocSizeWithoutCookie) argument
1766 EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr, QualType DeleteTy, llvm::Value *NumElements, CharUnits CookieSize) argument
1963 llvm::Value *NumElements; member in struct:__anon360::final
1967 CallArrayDelete(llvm::Value *Ptr, const FunctionDecl *OperatorDelete, llvm::Value *NumElements, QualType ElementType, CharUnits CookieSize) argument
[all...]
H A DCGObjC.cpp127 uint64_t NumElements = local
H A DTargetInfo.cpp59 const uint64_t NumElements = (Size + Alignment - 1) / Alignment; local
[all...]
H A DItaniumCXXABI.cpp2010 InitializeArrayCookie(CodeGenFunction &CGF, Address NewPtr, llvm::Value *NumElements, const CXXNewExpr *expr, QualType ElementType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp436 unsigned NumElements; member in struct:__anon2930::MatchTableRecord
445 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, unsigned NumElements, unsigned Flags, int64_t RawValue = std::numeric_limits<int64_t>::min()) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1303 unsigned NumElements = Record.readInt(); local
1314 unsigned NumElements = Record.readInt(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6949 ExprResult NumElements; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4204 uint64_t NumElements = cast<VectorType>(Vec->getType())->getNumElements(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h214 size_t NumElements; member in class:NodeArray
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp339 unsigned NumElements; member in struct:__anon2053::AArch64Operand::VectorListOp
1848 CreateVectorList(unsigned RegNum, unsigned Count, unsigned NumElements, argument
3416 unsigned NumElements = 0; local
[all...]

Completed in 610 milliseconds

123