Home
last modified time | relevance | path

Searched refs:MinVScale (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp285 unsigned MinVScale = Attr.getVScaleRangeMin(); in optimizePredicateStore() local
288 if (!MaxVScale || MinVScale != MaxVScale) in optimizePredicateStore()
294 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateStore()
345 unsigned MinVScale = Attr.getVScaleRangeMin(); in optimizePredicateLoad() local
348 if (!MaxVScale || MinVScale != MaxVScale) in optimizePredicateLoad()
354 FixedVectorType::get(Type::getInt8Ty(I->getContext()), MinVScale * 2); in optimizePredicateLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp40 unsigned MinVScale = Attrs.getVScaleRangeMin(); in canCoerceMustAliasedValueToLoad() local
42 TypeSize::getFixed(MinStoreSize.getKnownMinValue() * MinVScale); in canCoerceMustAliasedValueToLoad()