Home
last modified time | relevance | path

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

/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()
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 DHexagonGenMemAbsolute.cpp133 bool Scalable; runOnMachineFunction() local
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h89 LocationSize(uint64_t Raw,bool Scalable) LocationSize() argument
/llvm-project/llvm/unittests/IR/
H A DVectorTypesTest.cpp130 TEST(VectorTypesTest,Scalable) TEST() argument
/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h98 Hint Scalable; variable
/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h442 get(Type * ElementType,unsigned NumElements,bool Scalable) get() argument
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp308 bool Scalable = EnableScalableVectors && getRandom() & 1; pickVectorType() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp261 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 DInstructionSimplify.cpp5401 bool Scalable = InVecEltCount.isScalable(); simplifyShuffleVectorInst() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2700 bool Scalable = Record.size() > 2 ? Record[2] : false; parseTypeTableBody() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3422 bool Scalable = false; parseArrayVectorType() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7216 const bool Scalable = WidenVT.isScalableVector(); findMemType() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16487 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...]