Searched refs:isKnownGT (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InstructionSelect.cpp | 279 TypeSize::isKnownGT(Ty.getSizeInBits(), TRI.getRegSizeInBits(*RC))) { in runOnMachineFunction()
|
H A D | CallLowering.cpp | 445 if (TypeSize::isKnownGT(PartLLT.getSizeInBits(), LLTy.getSizeInBits()) && in buildCopyFromRegs() 574 TypeSize::isKnownGT(PartSize, SrcTy.getElementType().getSizeInBits())) { in buildCopyToRegs()
|
H A D | MachineIRBuilder.cpp | 1174 assert(TypeSize::isKnownGT(DstTy.getSizeInBits(), SrcTy.getSizeInBits()) && in validateTruncExt()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 253 return TypeSize::isKnownGT(getSizeInBits(), VT.getSizeInBits()); in knownBitsGT()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 225 static constexpr bool isKnownGT(const FixedOrScalableQuantity &LHS, in isKnownGT() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | MachineValueType.h | 372 return TypeSize::isKnownGT(getSizeInBits(), VT.getSizeInBits()); in knownBitsGT()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 303 if (!TypeSize::isKnownGT(AllocSize, OffsetSize)) in requiresStackProtector()
|
H A D | MachineVerifier.cpp | 1234 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 D | DataLayout.cpp | 110 TypeSize::isKnownGT(*(SI + 1), Offset)) && in getElementContainingOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1442 if (ElementCount::isKnownGT(I->getVectorizationFactor(), *VF)) in getWidestVF()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2452 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 D | LoopStrengthReduce.cpp | 1373 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 D | CGCall.cpp | 2191 if (llvm::TypeSize::isKnownGT(DL.getTypeSizeInBits(CoerceTy), in DetermineNoUndef()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3928 assert(ElementCount::isKnownGT(UserVF, MaxSafeUserVF)); in computeFeasibleMaxVF()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 7449 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()
|