HomeSort by relevance Sort by last modified time
    Searched defs:Adjusted (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 96 /// \param [in,out] Adjusted the current SP offset from the top of the frame.
100 int OffsetFromTop, int &Adjusted, int FrameSize,
102 while (OffsetFromTop > Adjusted) {
103 assert(Adjusted < FrameSize && "OffsetFromTop is beyond FrameSize");
104 int remaining = FrameSize - Adjusted;
108 Adjusted += OpImm;
110 EmitDefCfaOffset(MBB, MBBI, dl, TII, MMI, Adjusted*4);
188 /// The SP will be adjusted at the same time, thus the SpillList must be ordered
248 int Adjusted = 0;
260 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 713 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift);
714 return Adjusted;
  /external/clang/lib/Sema/
SemaTemplate.cpp 653 // "function returning T" is adjusted to be of type "pointer to
    [all...]

Completed in 60 milliseconds