Home
last modified time | relevance | path

Searched refs:isKnownLE (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp113 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in addMappingsFromTLI()
H A DEvaluator.cpp137 !TypeSize::isKnownLE(TySize, DL.getTypeStoreSize(AggTy))) in read()
181 !TypeSize::isKnownLE(TySize, DL.getTypeStoreSize(AggTy))) in write()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h252 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp141 if (ElementCount::isKnownLE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h212 static constexpr bool isKnownLE(const FixedOrScalableQuantity &LHS, in isKnownLE() function
H A DMachineValueType.h1192 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp644 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in isTLIScalarize()
647 ElementCount::isKnownLE(VF, WidestScalableVF); VF *= 2) in isTLIScalarize()
H A DLoopVectorize.cpp4950 if (ElementCount::isKnownLE(UserVF, MaxSafeUserVF)) { in computeFeasibleMaxVF()
5239 ElementCount::isKnownLE(VS, MaxVectorElementCountMaxBW); VS *= 2) in getMaximizedVFForTarget()
7525 bool UserVFIsLegal = ElementCount::isKnownLE(UserVF, MaxUserVF); in plan()
7545 ElementCount::isKnownLE(VF, MaxFactors.FixedVF); VF *= 2) in plan()
7548 ElementCount::isKnownLE(VF, MaxFactors.ScalableVF); VF *= 2) in plan()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp513 if (TypeSize::isKnownLE(LoadSize, StoreSize)) in getAvailableLoadStore()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6756 if (!TypeSize::isKnownLE(LdWidth, FirstVTWidth)) { in GenWidenVectorLoads()
6780 assert(TypeSize::isKnownLE(LdWidth, FirstVTWidth)); in GenWidenVectorLoads()
H A DSelectionDAGBuilder.cpp630 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()