Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h264 return TypeSize::isKnownLT(getSizeInBits(), VT.getSizeInBits()); in knownBitsLT()
H A DBasicTTIImpl.h1352 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src),
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h218 static constexpr bool isKnownLT(const FixedOrScalableQuantity &LHS, in isKnownLT() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h383 return TypeSize::isKnownLT(getSizeInBits(), VT.getSizeInBits()); in knownBitsLT()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp102 return TypeSize::isKnownLT(LHS, RHS); in getElementContainingOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp584 ElementCount::isKnownLT(SrcTy.getElementCount(), in buildCopyToRegs()
H A DMachineIRBuilder.cpp1177 assert(TypeSize::isKnownLT(DstTy.getSizeInBits(), SrcTy.getSizeInBits()) && in validateTruncExt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4178 return ElementCount::isKnownLT(LHS, RHS) ? LHS : RHS; in getMaximizedVFForTarget()
4263 if (ElementCount::isKnownLT(MaxVF, MinVF)) { in getMaximizedVFForTarget()
7736 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFTimes2);) { in buildVPlans()
8327 for (ElementCount VF = MinVF; ElementCount::isKnownLT(VF, MaxVFTimes2);) { in buildVPlansWithVPRecipes()
9625 if (ElementCount::isKnownLT(ElementCount::getFixed(*ExpectedTC), in areRuntimeChecksProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp159 return ObjectSize && TypeSize::isKnownLT(*ObjectSize, Size); in isObjectSmallerThan()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1375 if (Immediate::isKnownLT(f.Offset, MinOffset)) in pushFixup()
2779 if (Immediate::isKnownLT(NewOffset, LU.MinOffset)) { in reconcileNewOffset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1238 if (TypeSize::isKnownLT(ValTy.getSizeInBytes(), in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2453 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7440 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()