| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TypeSize.h | 36 int64_t Scalable = 0; variable 38 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset() 44 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable() 45 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() 95 bool Scalable = false; variable 98 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity() 302 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount() 318 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get() 340 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize() 343 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMemAbsolute.cpp | 123 bool Scalable; in runOnMachineFunction() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 83 constexpr LocationSize(uint64_t Raw, bool Scalable) in LocationSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackFrameLayoutAnalysisPass.cpp | 68 bool Scalable; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 98 Hint Scalable; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 331 bool Scalable) { in get()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DerivedTypes.h | 469 bool Scalable) { in get()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 296 bool Scalable = EnableScalableVectors && getRandom() & 1; in pickVectorType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 253 constexpr Immediate(ScalarTy MinVal, bool Scalable) in Immediate() 268 static constexpr Immediate get(ScalarTy MinVal, bool Scalable) { in get() 4546 bool Scalable = First.isScalable() || Last.isScalable(); in GenerateCrossUseConstantOffsets() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5464 bool Scalable = InVecEltCount.isScalable(); in simplifyShuffleVectorInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 17103 bool Scalable, Type *LDVTy, in getStructuredLoadFunction() 17120 bool Scalable, Type *STVTy, in getStructuredStoreFunction() 21927 bool Scalable = N->getValueType(0).isScalableVector(); in tryLowerPartialReductionToDot() local 21984 bool Scalable = N->getValueType(0).isScalableVT(); in tryLowerPartialReductionToDot() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 2794 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3536 bool Scalable = false; in parseArrayVectorType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 7821 const bool Scalable = WidenVT.isScalableVector(); in findMemType() local
|