Home
last modified time | relevance | path

Searched refs:EltCount (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp266 void FoldingSetBase::reserve(unsigned EltCount, const FoldingSetInfo &Info) { in reserve() argument
270 if(EltCount < capacity()) in reserve()
272 GrowBucketCount(llvm::bit_floor(EltCount), Info); in reserve()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h207 LLVM_ABI void reserve(unsigned EltCount, const FoldingSetInfo &Info);
487 void reserve(unsigned EltCount) { in reserve() argument
488 return FoldingSetBase::reserve(EltCount, Derived::getFoldingSetInfo()); in reserve()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2513 auto EltCount = ElementCount::getFixed(0); in getGetElementPtr() local
2515 EltCount = VecTy->getElementCount(); in getGetElementPtr()
2526 cast<VectorType>(Idx->getType())->getElementCount() == EltCount) && in getGetElementPtr()
2531 } else if (GTI.isSequential() && EltCount.isNonZero() && in getGetElementPtr()
2533 Idx = ConstantVector::getSplat(EltCount, Idx); in getGetElementPtr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1084 ElementCount EltCount = IndexVTy->getElementCount();
1085 return VectorType::get(Ty, EltCount);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22997 APInt EltCount = APInt::getZero(NumElts); in matchScalarReduction() local
22998 M = SrcOpMap.insert(std::make_pair(Src, EltCount)).first; in matchScalarReduction()