Searched refs:isKnownLT (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | VFABIDemangler.cpp | 342 if (ElementCount::isKnownLT(*EC, MinEC)) in getScalableECFromSignature() 361 if (ElementCount::isKnownLT(*ReturnEC, MinEC)) in getScalableECFromSignature()
|
| H A D | DataLayout.cpp | 101 return TypeSize::isKnownLT(LHS, RHS); in getElementContainingOffset()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 269 return TypeSize::isKnownLT(getSizeInBits(), VT.getSizeInBits()); in knownBitsLT()
|
| H A D | BasicTTIImpl.h | 1502 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src),
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 219 static constexpr bool isKnownLT(const FixedOrScalableQuantity &LHS, in isKnownLT() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
| H A D | MachineValueType.h | 396 return TypeSize::isKnownLT(getSizeInBits(), VT.getSizeInBits()); in knownBitsLT()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 583 ElementCount::isKnownLT(SrcTy.getElementCount(), in buildCopyToRegs()
|
| H A D | MachineIRBuilder.cpp | 1218 assert(TypeSize::isKnownLT(DstTy.getSizeInBits(), SrcTy.getSizeInBits()) && in validateTruncExt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3861 return ElementCount::isKnownLT(LHS, RHS) ? LHS : RHS; in getMaximizedVFForTarget() 3922 if (ElementCount::isKnownLT(MaxVF, MinVF)) { in getMaximizedVFForTarget() 4051 return ElementCount::isKnownLT(A.second, B.second); in emitInvalidCostRemarks() 8334 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFTimes2);) { in buildVPlansWithVPRecipes() 9644 if (ElementCount::isKnownLT(*ExpectedTC, VF.MinProfitableTripCount)) { in isOutsideLoopWorkProfitable()
|
| H A D | VPlan.cpp | 1640 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFTimes2);) { in buildVPlans()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 150 return ObjectSize && TypeSize::isKnownLT(*ObjectSize, Size); in isObjectSmallerThan()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1355 if (Immediate::isKnownLT(f.Offset, MinOffset)) in pushFixup() 2768 if (Immediate::isKnownLT(NewOffset, LU.MinOffset)) { in reconcileNewOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 2020 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src), in getMemoryOpCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 1293 if (TypeSize::isKnownLT(ValTy.getSizeInBytes(), in verifyPreISelGenericInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2741 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 7959 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()
|