Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5162 int NumVGScaledBytes, unsigned VG, in appendVGScaledOffsetExpr() argument
5173 if (NumVGScaledBytes) { in appendVGScaledOffsetExpr()
5175 Expr.append(buffer, buffer + encodeSLEB128(NumVGScaledBytes, buffer)); in appendVGScaledOffsetExpr()
5184 Comment << (NumVGScaledBytes < 0 ? " - " : " + ") in appendVGScaledOffsetExpr()
5185 << std::abs(NumVGScaledBytes) << " * VG"; in appendVGScaledOffsetExpr()
5194 int64_t NumBytes, NumVGScaledBytes; in createDefCFAExpression() local
5212 appendVGScaledOffsetExpr(Expr, NumBytes, NumVGScaledBytes, in createDefCFAExpression()
5242 int64_t NumBytes, NumVGScaledBytes; in createCFAOffset() local
5244 OffsetFromDefCFA, NumBytes, NumVGScaledBytes); in createCFAOffset()
5249 if (!NumVGScaledBytes) in createCFAOffset()
[all …]