Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp457 if (NumVGScaledBytes) { in appendVGScaledOffsetExpr()
459 Expr.append(buffer, buffer + encodeSLEB128(NumVGScaledBytes, buffer)); in appendVGScaledOffsetExpr()
468 Comment << (NumVGScaledBytes < 0 ? " - " : " + ") in appendVGScaledOffsetExpr()
469 << std::abs(NumVGScaledBytes) << " * VG"; in appendVGScaledOffsetExpr()
477 int64_t NumBytes, NumVGScaledBytes; in createDefCFAExpressionFromSP() local
479 NumVGScaledBytes); in createDefCFAExpressionFromSP()
488 appendVGScaledOffsetExpr(Expr, NumBytes, NumVGScaledBytes, in createDefCFAExpressionFromSP()
505 int64_t NumBytes, NumVGScaledBytes; in createCfaOffset() local
507 OffsetFromDefCFA, NumBytes, NumVGScaledBytes); in createCfaOffset()
512 if (!NumVGScaledBytes) in createCfaOffset()
[all …]