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.cpp75 const unsigned NumElems = D->getNumElems(); in ctorArrayDesc() local
100 const unsigned NumElems = D->getNumElems(); in dtorArrayDesc() local
116 const unsigned NumElems = D->getNumElems(); in moveArrayDesc() local
242 size_t NumElems, bool IsConst, bool IsTemporary, in Descriptor()
266 unsigned NumElems, bool IsConst, bool IsTemporary, in Descriptor()
H A DEvaluationResult.cpp69 size_t NumElems = CAT->getSize().getZExtValue(); in CheckArrayInitialized() local
H A DPointer.cpp320 const size_t NumElems = Ptr.getNumElems(); in toRValue() local
H A DProgram.cpp329 size_t NumElems = CAT->getSize().getZExtValue(); in createDescriptor() local
H A DByteCodeExprGen.cpp716 size_t NumElems = CAT->getSize().getZExtValue(); in VisitImplicitValueInitExpr() local
1713 size_t NumElems = CAT->getSize().getZExtValue(); 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.cpp4005 unsigned NumElems = VT.getVectorNumElements(); in splitVector() local
4555 int NumElems = VT.getVectorNumElements(); in getShuffleVectorZeroOrUndef() local
5111 unsigned NumElems = VT.getVectorNumElements(); in getTargetShuffleMask() local
6257 unsigned NumElems = VT.getVectorNumElements(); in getShuffleScalarElt() local
6757 unsigned NumElems = Elts.size(); in EltsFromConsecutiveLoads() local
7412 unsigned NumElems = Op.getNumOperands(); in buildFromShuffleMostly() local
8219 unsigned NumElems = VT.getVectorNumElements(); in lowerBuildVectorToBitOp() local
8637 unsigned NumElems = Op.getNumOperands(); in LowerBUILD_VECTOR() local
17347 int NumElems = VT.getVectorNumElements(); in lower1BitShuffle() local
27705 unsigned NumElems = VT.getVectorNumElements(); in LowerVectorCTLZ_AVX512CDI() local
[all …]
H A DX86ISelLoweringCall.cpp1969 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 DLegalizeVectorOps.cpp1849 unsigned NumElems = VT.getVectorNumElements(); in UnrollStrictFPOp() local
1907 unsigned NumElems = VT.getVectorNumElements(); in UnrollVSETCC() local
H A DLegalizeTypesGeneric.cpp105 unsigned NumElems = 2; in ExpandRes_BITCAST() local
H A DLegalizeDAG.cpp1829 unsigned NumElems = Node->getNumOperands(); in ExpandBVWithShuffles() local
1923 unsigned NumElems = Node->getNumOperands(); in ExpandBUILD_VECTOR() local
3456 unsigned NumElems = VT.getVectorNumElements(); in ExpandNode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp121 SPIRVType *SPIRVGlobalRegistry::getOpTypeVector(uint32_t NumElems, in getOpTypeVector()
547 SPIRVType *SPIRVGlobalRegistry::getOpTypeArray(uint32_t NumElems, in getOpTypeArray()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp197 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.cpp69 unsigned NumElems = Num & std::numeric_limits<unsigned>::max(); in unpackAllocSizeArgs() local
468 std::optional<unsigned> NumElems; in getAsString() local
1810 const std::optional<unsigned> &NumElems) { in addAllocSizeAttr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp834 unsigned NumElems = in tryCreateIncrementingWBGatScat() local
H A DARMTargetTransformInfo.cpp1578 unsigned NumElems = VTy->getNumElements(); in getGatherScatterOpCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1178 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/Object/
H A DWasmObjectFile.cpp1560 uint32_t NumElems = readVaruint32(Ctx); in parseElemSection() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp248 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray()

12