Home
last modified time | relevance | path

Searched defs:Scalable (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h38 int64_t Scalable = 0; variable
40 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()
46 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable()
47 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()
97 bool Scalable = false; variable
100 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()
281 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()
297 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()
319 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()
328 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h99 Hint Scalable; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp308 bool Scalable = EnableScalableVectors && getRandom() & 1; in pickVectorType() local
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h428 bool Scalable) { in get()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5161 bool Scalable = InVecEltCount.isScalable(); in simplifyShuffleVectorInst() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2539 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3060 bool Scalable = false; in parseArrayVectorType() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6623 const bool Scalable = WidenVT.isScalableVector(); in findMemType() local