/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() 43 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable() 44 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get() 94 bool Scalable = false; variable 97 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity() 301 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount() 317 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get() 339 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize() 342 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMemAbsolute.cpp | 133 bool Scalable; runOnMachineFunction() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 89 LocationSize(uint64_t Raw,bool Scalable) LocationSize() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | VectorTypesTest.cpp | 130 TEST(VectorTypesTest,Scalable) TEST() argument
|
/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 98 Hint Scalable; variable
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 442 get(Type * ElementType,unsigned NumElements,bool Scalable) get() argument
|
/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 308 bool Scalable = EnableScalableVectors && getRandom() & 1; pickVectorType() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 261 Immediate(ScalarTy MinVal,bool Scalable) Immediate() argument 276 get(ScalarTy MinVal,bool Scalable) get() argument 4567 bool Scalable = First.isScalable() || Last.isScalable(); GenerateCrossUseConstantOffsets() local [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5401 bool Scalable = InVecEltCount.isScalable(); simplifyShuffleVectorInst() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2700 bool Scalable = Record.size() > 2 ? Record[2] : false; parseTypeTableBody() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3422 bool Scalable = false; parseArrayVectorType() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 7216 const bool Scalable = WidenVT.isScalableVector(); findMemType() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 16487 getStructuredLoadFunction(Module * M,unsigned Factor,bool Scalable,Type * LDVTy,Type * PtrTy) getStructuredLoadFunction() argument 16503 getStructuredStoreFunction(Module * M,unsigned Factor,bool Scalable,Type * STVTy,Type * PtrTy) getStructuredStoreFunction() argument [all...] |