Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp4165 int NumVGScaledBytes, unsigned VG, in appendVGScaledOffsetExpr() argument
4176 if (NumVGScaledBytes) { in appendVGScaledOffsetExpr()
4178 Expr.append(buffer, buffer + encodeSLEB128(NumVGScaledBytes, buffer)); in appendVGScaledOffsetExpr()
4187 Comment << (NumVGScaledBytes < 0 ? " - " : " + ") in appendVGScaledOffsetExpr()
4188 << std::abs(NumVGScaledBytes) << " * VG"; in appendVGScaledOffsetExpr()
4197 int64_t NumBytes, NumVGScaledBytes; in createDefCFAExpression() local
4199 NumVGScaledBytes); in createDefCFAExpression()
4215 appendVGScaledOffsetExpr(Expr, NumBytes, NumVGScaledBytes, in createDefCFAExpression()
4245 int64_t NumBytes, NumVGScaledBytes; in createCFAOffset() local
4247 OffsetFromDefCFA, NumBytes, NumVGScaledBytes); in createCFAOffset()
[all …]