Home
last modified time | relevance | path

Searched refs:SmallestType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILLegalizePass.cpp261 Type *SmallestType = nullptr; in upcastI8AllocasAndUses() local
276 if (!SmallestType || in upcastI8AllocasAndUses()
277 Ty->getPrimitiveSizeInBits() < SmallestType->getPrimitiveSizeInBits()) in upcastI8AllocasAndUses()
278 SmallestType = Ty; in upcastI8AllocasAndUses()
293 if (!SmallestType) in upcastI8AllocasAndUses()
298 auto *NewAlloca = Builder.CreateAlloca(SmallestType); in upcastI8AllocasAndUses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1513 unsigned SmallestType,
3518 unsigned SmallestType, WidestType; in computeFeasibleMaxVF() local
3519 std::tie(SmallestType, WidestType) = getSmallestAndWidestTypes(); in computeFeasibleMaxVF()
3605 LLVM_DEBUG(dbgs() << "LV: The Smallest and Widest types: " << SmallestType in computeFeasibleMaxVF()
3611 getMaximizedVFForTarget(MaxTripCount, SmallestType, WidestType, in computeFeasibleMaxVF()
3616 getMaximizedVFForTarget(MaxTripCount, SmallestType, WidestType, in computeFeasibleMaxVF()
3850 unsigned MaxTripCount, unsigned SmallestType, unsigned WidestType, in getMaximizedVFForTarget() argument
3916 llvm::bit_floor(WidestRegister.getKnownMinValue() / SmallestType), in getMaximizedVFForTarget()
3921 TTI.getMinimumVF(SmallestType, ComputeScalableMaxVF)) { in getMaximizedVFForTarget()