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.h206 void reserve(unsigned EltCount, const FoldingSetInfo &Info);
484 void reserve(unsigned EltCount) { in reserve() argument
485 return FoldingSetBase::reserve(EltCount, Derived::getFoldingSetInfo()); in reserve()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2484 auto EltCount = ElementCount::getFixed(0); in getGetElementPtr() local
2486 EltCount = VecTy->getElementCount(); in getGetElementPtr()
2497 cast<VectorType>(Idx->getType())->getElementCount() == EltCount) && in getGetElementPtr()
2502 } else if (GTI.isSequential() && EltCount.isNonZero() && in getGetElementPtr()
2504 Idx = ConstantVector::getSplat(EltCount, Idx); in getGetElementPtr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1048 ElementCount EltCount = IndexVTy->getElementCount();
1049 return VectorType::get(Ty, EltCount);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22261 APInt EltCount = APInt::getZero(NumElts); in matchScalarReduction() local
22262 M = SrcOpMap.insert(std::make_pair(Src, EltCount)).first; in matchScalarReduction()