Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp53 if (!TypeSize::isKnownGE(MinStoreSize, LoadSize)) in canCoerceMustAliasedValueToLoad()
145 TypeSize::isKnownGE(StoredValSize, LoadedValSize) && in coerceAvailableValueToLoadType()
H A DLocal.cpp1640 return TypeSize::isKnownGE(ValueSize, TypeSize::getFixed(*FragmentSize)); in valueCoversEntireFragment()
1653 return TypeSize::isKnownGE(ValueSize, *FragmentSize); in valueCoversEntireFragment()
1667 return TypeSize::isKnownGE(ValueSize, TypeSize::getFixed(*FragmentSize)); in valueCoversEntireFragment()
1679 return TypeSize::isKnownGE(ValueSize, *FragmentSize); in valueCoversEntireFragment()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp277 !TypeSize::isKnownGE(AllocSize, MemLoc->Size.getValue())) in HasAddressTaken()
342 if (TypeSize::isKnownGE(AllocSize, It->second.AllocSize)) in HasAddressTaken()
H A DMachineVerifier.cpp1272 if (TypeSize::isKnownGE(MMO.getSizeInBits().getValue(), in verifyPreISelGenericInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h264 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h240 static constexpr bool isKnownGE(const FixedOrScalableQuantity &LHS, in isKnownGE() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp146 if (ElementCount::isKnownGE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h391 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h716 TypeSize::isKnownGE(MMO->getSizeInBits().getValue(), Size)) { in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1988 if (!C1 || !TypeSize::isKnownGE( in processByValArgument()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10116 assert(ElementCount::isKnownGE( in getGatherVP()
10160 assert(ElementCount::isKnownGE( in getScatterVP()
10302 assert(ElementCount::isKnownGE( in getMaskedGather()
10348 assert(ElementCount::isKnownGE( in getMaskedScatter()
H A DLegalizeVectorTypes.cpp8187 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4474 ElementCount::isKnownGE(NextVF.Width, EstimatedRuntimeVF)) || in selectEpilogueVectorizationFactor()
4476 ElementCount::isKnownGE(NextVF.Width, MainLoopVF)) || in selectEpilogueVectorizationFactor()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp366 if (!TypeSize::isKnownGE(SrcSize, DestSize)) in ConstantFoldLoadThroughBitcast()