Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDVFABIDemangler.cpp341 if (ElementCount::isKnownLT(*EC, MinEC)) in getScalableECFromSignature()
353 if (ElementCount::isKnownLT(*ReturnEC, MinEC)) in getScalableECFromSignature()
HDDataLayout.cpp102 return TypeSize::isKnownLT(LHS, RHS); in getElementContainingOffset()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDTypeSize.h218 static constexpr bool isKnownLT(const FixedOrScalableQuantity &LHS, in isKnownLT() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDValueTypes.h264 return TypeSize::isKnownLT(getSizeInBits(), VT.getSizeInBits()); in knownBitsLT()
HDBasicTTIImpl.h1352 TypeSize::isKnownLT(DL.getTypeStoreSizeInBits(Src),
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
HDMachineValueType.h383 return TypeSize::isKnownLT(getSizeInBits(), VT.getSizeInBits()); in knownBitsLT()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCallLowering.cpp584 ElementCount::isKnownLT(SrcTy.getElementCount(), in buildCopyToRegs()
HDMachineIRBuilder.cpp1177 assert(TypeSize::isKnownLT(DstTy.getSizeInBits(), SrcTy.getSizeInBits()) && in validateTruncExt()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.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-head/contrib/llvm-project/llvm/lib/Analysis/
HDBasicAliasAnalysis.cpp159 return ObjectSize && TypeSize::isKnownLT(*ObjectSize, Size); in isObjectSmallerThan()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp1375 if (Immediate::isKnownLT(f.Offset, MinOffset)) in pushFixup()
2779 if (Immediate::isKnownLT(NewOffset, LU.MinOffset)) { in reconcileNewOffset()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineVerifier.cpp1238 if (TypeSize::isKnownLT(ValTy.getSizeInBytes(), in verifyPreISelGenericInstruction()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp2453 ElementCount::isKnownLT(OtherCount, RetCount)) { in visitCallInst()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeVectorTypes.cpp7440 if (TypeSize::isKnownLT(RemainingWidth, NewVTWidth)) { in GenWidenVectorLoads()