Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp288 std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax(); in optimizePredicateStore()
351 std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax(); in optimizePredicateLoad()
H A DAArch64TargetMachine.cpp403 std::optional<unsigned> VScaleMax = VScaleRangeAttr.getVScaleRangeMax(); in getSubtargetImpl()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp375 std::optional<unsigned> Attribute::getVScaleRangeMax() const { in getVScaleRangeMax() function in Attribute
467 std::optional<unsigned> MaxValue = getVScaleRangeMax(); in getAsString()
827 std::optional<unsigned> AttributeSet::getVScaleRangeMax() const { in getVScaleRangeMax() function in AttributeSet
828 return SetNode ? SetNode->getVScaleRangeMax() : std::nullopt; in getVScaleRangeMax()
1003 std::optional<unsigned> AttributeSetNode::getVScaleRangeMax() const { in getVScaleRangeMax() function in AttributeSetNode
1005 return A->getVScaleRangeMax(); in getVScaleRangeMax()
H A DAttributeImpl.h265 std::optional<unsigned> getVScaleRangeMax() const;
H A DVerifier.cpp2140 std::optional<unsigned> VScaleMax = Attrs.getFnAttrs().getVScaleRangeMax(); in verifyFunctionAttrs()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp136 std::optional<unsigned> VScaleMax = VScaleRangeAttr.getVScaleRangeMax(); in getSubtargetImpl()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h241 std::optional<unsigned> getVScaleRangeMax() const;
382 std::optional<unsigned> getVScaleRangeMax() const;
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1006 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) { in visitTrunc()
1348 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) { in visitZExt()
1619 if (std::optional<unsigned> MaxVScale = Attr.getVScaleRangeMax()) { in visitSExt()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4912 TheFunction->getFnAttribute(Attribute::VScaleRange).getVScaleRangeMax(); in getMaxLegalScalableVF()
5280 auto Max = Attr.getVScaleRangeMax(); in getVScaleForTuning()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6328 std::optional<unsigned> VScaleMax = Attr.getVScaleRangeMax(); in simplifyIntrinsic()
H A DValueTracking.cpp1750 std::optional<unsigned> VScaleMax = Attr.getVScaleRangeMax(); in computeKnownBitsFromOperator()