Searched refs:AbsAmount (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp52 unsigned AbsAmount; local
54 AbsAmount = -Amount;
57 AbsAmount = Amount;
62 << AbsAmount << "\n"); local
64 assert((AbsAmount % 4 == 0) && "Stack adjustments must be 4-byte aligned.");
65 if (isUInt<6>(AbsAmount))
67 else if (isInt<12>(AbsAmount))
74 .addImm(AbsAmount);

Completed in 93 milliseconds