Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp86 const unsigned NumElems = D->getNumElems(); in ctorArrayDesc() local
111 const unsigned NumElems = D->getNumElems(); in dtorArrayDesc() local
127 const unsigned NumElems = D->getNumElems(); in moveArrayDesc() local
299 size_t NumElems, bool IsConst, bool IsTemporary, in Descriptor()
325 unsigned NumElems, bool IsConst, bool IsTemporary, in Descriptor()
H A DEvaluationResult.cpp69 size_t NumElems = CAT->getZExtSize(); in CheckArrayInitialized() local
H A DPointer.cpp471 const size_t NumElems = Ptr.getNumElems(); in toRValue() local
H A DProgram.cpp380 size_t NumElems = CAT->getZExtSize(); in createDescriptor() local
H A DCompiler.cpp1236 size_t NumElems = CAT->getZExtSize(); in VisitImplicitValueInitExpr() local
1464 uint64_t NumElems = CAT->getZExtSize(); in visitInitList() local
2551 size_t NumElems = CAT->getZExtSize(); in VisitCXXConstructExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h216 EVT getVectorVT(EVT ElemVT, unsigned NumElems) const { in getVectorVT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp219 unsigned NumElems) { in createStepVector()
246 unsigned NumElems = ElemCount.getFixedValue(); in convertEVLToMask() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h57 template <typename T> T *allocateT(size_t NumElems) { in allocateT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp368 unsigned NumElems = cast<FixedVectorType>(BO->getType())->getNumElements(); in matchAddReduction() local
H A DX86ISelLowering.cpp4144 unsigned NumElems = VT.getVectorNumElements(); in splitVector() local
4342 unsigned NumElems = OpVT.getVectorNumElements(); in insert1BitVector() local
4691 int NumElems = VT.getVectorNumElements(); in getShuffleVectorZeroOrUndef() local
5233 unsigned NumElems = VT.getVectorNumElements(); in getTargetShuffleMask() local
6404 unsigned NumElems = VT.getVectorNumElements(); in getShuffleScalarElt() local
6421 int NumElems = (int)ShufVT.getVectorNumElements(); in getShuffleScalarElt() local
6834 unsigned NumElems = VT.getVectorNumElements(); in LowerAsSplatVectorLoad() local
6903 unsigned NumElems = Elts.size(); in EltsFromConsecutiveLoads() local
7555 unsigned NumElems = Op.getNumOperands(); in buildFromShuffleMostly() local
8361 unsigned NumElems = VT.getVectorNumElements(); in lowerBuildVectorToBitOp() local
[all …]
H A DX86ISelLoweringCall.cpp1983 unsigned NumElems = VT.getVectorNumElements(); in getMOVL() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp429 APInt NumElems = Arg->getValue(); in getAllocSize() local
790 APInt NumElems = C->getValue(); in visitAllocaInst() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp105 unsigned NumElems = 2; in ExpandRes_BITCAST() local
H A DLegalizeVectorOps.cpp1954 unsigned NumElems = VT.getVectorNumElements(); in UnrollStrictFPOp() local
2012 unsigned NumElems = VT.getVectorNumElements(); in UnrollVSETCC() local
H A DLegalizeDAG.cpp1844 unsigned NumElems = Node->getNumOperands(); in ExpandBVWithShuffles() local
1938 unsigned NumElems = Node->getNumOperands(); in ExpandBUILD_VECTOR() local
3525 unsigned NumElems = VT.getVectorNumElements(); in ExpandNode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp193 unsigned NumElems = VecTy.getVectorNumElements(); in isHVXVectorType() local
H A DHexagonISelDAGToDAGHVX.cpp936 unsigned NumElems = HwLen / (ElemTy.getSizeInBits() / 8); in getSingleVT() local
942 unsigned NumElems = (2 * HwLen) / (ElemTy.getSizeInBits() / 8); in getPairVT() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp71 unsigned NumElems = Num & std::numeric_limits<unsigned>::max(); in unpackAllocSizeArgs() local
564 std::optional<unsigned> NumElems; in getAsString() local
1947 const std::optional<unsigned> &NumElems) { in addAllocSizeAttr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp144 SPIRVType *SPIRVGlobalRegistry::getOpTypeVector(uint32_t NumElems, in getOpTypeVector()
704 SPIRVType *SPIRVGlobalRegistry::getOpTypeArray(uint32_t NumElems, in getOpTypeArray()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp835 unsigned NumElems = in tryCreateIncrementingWBGatScat() local
H A DARMTargetTransformInfo.cpp1590 unsigned NumElems = VTy->getNumElements(); in getGatherScatterOpCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1574 auto NumElems = FixedVecTy->getNumElements(); in getVectorInstrCost() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp545 unsigned NumElems = Split.VecTy->getNumElements(); in getVectorSplit() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp249 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1707 uint32_t NumElems = readVaruint32(Ctx); in parseElemSection() local

12