Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h35 int64_t Scalable = 0; variable
37 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() argument
43 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable() argument
44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() argument
94 bool Scalable = false; global() variable
97 FixedOrScalableQuantity(ScalarTy Quantity,bool Scalable) FixedOrScalableQuantity() argument
286 ElementCount(ScalarTy MinVal,bool Scalable) ElementCount() argument
302 get(ScalarTy MinVal,bool Scalable) get() argument
326 TypeSize(ScalarTy Quantity,bool Scalable) TypeSize() argument
329 get(ScalarTy Quantity,bool Scalable) get() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h98 Hint Scalable; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h442 bool Scalable) { in get() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp308 bool Scalable = EnableScalableVectors && getRandom() & 1; in pickVectorType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5390 bool Scalable = InVecEltCount.isScalable(); simplifyShuffleVectorInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2573 bool Scalable = Record.size() > 2 ? Record[2] : false; parseTypeTableBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3239 bool Scalable = false; parseArrayVectorType() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6906 const bool Scalable = WidenVT.isScalableVector(); findMemType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15608 getStructuredLoadFunction(Module * M,unsigned Factor,bool Scalable,Type * LDVTy,Type * PtrTy) getStructuredLoadFunction() argument
15624 getStructuredStoreFunction(Module * M,unsigned Factor,bool Scalable,Type * STVTy,Type * PtrTy) getStructuredStoreFunction() argument
[all...]