| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Descriptor.cpp | 87 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 D | EvaluationResult.cpp | 70 size_t NumElems = CAT->getZExtSize(); in CheckArrayInitialized() local
|
| H A D | Program.cpp | 414 size_t NumElems = CAT->getZExtSize(); in createDescriptor() local
|
| H A D | InterpBuiltinBitCast.cpp | 101 unsigned NumElems = FieldDesc->getNumElems(); in enumerateData() local
|
| H A D | InterpBuiltin.cpp | 1509 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 D | Pointer.cpp | 729 const size_t NumElems = Ptr.getNumElems(); in toRValue() local
|
| H A D | Compiler.cpp | 1885 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 D | VECustomDAG.h | 216 EVT getVectorVT(EVT ElemVT, unsigned NumElems) const { in getVectorVT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 1443 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 D | ThreadSafetyUtil.h | 57 template <typename T> T *allocateT(size_t NumElems) { in allocateT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PartialReduction.cpp | 365 unsigned NumElems = cast<FixedVectorType>(BO->getType())->getNumElements(); in matchAddReduction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 224 unsigned NumElems = ElemCount.getFixedValue(); in convertEVLToMask() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 417 APInt NumElems = Arg->getValue(); in getAllocSize() local 908 APInt NumElems = *PossibleSize; in visitAllocaInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 192 unsigned NumElems = VecTy.getVectorNumElements(); in isHVXVectorType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypesGeneric.cpp | 105 unsigned NumElems = 2; in ExpandRes_BITCAST() local
|
| H A D | LegalizeVectorOps.cpp | 2282 unsigned NumElems = VT.getVectorNumElements(); in UnrollStrictFPOp() local 2340 unsigned NumElems = VT.getVectorNumElements(); in UnrollVSETCC() local
|
| H A D | LegalizeDAG.cpp | 1908 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 D | Attributes.cpp | 72 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 D | MVEGatherScatterLowering.cpp | 834 unsigned NumElems = in tryCreateIncrementingWBGatScat() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 801 uint64_t NumElems = 1; in tryPromoteAllocaToVector() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 266 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 D | Scalarizer.cpp | 576 unsigned NumElems = Split.VecTy->getNumElements(); in getVectorSplit() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 2241 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 D | BTFDebug.cpp | 277 BTFTypeArray::BTFTypeArray(uint32_t ElemTypeId, uint32_t NumElems) { in BTFTypeArray()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1728 uint32_t NumElems = readVaruint32(Ctx); in parseElemSection() local
|