Home
last modified time | relevance | path

Searched refs:NumVGScaledBytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5866 int NumVGScaledBytes, unsigned VG, in appendVGScaledOffsetExpr() argument
5877 if (NumVGScaledBytes) { in appendVGScaledOffsetExpr()
5879 Expr.append(buffer, buffer + encodeSLEB128(NumVGScaledBytes, buffer)); in appendVGScaledOffsetExpr()
5888 Comment << (NumVGScaledBytes < 0 ? " - " : " + ") in appendVGScaledOffsetExpr()
5889 << std::abs(NumVGScaledBytes) << " * VG"; in appendVGScaledOffsetExpr()
5898 int64_t NumBytes, NumVGScaledBytes; in createDefCFAExpression() local
5900 NumVGScaledBytes); in createDefCFAExpression()
5916 appendVGScaledOffsetExpr(Expr, NumBytes, NumVGScaledBytes, in createDefCFAExpression()
5946 int64_t NumBytes, NumVGScaledBytes; in createCFAOffset() local
5948 OffsetFromDefCFA, NumBytes, NumVGScaledBytes); in createCFAOffset()
[all …]