/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 35 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 D | MemoryLocation.h | 89 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 98 Hint Scalable; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 442 bool Scalable) { in get() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 308 bool Scalable = EnableScalableVectors && getRandom() & 1; in pickVectorType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5390 bool Scalable = InVecEltCount.isScalable(); simplifyShuffleVectorInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2573 bool Scalable = Record.size() > 2 ? Record[2] : false; parseTypeTableBody() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3239 bool Scalable = false; parseArrayVectorType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 6906 const bool Scalable = WidenVT.isScalableVector(); findMemType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 15608 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...] |