Searched refs:isKnownLE (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 113 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in addMappingsFromTLI()
|
H A D | Evaluator.cpp | 137 !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 D | ValueTypes.h | 252 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 141 if (ElementCount::isKnownLE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 212 static constexpr bool isKnownLE(const FixedOrScalableQuantity &LHS, in isKnownLE() function
|
H A D | MachineValueType.h | 1192 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.cpp | 644 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in isTLIScalarize() 647 ElementCount::isKnownLE(VF, WidestScalableVF); VF *= 2) in isTLIScalarize()
|
H A D | LoopVectorize.cpp | 4950 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 D | Loads.cpp | 513 if (TypeSize::isKnownLE(LoadSize, StoreSize)) in getAvailableLoadStore()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 6756 if (!TypeSize::isKnownLE(LdWidth, FirstVTWidth)) { in GenWidenVectorLoads() 6780 assert(TypeSize::isKnownLE(LdWidth, FirstVTWidth)); in GenWidenVectorLoads()
|
H A D | SelectionDAGBuilder.cpp | 630 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()
|