Lines Matching defs:ScalableOffset
561 int FixedOffset, int ScalableOffset,
573 Expr.append(Buffer, Buffer + encodeSLEB128(ScalableOffset, Buffer));
582 Comment << (ScalableOffset < 0 ? " - " : " + ") << std::abs(ScalableOffset)
589 uint64_t ScalableOffset) {
590 assert(ScalableOffset != 0 && "Did not need to adjust CFA for RVV");
594 // Build up the expression (Reg + FixedOffset + ScalableOffset * VLENB).
603 appendScalableVectorExpression(TRI, Expr, FixedOffset, ScalableOffset,
618 uint64_t ScalableOffset) {
619 assert(ScalableOffset != 0 && "Did not need to adjust CFA for RVV");
625 // Build up the expression (FixedOffset + ScalableOffset * VLENB).
626 appendScalableVectorExpression(TRI, Expr, FixedOffset, ScalableOffset,