Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.cpp87 const unsigned NumElems = D->getNumElems(); in ctorArrayDesc() local
116 const unsigned NumElems = D->getNumElems(); in dtorArrayDesc() local
132 const unsigned NumElems = D->getNumElems(); in moveArrayDesc() local
354 size_t NumElems, bool IsConst, bool IsTemporary, in Descriptor()
381 unsigned NumElems, bool IsConst, bool IsTemporary, in Descriptor()
H A DEvaluationResult.cpp70 size_t NumElems = CAT->getZExtSize(); in CheckArrayInitialized() local
H A DProgram.cpp414 size_t NumElems = CAT->getZExtSize(); in createDescriptor() local
H A DInterpBuiltinBitCast.cpp101 unsigned NumElems = FieldDesc->getNumElems(); in enumerateData() local
H A DInterpBuiltin.cpp1509 APInt NumElems, Remainder; in interp__builtin_operator_new() local
1645 unsigned NumElems = Arg.getNumElems(); in interp__builtin_vector_reduce() local
1721 unsigned NumElems = Arg.getNumElems(); in interp__builtin_elementwise_popcount() local
2295 unsigned NumElems = VT->getNumElements(); in interp__builtin_elementwise_sat() local
H A DPointer.cpp729 const size_t NumElems = Ptr.getNumElems(); in toRValue() local
H A DCompiler.cpp1885 uint64_t NumElems = CAT->getZExtSize(); in visitInitList() local
3202 size_t NumElems = CAT->getZExtSize(); in VisitCXXConstructExpr() local
4287 size_t NumElems = cast<ConstantArrayType>(AT)->getZExtSize(); in visitZeroArrayInitializer() 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/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1443 InstructionCost getFastReductionCost(unsigned NumVec, unsigned NumElems, in getFastReductionCost()
1471 unsigned NumElems = ((FixedVectorType *)Ty)->getNumElements(); in getArithmeticReductionCost() local
1494 unsigned NumElems = ((FixedVectorType *)Ty)->getNumElements(); in getMinMaxReductionCost() 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.cpp365 unsigned NumElems = cast<FixedVectorType>(BO->getType())->getNumElements(); in matchAddReduction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp224 unsigned NumElems = ElemCount.getFixedValue(); in convertEVLToMask() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp417 APInt NumElems = Arg->getValue(); in getAllocSize() local
908 APInt NumElems = *PossibleSize; in visitAllocaInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp192 unsigned NumElems = VecTy.getVectorNumElements(); in isHVXVectorType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp105 unsigned NumElems = 2; in ExpandRes_BITCAST() local
H A DLegalizeVectorOps.cpp2282 unsigned NumElems = VT.getVectorNumElements(); in UnrollStrictFPOp() local
2340 unsigned NumElems = VT.getVectorNumElements(); in UnrollVSETCC() local
H A DLegalizeDAG.cpp1908 unsigned NumElems = Node->getNumOperands(); in ExpandBVWithShuffles() local
2002 unsigned NumElems = Node->getNumOperands(); in ExpandBUILD_VECTOR() local
3597 unsigned NumElems = VT.getVectorNumElements(); in ExpandNode() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp72 unsigned NumElems = Num & std::numeric_limits<unsigned>::max(); in unpackAllocSizeArgs() local
579 std::optional<unsigned> NumElems; in getAsString() local
2198 const std::optional<unsigned> &NumElems) { in addAllocSizeAttr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp834 unsigned NumElems = in tryCreateIncrementingWBGatScat() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp801 uint64_t NumElems = 1; in tryPromoteAllocaToVector() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp266 SPIRVType *SPIRVGlobalRegistry::getOpTypeVector(uint32_t NumElems, in getOpTypeVector()
822 SPIRVType *SPIRVGlobalRegistry::getOpTypeArray(uint32_t NumElems, in getOpTypeArray()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp576 unsigned NumElems = Split.VecTy->getNumElements(); in getVectorSplit() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2241 unsigned NumElems = MI.getNumOperands() - 1; in applyCombineUnmergeMergeToPlainValues() local
2297 unsigned NumElems = MI.getNumOperands() - 1; in applyCombineUnmergeConstant() local
2312 unsigned NumElems = MI.getNumOperands() - 1; in matchCombineUnmergeUndef() local
8028 static void commuteMask(MutableArrayRef<int> Mask, const unsigned NumElems) { in commuteMask()
8065 const unsigned NumElems = Mask.size(); in matchShuffleDisjointMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp277 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1728 uint32_t NumElems = readVaruint32(Ctx); in parseElemSection() local

123