Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp289 TypeSize::isKnownGT(Ty.getSizeInBits(), TRI.getRegSizeInBits(*RC))) { in selectMachineFunction()
H A DCallLowering.cpp444 if (TypeSize::isKnownGT(PartLLT.getSizeInBits(), LLTy.getSizeInBits()) && in buildCopyFromRegs()
573 TypeSize::isKnownGT(PartSize, SrcTy.getElementType().getSizeInBits())) { in buildCopyToRegs()
H A DMachineIRBuilder.cpp1215 assert(TypeSize::isKnownGT(DstTy.getSizeInBits(), SrcTy.getSizeInBits()) && in validateTruncExt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h258 return TypeSize::isKnownGT(getSizeInBits(), VT.getSizeInBits()); in knownBitsGT()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h226 static constexpr bool isKnownGT(const FixedOrScalableQuantity &LHS, in isKnownGT() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h385 return TypeSize::isKnownGT(getSizeInBits(), VT.getSizeInBits()); in knownBitsGT()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp1129 if (TypeSize::isKnownGT(BigTy.getSizeInBits(), in legalizeExtractSubvector()
1236 if (TypeSize::isKnownGT(BigTy.getSizeInBits(), in legalizeInsertSubvector()
1255 TypeSize::isKnownGT(BigTy.getSizeInBits(), InterLitTy.getSizeInBits()); in legalizeInsertSubvector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp319 if (!TypeSize::isKnownGT(AllocSize, OffsetSize)) in HasAddressTaken()
H A DMachineVerifier.cpp1276 if (TypeSize::isKnownGT(MMO.getSize().getValue(), in verifyPreISelGenericInstruction()
1827 if (ElementCount::isKnownGT(Src1Ty.getElementCount(), in verifyPreISelGenericInstruction()
1888 if (ElementCount::isKnownGT(DstTy.getElementCount(), in verifyPreISelGenericInstruction()
1965 if (TypeSize::isKnownGT(DstTy.getElementType().getSizeInBits(), in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp109 TypeSize::isKnownGT(*(SI + 1), Offset)) && in getElementContainingOffset()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1534 if (ElementCount::isKnownGT(I->getVectorizationFactor(), *VF)) in getWidestVF()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2740 if (ElementCount::isKnownGT(NegatedCount, OtherCount) && in visitCallInst()
2748 if (ElementCount::isKnownGT(NegatedCount, RetCount)) { in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3557 assert(ElementCount::isKnownGT(UserVF, MaxSafeUserVF)); in computeFeasibleMaxVF()
4478 ElementCount::isKnownGT(NextVF.Width, MainLoopVF))) in selectEpilogueVectorizationFactor()
8317 if (ElementCount::isKnownGT(MinVF, MaxVF)) in buildVPlansWithVPRecipes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1353 if (Immediate::isKnownGT(f.Offset, MaxOffset)) in pushFixup()
2773 } else if (Immediate::isKnownGT(NewOffset, LU.MaxOffset)) { in reconcileNewOffset()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2295 if (llvm::TypeSize::isKnownGT(DL.getTypeSizeInBits(CoerceTy), in DetermineNoUndef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7968 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()