Searched refs:getVScaleRangeMax (Results 1 – 10 of 10) sorted by relevance
286 std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax(); in optimizePredicateStore()346 std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax(); in optimizePredicateLoad()
474 std::optional<unsigned> Attribute::getVScaleRangeMax() const { in getVScaleRangeMax() function in Attribute590 std::optional<unsigned> MaxValue = getVScaleRangeMax(); in getAsString()1185 std::optional<unsigned> AttributeSet::getVScaleRangeMax() const { in getVScaleRangeMax() function in AttributeSet1186 return SetNode ? SetNode->getVScaleRangeMax() : std::nullopt; in getVScaleRangeMax()1369 std::optional<unsigned> AttributeSetNode::getVScaleRangeMax() const { in getVScaleRangeMax() function in AttributeSetNode1371 return A->getVScaleRangeMax(); in getVScaleRangeMax()
339 std::optional<unsigned> getVScaleRangeMax() const;
1166 if (VScale && VScale == Attr.getVScaleRangeMax()) in getVScaleValue()
2434 std::optional<unsigned> VScaleMax = Attrs.getFnAttrs().getVScaleRangeMax(); in verifyFunctionAttrs()
292 LLVM_ABI std::optional<unsigned> getVScaleRangeMax() const;454 LLVM_ABI std::optional<unsigned> getVScaleRangeMax() const;
222 std::optional<unsigned> VScaleMax = VScaleRangeAttr.getVScaleRangeMax(); in getSubtargetImpl()
944 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) in visitTrunc()1318 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) { in visitZExt()1608 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) in visitSExt()
1490 auto Max = Attr.getVScaleRangeMax(); in initializeVScaleForTuning()2200 return F.getFnAttribute(Attribute::VScaleRange).getVScaleRangeMax(); in getMaxVScale()
1100 std::optional<unsigned> AttrMax = Attr.getVScaleRangeMax(); in getVScaleRange()