Home
last modified time | relevance | path

Searched refs:isKnownLE (Results 1 – 19 of 19) 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.cpp138 !TypeSize::isKnownLE(TySize, DL.getTypeStoreSize(AggTy))) in read()
182 !TypeSize::isKnownLE(TySize, DL.getTypeStoreSize(AggTy))) in write()
H A DVNCoercion.cpp388 (Offset == 0 && TypeSize::isKnownLE(LoadSize, MinSrcValSize))) && in getValueForLoad()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp501 TypeSize::isKnownLE(LoadSize, DL.getTypeStoreSize(AccessedTy))) in isSafeToLoadUnconditionally()
505 TypeSize::isKnownLE(LoadSize, DL.getTypeStoreSize(AccessedTy))) in isSafeToLoadUnconditionally()
621 if (TypeSize::isKnownLE(LoadSize, StoreSize)) in getAvailableLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp105 assert(TypeSize::isKnownLE(*SI, Offset) && "upper_bound didn't work"); in getElementContainingOffset()
107 (SI == MemberOffsets.begin() || TypeSize::isKnownLE(*(SI - 1), Offset)) && in getElementContainingOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h275 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h233 static constexpr bool isKnownLE(const FixedOrScalableQuantity &LHS, in isKnownLE() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp150 if (ElementCount::isKnownLE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h402 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp772 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in isTLIScalarize()
775 ElementCount::isKnownLE(VF, WidestScalableVF); VF *= 2) in isTLIScalarize()
H A DLoopVectorize.cpp3548 if (ElementCount::isKnownLE(UserVF, MaxSafeUserVF)) { in computeFeasibleMaxVF()
6673 if (!ElementCount::isKnownLE(UserVF, MaxUserVF)) { in plan()
6697 ElementCount::isKnownLE(VF, MaxFactors.FixedVF); VF *= 2) in plan()
6700 ElementCount::isKnownLE(VF, MaxFactors.ScalableVF); VF *= 2) in plan()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp486 TypeSize::isKnownLE(OrigTy.getSizeInBits(), NewTy.getSizeInBits()) && in applyDefaultMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h720 TypeSize::isKnownLE(MMO->getSizeInBits().getValue(), Size)) in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1571 !TypeSize::isKnownLE(DL.getTypeSizeInBits(Src), in getCastInstrCost()
1573 !TypeSize::isKnownLE(DL.getTypeSizeInBits(Dst), in getCastInstrCost()
H A DRISCVISelLowering.cpp3716 if (!TypeSize::isKnownLE(SrcVT.getSizeInBits(), VT.getSizeInBits())) { in matchSplatAsGather()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7953 if (!TypeSize::isKnownLE(LdWidth, FirstVTWidth)) { in GenWidenVectorLoads()
7977 assert(TypeSize::isKnownLE(LdWidth, FirstVTWidth)); in GenWidenVectorLoads()
H A DSelectionDAGBuilder.cpp654 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()
H A DSelectionDAG.cpp12689 TypeSize::isKnownLE(memvt.getStoreSize(), MMO->getSize().getValue())) && in MemSDNode()
H A DDAGCombiner.cpp12595 TypeSize::isKnownLE(MST1->getMemoryVT().getStoreSize(), in visitMSTORE()
22645 TypeSize::isKnownLE(ST1->getMemoryVT().getStoreSize(), in visitSTORE()