Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp510 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitUnary() local
530 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitBinary() local
573 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in splitCall() local
630 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitSelectInst() local
684 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitGetElementPtrInst() local
729 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitCastInst() local
802 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitInsertElementInst() local
869 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitShuffleVectorInst() local
893 unsigned NumElems = cast<FixedVectorType>(VT)->getNumElements(); in visitPHINode() local
924 unsigned NumElems = cast<FixedVectorType>(Layout->VecTy)->getNumElements(); in visitLoadInst() local
[all …]
/llvm-project-15.0.7/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.cpp325 size_t NumElems = CAT->getSize().getZExtValue(); in createDescriptor() local
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVECustomDAG.h216 EVT getVectorVT(EVT ElemVT, unsigned NumElems) const { in getVectorVT()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp201 unsigned NumElems) { in createStepVector()
228 unsigned NumElems = ElemCount.getFixedValue(); in convertEVLToMask() local
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h57 template <typename T> T *allocateT(size_t NumElems) { in allocateT()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp368 unsigned NumElems = cast<FixedVectorType>(BO->getType())->getNumElements(); in matchAddReduction() local
H A DX86ISelLowering.cpp4316 unsigned NumElems = VT.getVectorNumElements(); in getMOVL() local
6544 unsigned NumElems = VT.getVectorNumElements(); in splitVector() local
7148 int NumElems = VT.getVectorNumElements(); in getShuffleVectorZeroOrUndef() local
7627 unsigned NumElems = VT.getVectorNumElements(); in getTargetShuffleMask() local
8720 unsigned NumElems = VT.getVectorNumElements(); in getShuffleScalarElt() local
9204 unsigned NumElems = Elts.size(); in EltsFromConsecutiveLoads() local
9837 unsigned NumElems = Op.getNumOperands(); in buildFromShuffleMostly() local
10631 unsigned NumElems = VT.getVectorNumElements(); in lowerBuildVectorToBitOp() local
11048 unsigned NumElems = Op.getNumOperands(); in LowerBUILD_VECTOR() local
19280 int NumElems = VT.getVectorNumElements(); in lower1BitShuffle() local
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp102 SPIRVType *SPIRVGlobalRegistry::getOpTypeVector(uint32_t NumElems, in getOpTypeVector()
375 SPIRVType *SPIRVGlobalRegistry::getOpTypeArray(uint32_t NumElems, in getOpTypeArray()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1572 unsigned NumElems = VT.getVectorNumElements(); in UnrollStrictFPOp() local
1630 unsigned NumElems = VT.getVectorNumElements(); in UnrollVSETCC() local
H A DLegalizeTypesGeneric.cpp105 unsigned NumElems = 2; in ExpandRes_BITCAST() local
H A DLegalizeDAG.cpp1802 unsigned NumElems = Node->getNumOperands(); in ExpandBVWithShuffles() local
1896 unsigned NumElems = Node->getNumOperands(); in ExpandBUILD_VECTOR() local
3086 unsigned NumElems = VT.getVectorNumElements(); in ExpandNode() local
H A DLegalizeIntegerTypes.cpp5305 unsigned NumElems = N->getNumOperands(); in PromoteIntRes_BUILD_VECTOR() local
5545 unsigned NumElems = N->getNumOperands(); in PromoteIntOp_CONCAT_VECTORS() local
H A DDAGCombiner.cpp10523 int NumElems = VT.getVectorNumElements(); in ConvertSelectToConcatVector() local
20275 unsigned NumElems = VT.getVectorNumElements(); in createBuildVecShuffle() local
20489 unsigned NumElems = N->getNumOperands(); in reduceBuildVecToShuffle() local
20760 unsigned NumElems = N->getNumOperands(); in convertBuildVecZextToZext() local
21809 unsigned NumElems = ExtractSize / EltSize; in visitEXTRACT_SUBVECTOR() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp442 APInt NumElems = Arg->getValue(); in getAllocSize() local
792 APInt NumElems = C->getValue(); in visitAllocaInst() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp209 unsigned NumElems = VecTy.getVectorNumElements(); in isHVXVectorType() local
H A DHexagonISelDAGToDAGHVX.cpp821 unsigned NumElems = HwLen / (ElemTy.getSizeInBits()/8); in getSingleVT() local
827 unsigned NumElems = (2*HwLen) / (ElemTy.getSizeInBits()/8); in getPairVT() local
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp67 unsigned NumElems = Num & std::numeric_limits<unsigned>::max(); in unpackAllocSizeArgs() local
427 Optional<unsigned> NumElems; in getAsString() local
1695 const Optional<unsigned> &NumElems) { in addAllocSizeAttr()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp834 unsigned NumElems = in tryCreateIncrementingWBGatScat() local
H A DARMTargetTransformInfo.cpp1569 unsigned NumElems = VTy->getNumElements(); in getGatherScatterOpCost() local
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp246 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1498 uint32_t NumElems = readVaruint32(Ctx); in parseElemSection() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1732 unsigned NumElems = MI.getNumOperands() - 1; in applyCombineUnmergeMergeToPlainValues() local
1780 unsigned NumElems = MI.getNumOperands() - 1; in applyCombineUnmergeConstant() local
1795 unsigned NumElems = MI.getNumOperands() - 1; in matchCombineUnmergeUndef() local
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2664 unsigned NumElems = SrcVT.getVectorNumElements(); in truncateVectorWithNARROW() local

12