Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h259 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp140 if (ElementCount::isKnownGE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h239 static constexpr bool isKnownGE(const FixedOrScalableQuantity &LHS, in isKnownGE() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h378 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp265 !TypeSize::isKnownGE(AllocSize, MemLoc->Size.getValue()))
H A DMachineVerifier.cpp1230 if (TypeSize::isKnownGE(MMO.getSizeInBits().getValue(), in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1612 return TypeSize::isKnownGE(ValueSize, TypeSize::getFixed(*FragmentSize)); in valueCoversEntireFragment()
1625 return TypeSize::isKnownGE(ValueSize, *FragmentSize); in valueCoversEntireFragment()
1639 return TypeSize::isKnownGE(ValueSize, TypeSize::getFixed(*FragmentSize)); in valueCoversEntireFragment()
1651 return TypeSize::isKnownGE(ValueSize, *FragmentSize); in valueCoversEntireFragment()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1105 !TypeSize::isKnownGE(CacheInfo->Size.getValue(), in getNonLocalPointerDepFromBB()
H A DConstantFolding.cpp353 if (!TypeSize::isKnownGE(SrcSize, DestSize)) in ConstantFoldLoadThroughBitcast()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h678 TypeSize::isKnownGE(MMO->getSizeInBits().getValue(), Size)) { in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1907 if (!C1 || !TypeSize::isKnownGE( in processByValArgument()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9565 assert(ElementCount::isKnownGE( in getGatherVP()
9609 assert(ElementCount::isKnownGE( in getScatterVP()
9751 assert(ElementCount::isKnownGE( in getMaskedGather()
9797 assert(ElementCount::isKnownGE( in getMaskedScatter()
H A DLegalizeVectorTypes.cpp7668 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4720 ElementCount::isKnownGE(NextVF.Width, EstimatedRuntimeVF)) || in selectEpilogueVectorizationFactor()
4721 ElementCount::isKnownGE(NextVF.Width, MainLoopVF)) in selectEpilogueVectorizationFactor()