| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InstructionSelect.cpp | 289 TypeSize::isKnownGT(Ty.getSizeInBits(), TRI.getRegSizeInBits(*RC))) { in selectMachineFunction()
|
| H A D | CallLowering.cpp | 444 if (TypeSize::isKnownGT(PartLLT.getSizeInBits(), LLTy.getSizeInBits()) && in buildCopyFromRegs() 573 TypeSize::isKnownGT(PartSize, SrcTy.getElementType().getSizeInBits())) { in buildCopyToRegs()
|
| H A D | MachineIRBuilder.cpp | 1215 assert(TypeSize::isKnownGT(DstTy.getSizeInBits(), SrcTy.getSizeInBits()) && in validateTruncExt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 258 return TypeSize::isKnownGT(getSizeInBits(), VT.getSizeInBits()); in knownBitsGT()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 226 static constexpr bool isKnownGT(const FixedOrScalableQuantity &LHS, in isKnownGT() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
| H A D | MachineValueType.h | 385 return TypeSize::isKnownGT(getSizeInBits(), VT.getSizeInBits()); in knownBitsGT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVLegalizerInfo.cpp | 1129 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 D | StackProtector.cpp | 319 if (!TypeSize::isKnownGT(AllocSize, OffsetSize)) in HasAddressTaken()
|
| H A D | MachineVerifier.cpp | 1276 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 D | DataLayout.cpp | 109 TypeSize::isKnownGT(*(SI + 1), Offset)) && in getElementContainingOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1534 if (ElementCount::isKnownGT(I->getVectorizationFactor(), *VF)) in getWidestVF()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2740 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 D | LoopVectorize.cpp | 3557 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 D | LoopStrengthReduce.cpp | 1353 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 D | CGCall.cpp | 2295 if (llvm::TypeSize::isKnownGT(DL.getTypeSizeInBits(CoerceTy), in DetermineNoUndef()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 7968 } while (TypeSize::isKnownGT(RemainingWidth, NewVTWidth)); in GenWidenVectorLoads()
|