Home
last modified time | relevance | path

Searched refs:getVScaleRangeMax (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp288 std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax(); in optimizePredicateStore()
348 std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax(); in optimizePredicateLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp381 std::optional<unsigned> Attribute::getVScaleRangeMax() const { in getVScaleRangeMax() function in Attribute
479 std::optional<unsigned> MaxValue = getVScaleRangeMax(); in getAsString()
846 std::optional<unsigned> AttributeSet::getVScaleRangeMax() const { in getVScaleRangeMax() function in AttributeSet
847 return SetNode ? SetNode->getVScaleRangeMax() : std::nullopt; in getVScaleRangeMax()
1026 std::optional<unsigned> AttributeSetNode::getVScaleRangeMax() const { in getVScaleRangeMax() function in AttributeSetNode
1028 return A->getVScaleRangeMax(); in getVScaleRangeMax()
H A DAttributeImpl.h265 std::optional<unsigned> getVScaleRangeMax() const;
H A DVerifier.cpp2234 std::optional<unsigned> VScaleMax = Attrs.getFnAttrs().getVScaleRangeMax(); in verifyFunctionAttrs()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h240 std::optional<unsigned> getVScaleRangeMax() const;
384 std::optional<unsigned> getVScaleRangeMax() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp194 std::optional<unsigned> VScaleMax = VScaleRangeAttr.getVScaleRangeMax(); in getSubtargetImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp878 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) { in visitTrunc()
1227 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) { in visitZExt()
1519 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) { in visitSExt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2426 return F.getFnAttribute(Attribute::VScaleRange).getVScaleRangeMax(); in getMaxVScale()
4901 auto Max = Attr.getVScaleRangeMax(); in getVScaleForTuning()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp927 std::optional<unsigned> AttrMax = Attr.getVScaleRangeMax(); in getVScaleRange()