Searched defs:NumElements (Results 1 - 25 of 70) sorted by last modified time

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13554 unsigned NumElements = 0; local
14046 unsigned NumElements = 0; local
[all...]
H A DMVETailPredication.cpp191 bool MVETailPredication::isTailPredicate(Instruction *I, Value *NumElements) { argument
525 Value *NumElements = ComputeElements(TripCount, VecTy); local
460 InsertVCTPIntrinsic(Instruction *Predicate, DenseMap<Instruction*, Instruction*> &NewPredicates, VectorType *VecTy, Value *NumElements) argument
[all...]
H A DMVEGatherScatterLowering.cpp104 bool MVEGatherScatterLowering::isLegalTypeAndAlignment(unsigned NumElements, argument
H A DARMLowOverheadLoops.cpp357 Register NumElements = VCTP->getOperand(1).getReg(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7331 unsigned NumElements = CV->getNumElements(); local
H A DTreeTransform.h3149 RebuildObjCArrayLiteral(SourceRange Range, Expr **Elements, unsigned NumElements) argument
13292 RebuildVectorType(QualType ElementType, unsigned NumElements, VectorType::VectorKind VecKind) argument
13307 RebuildExtVectorType(QualType ElementType, unsigned NumElements, SourceLocation AttributeLoc) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp961 unsigned NumElements = local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp59 const uint64_t NumElements = (Size + Alignment - 1) / Alignment; local
[all...]
H A DCodeGenModule.cpp4914 unsigned NumElements = AType->getNumElements(); local
/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/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp644 CreateFunctionLocalArrayInSection( size_t NumElements, Function &F, Type *Ty, const char *Section) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp754 unsigned NumElements = VecTy->getNumElements(); local
H A DInstCombineLoadStoreAlloca.cpp659 auto NumElements = ST->getNumElements(); local
709 auto NumElements = AT->getNumElements(); local
1239 auto NumElements = AT->getNumElements(); local
[all...]
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/Target/SystemZ/
H A DSystemZISelLowering.cpp4317 unsigned NumElements = VT.getVectorNumElements(); local
4688 unsigned NumElements = VT.getVectorNumElements(); local
4748 unsigned int NumElements = Elems.size(); local
4910 unsigned NumElements = Op.getNumOperands(); local
4922 unsigned NumElements = VT.getVectorNumElements(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7420 unsigned NumElements = MemVT.getVectorNumElements(); local
7923 unsigned NumElements = VT.getVectorNumElements(); local
[all...]
H A DR600ISelLowering.cpp1821 unsigned NumElements = 4; local
H A DAMDGPUISelLowering.cpp981 unsigned NumElements = RegisterVT.getVectorNumElements(); local
H A DAMDGPUHSAMetadataStreamer.cpp191 auto NumElements = VecTy->getVectorNumElements(); local
637 auto NumElements = VecTy->getVectorNumElements(); local
/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...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9000 int NumElements = cast<VectorType>(Op1->getType())->getNumElements() * 2; local
11184 unsigned NumElements = ResVT.getVectorNumElements(); local
/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/llvm/lib/IR/
H A DType.cpp100 unsigned NumElements = ATy->getNumElements(); local
105 unsigned NumElements = STy->getNumElements(); local
587 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { argument
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

Completed in 669 milliseconds

123