Home
last modified time | relevance | path

Searched defs:IsScalable (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVFABIDemangling.cpp69 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN()
342 bool IsScalable; in tryDemangleForVFABI() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp45 bool IsScalable) { in getExtendedVectorVT()
H A DTargetLoweringBase.cpp1421 bool IsScalable = VT.isScalableVector(); in computeRegisterProperties() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGLoopInfo.cpp279 bool IsScalable = Attrs.VectorizeScalable == LoopAttributes::Enable; in createLoopVectorizeMetadata() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DSveEmitter.cpp69 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp; member in __anon5066fa640111::SVEType
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMachineValueType.h1494 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp255 std::optional<int> IsScalable = getOptionalIntLoopAttribute( in getOptionalElementCountLoopAttribute() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h447 ElementCount getMinimumVF(unsigned ElemWidth, bool IsScalable) const { in getMinimumVF()
H A DTargetTransformInfo.h2270 bool IsScalable) const override { in getMinimumVF()