Home
last modified time | relevance | path

Searched refs:IsScalable (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DVTEmitter.cpp121 bool IsScalable = VT->getValueAsBit("isScalable"); in run() local
128 IsInteger && IsVector && !IsScalable); in run()
130 IsInteger && IsScalable); in run()
132 IsFP && IsVector && !IsScalable); in run()
133 UpdateVTRange("FP_SCALABLE_VECTOR_VALUETYPE", Name, IsFP && IsScalable); in run()
134 UpdateVTRange("FIXEDLEN_VECTOR_VALUETYPE", Name, IsVector && !IsScalable); in run()
135 UpdateVTRange("SCALABLE_VECTOR_VALUETYPE", Name, IsScalable); in run()
150 << IsScalable << ", " in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp
H A DTargetTransformInfo.cpp769 bool IsScalable) const { in getMinimumVF()
770 return TTIImpl->getMinimumVF(ElemWidth, IsScalable); in getMinimumVF()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h74 bool IsScalable = false) {
75 MVT M = MVT::getVectorVT(VT.V, NumElements, IsScalable);
78 return getExtendedVectorVT(Context, VT, NumElements, IsScalable);
524 bool IsScalable);
H A DTargetLowering.h463 bool IsScalable) const { in shouldExpandGetVectorLength() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h205 static IITDescriptor getVector(unsigned Width, bool IsScalable) { in getVector()
207 Result.Vector_Width = ElementCount::get(Width, IsScalable); in getVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp46 bool IsScalable) { in getExtendedVectorVT() argument
49 VectorType::get(VT.getTypeForEVT(Context), NumElements, IsScalable); in getExtendedVectorVT()
H A DTargetLoweringBase.cpp1386 bool IsScalable = VT.isScalableVector(); in computeRegisterProperties() local
1390 MVT::SimpleValueType EndVT = IsScalable ? in computeRegisterProperties()
1421 SVT.isScalableVector() == IsScalable && in computeRegisterProperties()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h460 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT() argument
461 if (IsScalable) in getVectorVT()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp136 bool IsScalable) const { in getMinimumVF()
137 assert(!IsScalable && "Scalable VFs are not supported for Hexagon"); in getMinimumVF()
H A DHexagonTargetTransformInfo.h88 ElementCount getMinimumVF(unsigned ElemWidth, bool IsScalable) const;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp71 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp, member in __anone51b860d0111::SVEType
81 IsScalable(true), Predicate(false), PredicatePattern(false), in SVEType()
99 bool isScalableVector() const { return isVector() && IsScalable; } in isScalableVector()
100 bool isFixedLengthVector() const { return isVector() && !IsScalable; } in isFixedLengthVector()
643 IsScalable = false; in applyModifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp279 bool IsScalable = Attrs.VectorizeScalable == LoopAttributes::Enable; in createLoopVectorizeMetadata() local
283 ConstantInt::get(llvm::Type::getInt1Ty(Ctx), IsScalable))}; in createLoopVectorizeMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1174 ElementCount getMinimumVF(unsigned ElemWidth, bool IsScalable) const;
1995 bool IsScalable) const = 0;
2607 bool IsScalable) const override { in getMinimumVF() argument
2608 return Impl.getMinimumVF(ElemWidth, IsScalable); in getMinimumVF()
H A DTargetTransformInfoImpl.h497 ElementCount getMinimumVF(unsigned ElemWidth, bool IsScalable) const { in getMinimumVF() argument
498 return ElementCount::get(0, IsScalable); in getMinimumVF()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp255 std::optional<int> IsScalable = getOptionalIntLoopAttribute( in getOptionalElementCountLoopAttribute() local
257 return ElementCount::get(*Width, IsScalable.value_or(false)); in getOptionalElementCountLoopAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h1013 bool IsScalable) const override;
H A DRISCVISelLowering.cpp1535 bool IsScalable) const { in shouldExpandGetVectorLength()
1539 if (!IsScalable) in shouldExpandGetVectorLength()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp2447 bool VPWidenPointerInductionRecipe::onlyScalarsGenerated(bool IsScalable) { in onlyScalarsGenerated() argument
2449 (!IsScalable || vputils::onlyFirstLaneUsed(this)); in onlyScalarsGenerated()
H A DVPlan.h1879 bool onlyScalarsGenerated(bool IsScalable);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7957 bool IsScalable = cast<ConstantInt>(I.getOperand(2))->isOne(); in visitIntrinsicCall() local
7962 if (!TLI.shouldExpandGetVectorLength(CountVT, VF, IsScalable)) { in visitIntrinsicCall()
7978 ElementCount::get(VF, IsScalable)); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28513 bool IsScalable = Ty->isScalableTy(); in createComplexDeinterleavingIR() local
28552 if (IsScalable) { in createComplexDeinterleavingIR()
28575 if (IsScalable) { in createComplexDeinterleavingIR()