Searched defs:Scalable (Results 1 – 8 of 8) sorted by relevance
38 int64_t Scalable = 0; variable40 StackOffset(int64_t Fixed, int64_t Scalable) in StackOffset()46 static StackOffset getScalable(int64_t Scalable) { return {0, Scalable}; } in getScalable()47 static StackOffset get(int64_t Fixed, int64_t Scalable) { in get()97 bool Scalable = false; variable100 constexpr FixedOrScalableQuantity(ScalarTy Quantity, bool Scalable) in FixedOrScalableQuantity()281 constexpr ElementCount(ScalarTy MinVal, bool Scalable) in ElementCount()297 static constexpr ElementCount get(ScalarTy MinVal, bool Scalable) { in get()319 constexpr TypeSize(ScalarTy Quantity, bool Scalable) in TypeSize()328 static constexpr TypeSize get(ScalarTy Quantity, bool Scalable) { in get()[all …]
99 Hint Scalable; variable
308 bool Scalable = EnableScalableVectors && getRandom() & 1; in pickVectorType() local
428 bool Scalable) { in get()
5161 bool Scalable = InVecEltCount.isScalable(); in simplifyShuffleVectorInst() local
2539 bool Scalable = Record.size() > 2 ? Record[2] : false; in parseTypeTableBody() local
3060 bool Scalable = false; in parseArrayVectorType() local
6623 const bool Scalable = WidenVT.isScalableVector(); in findMemType() local