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.cpp5204 int NumVGScaledBytes, unsigned VG, in appendVGScaledOffsetExpr() argument
5215 if (NumVGScaledBytes) { in appendVGScaledOffsetExpr()
5217 Expr.append(buffer, buffer + encodeSLEB128(NumVGScaledBytes, buffer)); in appendVGScaledOffsetExpr()
5226 Comment << (NumVGScaledBytes < 0 ? " - " : " + ") in appendVGScaledOffsetExpr()
5227 << std::abs(NumVGScaledBytes) << " * VG"; in appendVGScaledOffsetExpr()
5236 int64_t NumBytes, NumVGScaledBytes; in createDefCFAExpression() local
5238 NumVGScaledBytes); in createDefCFAExpression()
5254 appendVGScaledOffsetExpr(Expr, NumBytes, NumVGScaledBytes, in createDefCFAExpression()
5284 int64_t NumBytes, NumVGScaledBytes; in createCFAOffset() local
5286 OffsetFromDefCFA, NumBytes, NumVGScaledBytes); in createCFAOffset()
[all …]