Home
last modified time | relevance | path

Searched defs:NumElems (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp469 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitUnary() local
489 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitBinary() local
532 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitCall() local
582 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitSelectInst() local
636 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitGetElementPtrInst() local
681 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitCastInst() local
754 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitInsertElementInst() local
821 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitShuffleVectorInst() local
845 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitPHINode() local
876 unsigned NumElems = cast<FixedVectorType>(Layout->VecTy)->getNumElements(); in visitLoadInst() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp58 const unsigned NumElems = D->getNumElems(); in ctorArrayDesc() local
82 const unsigned NumElems = D->getNumElems(); in dtorArrayDesc() local
97 const unsigned NumElems = D->getNumElems(); in moveArrayDesc() local
197 Descriptor::Descriptor(const DeclTy &D, PrimType Type, size_t NumElems, in Descriptor()
216 Descriptor::Descriptor(const DeclTy &D, Descriptor *Elem, unsigned NumElems, in Descriptor()
H A DEvalEmitter.cpp172 const size_t NumElems = Ptr.getNumElems(); in emitRetValue() local
H A DProgram.cpp310 size_t NumElems = CAT->getSize().getZExtValue(); in createDescriptor() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp180 unsigned NumElems) { in createStepVector()
207 unsigned NumElems = ElemCount.getFixedValue(); in convertEVLToMask() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h57 template <typename T> T *allocateT(size_t NumElems) { in allocateT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp313 unsigned NumElems = cast<FixedVectorType>(BO->getType())->getNumElements(); in matchAddReduction() local
H A DX86ISelLowering.cpp3903 unsigned NumElems = VT.getVectorNumElements(); in getMOVL() local
6038 unsigned NumElems = VT.getVectorNumElements(); in splitVector() local
6167 unsigned NumElems = OpVT.getVectorNumElements(); in insert1BitVector() local
6478 int NumElems = VT.getVectorNumElements(); in getShuffleVectorZeroOrUndef() local
6976 unsigned NumElems = VT.getVectorNumElements(); in getTargetShuffleMask() local
8003 unsigned NumElems = VT.getVectorNumElements(); in getShuffleScalarElt() local
8020 int NumElems = (int)ShufVT.getVectorNumElements(); in getShuffleScalarElt() local
8418 unsigned NumElems = VT.getVectorNumElements(); in LowerAsSplatVectorLoad() local
8487 unsigned NumElems = Elts.size(); in EltsFromConsecutiveLoads() local
9101 unsigned NumElems = Op.getNumOperands(); in buildFromShuffleMostly() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp372 unsigned NumElems = STy->getNumElements(); in getFoldedSizeOfImpl() local
452 unsigned NumElems = STy->getNumElements(); in getFoldedAlignOf() local
508 unsigned NumElems = STy->getNumElements(); in getFoldedOffsetOf() local
H A DAttributes.cpp72 unsigned NumElems = Num & std::numeric_limits<unsigned>::max(); in unpackAllocSizeArgs() local
567 Optional<unsigned> NumElems; in getAsString() local
1884 const Optional<unsigned> &NumElems) { in addAllocSizeAttr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp677 APInt NumElems = C->getValue(); in visitAllocaInst() local
742 APInt NumElems = Arg->getValue(); in visitCallBase() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1457 unsigned NumElems = VT.getVectorNumElements(); in UnrollStrictFPOp() local
1516 unsigned NumElems = VT.getVectorNumElements(); in UnrollVSETCC() local
H A DLegalizeTypesGeneric.cpp105 unsigned NumElems = 2; in ExpandRes_BITCAST() local
H A DLegalizeDAG.cpp1762 unsigned NumElems = Node->getNumOperands(); in ExpandBVWithShuffles() local
1856 unsigned NumElems = Node->getNumOperands(); in ExpandBUILD_VECTOR() local
3049 unsigned NumElems = VT.getVectorNumElements(); in ExpandNode() local
H A DLegalizeIntegerTypes.cpp4729 unsigned NumElems = N->getNumOperands(); in PromoteIntRes_BUILD_VECTOR() local
4920 unsigned NumElems = N->getNumOperands(); in PromoteIntOp_CONCAT_VECTORS() local
H A DDAGCombiner.cpp9576 int NumElems = VT.getVectorNumElements(); in ConvertSelectToConcatVector() local
19021 unsigned NumElems = VT.getVectorNumElements(); in createBuildVecShuffle() local
19225 unsigned NumElems = N->getNumOperands(); in reduceBuildVecToShuffle() local
19450 unsigned NumElems = N->getNumOperands(); in convertBuildVecZextToZext() local
20296 unsigned NumElems = ExtractSize / EltSize; in visitEXTRACT_SUBVECTOR() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp147 unsigned NumElems = VecTy.getVectorNumElements(); in isHVXVectorType() local
H A DHexagonISelDAGToDAGHVX.cpp823 unsigned NumElems = HwLen / (ElemTy.getSizeInBits()/8); in getSingleVT() local
828 unsigned NumElems = (2*HwLen) / (ElemTy.getSizeInBits()/8); in getPairVT() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp759 unsigned NumElems = in tryCreateIncrementingWBGatScat() local
H A DARMTargetTransformInfo.cpp1504 unsigned NumElems = VTy->getNumElements(); in getGatherScatterOpCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp193 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1397 uint32_t NumElems = readVaruint32(Ctx); in parseElemSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2016 unsigned NumElems = MI.getNumOperands() - 1; in applyCombineUnmergeMergeToPlainValues() local
2065 unsigned NumElems = MI.getNumOperands() - 1; in applyCombineUnmergeConstant() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp794 unsigned NumElems = numStructUnionElements(ILE->getType()); in FillInEmptyInitializations() local
H A DSemaDeclCXX.cpp908 QualType DecompType, const llvm::APSInt &NumElems, QualType ElemType, in checkSimpleDecomposition()
936 const llvm::APSInt &NumElems, in checkArrayLikeDecomposition()

12