Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp342 if (ElementCount::isKnownLT(*EC, MinEC)) in getScalableECFromSignature()
361 if (ElementCount::isKnownLT(*ReturnEC, MinEC)) in getScalableECFromSignature()
H A DDataLayout.cpp101 return TypeSize::isKnownLT(LHS, RHS); in getElementContainingOffset()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h269 return TypeSize::isKnownLT(getSizeInBits(), VT.getSizeInBits()); in knownBitsLT()
H A DBasicTTIImpl.h1502 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src),
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h219 static constexpr bool isKnownLT(const FixedOrScalableQuantity &LHS, in isKnownLT() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h396 return TypeSize::isKnownLT(getSizeInBits(), VT.getSizeInBits()); in knownBitsLT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp583 ElementCount::isKnownLT(SrcTy.getElementCount(), in buildCopyToRegs()
H A DMachineIRBuilder.cpp1218 assert(TypeSize::isKnownLT(DstTy.getSizeInBits(), SrcTy.getSizeInBits()) && in validateTruncExt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3861 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 DVPlan.cpp1640 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFTimes2);) { in buildVPlans()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp150 return ObjectSize && TypeSize::isKnownLT(*ObjectSize, Size); in isObjectSmallerThan()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1355 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 DRISCVTargetTransformInfo.cpp2020 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src), in getMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1293 if (TypeSize::isKnownLT(ValTy.getSizeInBytes(), in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2741 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7959 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()