Searched refs:isKnownGE (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 259 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 140 if (ElementCount::isKnownGE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 239 static constexpr bool isKnownGE(const FixedOrScalableQuantity &LHS, in isKnownGE() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
H A D | MachineValueType.h | 378 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 265 !TypeSize::isKnownGE(AllocSize, MemLoc->Size.getValue()))
|
H A D | MachineVerifier.cpp | 1230 if (TypeSize::isKnownGE(MMO.getSizeInBits().getValue(), in verifyPreISelGenericInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1612 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 D | MemoryDependenceAnalysis.cpp | 1105 !TypeSize::isKnownGE(CacheInfo->Size.getValue(), in getNonLocalPointerDepFromBB()
|
H A D | ConstantFolding.cpp | 353 if (!TypeSize::isKnownGE(SrcSize, DestSize)) in ConstantFoldLoadThroughBitcast()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 678 TypeSize::isKnownGE(MMO->getSizeInBits().getValue(), Size)) { in executeMatchTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 1907 if (!C1 || !TypeSize::isKnownGE( in processByValArgument()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9565 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 D | LegalizeVectorTypes.cpp | 7668 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 4720 ElementCount::isKnownGE(NextVF.Width, EstimatedRuntimeVF)) || in selectEpilogueVectorizationFactor() 4721 ElementCount::isKnownGE(NextVF.Width, MainLoopVF)) in selectEpilogueVectorizationFactor()
|