Searched refs:isKnownGE (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 53 if (!TypeSize::isKnownGE(MinStoreSize, LoadSize)) in canCoerceMustAliasedValueToLoad() 145 TypeSize::isKnownGE(StoredValSize, LoadedValSize) && in coerceAvailableValueToLoadType()
|
| H A D | Local.cpp | 1640 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 D | StackProtector.cpp | 277 !TypeSize::isKnownGE(AllocSize, MemLoc->Size.getValue())) in HasAddressTaken() 342 if (TypeSize::isKnownGE(AllocSize, It->second.AllocSize)) in HasAddressTaken()
|
| H A D | MachineVerifier.cpp | 1272 if (TypeSize::isKnownGE(MMO.getSizeInBits().getValue(), in verifyPreISelGenericInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.h | 264 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 240 static constexpr bool isKnownGE(const FixedOrScalableQuantity &LHS, in isKnownGE() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.cpp | 146 if (ElementCount::isKnownGE(NewTy.getElementCount(), OldElts)) in mutationIsSane()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/ |
| H A D | MachineValueType.h | 391 return TypeSize::isKnownGE(getSizeInBits(), VT.getSizeInBits()); in knownBitsGE()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GIMatchTableExecutorImpl.h | 716 TypeSize::isKnownGE(MMO->getSizeInBits().getValue(), Size)) { in executeMatchTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1988 if (!C1 || !TypeSize::isKnownGE( in processByValArgument()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 10116 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 D | LegalizeVectorTypes.cpp | 8187 } while (StWidth.isNonZero() && TypeSize::isKnownGE(StWidth, NewVTWidth)); in GenWidenVectorStores()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 4474 ElementCount::isKnownGE(NextVF.Width, EstimatedRuntimeVF)) || in selectEpilogueVectorizationFactor() 4476 ElementCount::isKnownGE(NextVF.Width, MainLoopVF)) || in selectEpilogueVectorizationFactor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 366 if (!TypeSize::isKnownGE(SrcSize, DestSize)) in ConstantFoldLoadThroughBitcast()
|