Lines Matching refs:FixedOffset
428 const int64_t FixedOffset = NumOfVReg * VLENB; in adjustStackForRVV() local
429 if (!isInt<32>(FixedOffset)) { in adjustStackForRVV()
433 Offset = StackOffset::getFixed(FixedOffset); in adjustStackForRVV()
445 int FixedOffset, int ScalableOffset, in appendScalableVectorExpression() argument
449 if (FixedOffset) { in appendScalableVectorExpression()
451 Expr.append(Buffer, Buffer + encodeSLEB128(FixedOffset, Buffer)); in appendScalableVectorExpression()
453 Comment << (FixedOffset < 0 ? " - " : " + ") << std::abs(FixedOffset); in appendScalableVectorExpression()
472 uint64_t FixedOffset, in createDefCFAExpression() argument
487 appendScalableVectorExpression(TRI, Expr, FixedOffset, ScalableOffset, in createDefCFAExpression()
501 Register Reg, uint64_t FixedOffset, in createDefCFAOffset() argument
510 appendScalableVectorExpression(TRI, Expr, FixedOffset, ScalableOffset, in createDefCFAOffset()