| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InjectTLIMappings.cpp | 114 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in addMappingsFromTLI() 118 ElementCount::isKnownLE(VF, WidestScalableVF); VF *= 2) in addMappingsFromTLI()
|
| H A D | Evaluator.cpp | 138 !TypeSize::isKnownLE(TySize, DL.getTypeStoreSize(AggTy))) in read() 182 !TypeSize::isKnownLE(TySize, DL.getTypeStoreSize(AggTy))) in write()
|
| H A D | VNCoercion.cpp | 388 (Offset == 0 && TypeSize::isKnownLE(LoadSize, MinSrcValSize))) && in getValueForLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 501 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 D | DataLayout.cpp | 105 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 D | ValueTypes.h | 275 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 233 static constexpr bool isKnownLE(const FixedOrScalableQuantity &LHS, in isKnownLE() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 150 if (ElementCount::isKnownLE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
| H A D | MachineValueType.h | 402 return TypeSize::isKnownLE(getSizeInBits(), VT.getSizeInBits()); in knownBitsLE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 772 ElementCount::isKnownLE(VF, WidestFixedVF); VF *= 2) in isTLIScalarize() 775 ElementCount::isKnownLE(VF, WidestScalableVF); VF *= 2) in isTLIScalarize()
|
| H A D | LoopVectorize.cpp | 3548 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 D | RegisterBankInfo.cpp | 486 TypeSize::isKnownLE(OrigTy.getSizeInBits(), NewTy.getSizeInBits()) && in applyDefaultMapping()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutorImpl.h | 720 TypeSize::isKnownLE(MMO->getSizeInBits().getValue(), Size)) in executeMatchTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1571 !TypeSize::isKnownLE(DL.getTypeSizeInBits(Src), in getCastInstrCost() 1573 !TypeSize::isKnownLE(DL.getTypeSizeInBits(Dst), in getCastInstrCost()
|
| H A D | RISCVISelLowering.cpp | 3716 if (!TypeSize::isKnownLE(SrcVT.getSizeInBits(), VT.getSizeInBits())) { in matchSplatAsGather()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 7953 if (!TypeSize::isKnownLE(LdWidth, FirstVTWidth)) { in GenWidenVectorLoads() 7977 assert(TypeSize::isKnownLE(LdWidth, FirstVTWidth)); in GenWidenVectorLoads()
|
| H A D | SelectionDAGBuilder.cpp | 654 if (ElementCount::isKnownLE(PartNumElts, ValueNumElts) || in widenVectorToPartType()
|
| H A D | SelectionDAG.cpp | 12689 TypeSize::isKnownLE(memvt.getStoreSize(), MMO->getSize().getValue())) && in MemSDNode()
|
| H A D | DAGCombiner.cpp | 12595 TypeSize::isKnownLE(MST1->getMemoryVT().getStoreSize(), in visitMSTORE() 22645 TypeSize::isKnownLE(ST1->getMemoryVT().getStoreSize(), in visitSTORE()
|