Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DVFABIDemangling.cpp71 ParseRet tryParseVLEN(StringRef &ParseString, unsigned &VF, bool &IsScalable) { in tryParseVLEN()
344 bool IsScalable; in tryDemangleForVFABI() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp44 bool IsScalable) { in getExtendedVectorVT()
DTargetLoweringBase.cpp1398 bool IsScalable = VT.isScalableVector(); in computeRegisterProperties() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.cpp278 bool IsScalable = Attrs.VectorizeScalable == LoopAttributes::Enable; in createLoopVectorizeMetadata() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h1387 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) { in getVectorVT()
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DSveEmitter.cpp69 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp; member in __anone2dd28250111::SVEType
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLoopUtils.cpp263 Optional<int> IsScalable = getOptionalIntLoopAttribute( in getOptionalElementCountLoopAttribute() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h400 ElementCount getMinimumVF(unsigned ElemWidth, bool IsScalable) const { in getMinimumVF()
DTargetTransformInfo.h2022 bool IsScalable) const override { in getMinimumVF()