Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp279 TypeSize::isKnownGT(Ty.getSizeInBits(), TRI.getRegSizeInBits(*RC))) { in runOnMachineFunction()
H A DCallLowering.cpp445 if (TypeSize::isKnownGT(PartLLT.getSizeInBits(), LLTy.getSizeInBits()) && in buildCopyFromRegs()
574 TypeSize::isKnownGT(PartSize, SrcTy.getElementType().getSizeInBits())) { in buildCopyToRegs()
H A DMachineIRBuilder.cpp1174 assert(TypeSize::isKnownGT(DstTy.getSizeInBits(), SrcTy.getSizeInBits()) && in validateTruncExt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h253 return TypeSize::isKnownGT(getSizeInBits(), VT.getSizeInBits()); in knownBitsGT()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h225 static constexpr bool isKnownGT(const FixedOrScalableQuantity &LHS, in isKnownGT() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h372 return TypeSize::isKnownGT(getSizeInBits(), VT.getSizeInBits()); in knownBitsGT()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp303 if (!TypeSize::isKnownGT(AllocSize, OffsetSize)) in requiresStackProtector()
H A DMachineVerifier.cpp1234 if (TypeSize::isKnownGT(MMO.getSize().getValue(), in verifyPreISelGenericInstruction()
1843 if (TypeSize::isKnownGT(DstTy.getElementType().getSizeInBits(), in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp110 TypeSize::isKnownGT(*(SI + 1), Offset)) && in getElementContainingOffset()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1442 if (ElementCount::isKnownGT(I->getVectorizationFactor(), *VF)) in getWidestVF()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2452 if (ElementCount::isKnownGT(NegatedCount, OtherCount) && in visitCallInst()
2460 if (ElementCount::isKnownGT(NegatedCount, RetCount)) { in visitCallInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1373 if (Immediate::isKnownGT(f.Offset, MaxOffset)) in pushFixup()
2784 } else if (Immediate::isKnownGT(NewOffset, LU.MaxOffset)) { in reconcileNewOffset()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2191 if (llvm::TypeSize::isKnownGT(DL.getTypeSizeInBits(CoerceTy), in DetermineNoUndef()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3928 assert(ElementCount::isKnownGT(UserVF, MaxSafeUserVF)); in computeFeasibleMaxVF()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7449 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()