Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp114 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in addMappingsFromTLI()
118 ElementCount::isKnownLE(VF, WidestScalableVF); 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()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp426 TypeSize::isKnownLE(LoadSize, DL.getTypeStoreSize(AccessedTy))) in isSafeToLoadUnconditionally()
430 TypeSize::isKnownLE(LoadSize, DL.getTypeStoreSize(AccessedTy))) in isSafeToLoadUnconditionally()
546 if (TypeSize::isKnownLE(LoadSize, StoreSize)) in getAvailableLoadStore()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h270 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp144 if (ElementCount::isKnownLE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h232 static constexpr bool isKnownLE(const FixedOrScalableQuantity &LHS, in isKnownLE() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp106 assert(TypeSize::isKnownLE(*SI, Offset) && "upper_bound didn't work"); in getElementContainingOffset()
108 (SI == MemberOffsets.begin() || TypeSize::isKnownLE(*(SI - 1), Offset)) && in getElementContainingOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h389 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp777 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in isTLIScalarize()
780 ElementCount::isKnownLE(VF, WidestScalableVF); VF *= 2) in isTLIScalarize()
H A DLoopVectorize.cpp3919 if (ElementCount::isKnownLE(UserVF, MaxSafeUserVF)) { in computeFeasibleMaxVF()
4244 ElementCount::isKnownLE(VS, MaxVectorElementCountMaxBW); VS *= 2) in getMaximizedVFForTarget()
6885 bool UserVFIsLegal = ElementCount::isKnownLE(UserVF, MaxUserVF); in plan()
6911 ElementCount::isKnownLE(VF, MaxFactors.FixedVF); VF *= 2) in plan()
6914 ElementCount::isKnownLE(VF, MaxFactors.ScalableVF); VF *= 2) in plan()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp488 TypeSize::isKnownLE(OrigTy.getSizeInBits(), NewTy.getSizeInBits()) && in applyDefaultMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h682 TypeSize::isKnownLE(MMO->getSizeInBits().getValue(), Size)) in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7434 if (!TypeSize::isKnownLE(LdWidth, FirstVTWidth)) { in GenWidenVectorLoads()
7458 assert(TypeSize::isKnownLE(LdWidth, FirstVTWidth)); in GenWidenVectorLoads()
H A DSelectionDAGBuilder.cpp657 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()
H A DSelectionDAG.cpp12098 TypeSize::isKnownLE(memvt.getStoreSize(), MMO->getSize().getValue())) && in MemSDNode()
H A DDAGCombiner.cpp11976 TypeSize::isKnownLE(MST1->getMemoryVT().getStoreSize(), in visitMSTORE()
21588 TypeSize::isKnownLE(ST1->getMemoryVT().getStoreSize(), in visitSTORE()