Lines Matching defs:ScalableOffset
445 int FixedOffset, int ScalableOffset,
457 Expr.append(Buffer, Buffer + encodeSLEB128(ScalableOffset, Buffer));
466 Comment << (ScalableOffset < 0 ? " - " : " + ") << std::abs(ScalableOffset)
473 uint64_t ScalableOffset) {
474 assert(ScalableOffset != 0 && "Did not need to adjust CFA for RVV");
478 // Build up the expression (Reg + FixedOffset + ScalableOffset * VLENB).
487 appendScalableVectorExpression(TRI, Expr, FixedOffset, ScalableOffset,
502 uint64_t ScalableOffset) {
503 assert(ScalableOffset != 0 && "Did not need to adjust CFA for RVV");
509 // Build up the expression (FixedOffset + ScalableOffset * VLENB).
510 appendScalableVectorExpression(TRI, Expr, FixedOffset, ScalableOffset,