Lines Matching defs:FixedOffset
428 const int64_t FixedOffset = NumOfVReg * VLENB;
429 if (!isInt<32>(FixedOffset)) {
433 Offset = StackOffset::getFixed(FixedOffset);
445 int FixedOffset, int ScalableOffset,
449 if (FixedOffset) {
451 Expr.append(Buffer, Buffer + encodeSLEB128(FixedOffset, Buffer));
453 Comment << (FixedOffset < 0 ? " - " : " + ") << std::abs(FixedOffset);
472 uint64_t FixedOffset,
478 // Build up the expression (Reg + FixedOffset + ScalableOffset * VLENB).
487 appendScalableVectorExpression(TRI, Expr, FixedOffset, ScalableOffset,
501 Register Reg, uint64_t FixedOffset,
509 // Build up the expression (FixedOffset + ScalableOffset * VLENB).
510 appendScalableVectorExpression(TRI, Expr, FixedOffset, ScalableOffset,