HomeSort by relevance Sort by last modified time
    Searched refs:Adjusted (Results 1 - 12 of 12) 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/chromium_org/tools/perf/metrics/
speedindex.py 232 """Make a dict from time to adjusted area value for events at that time.
234 The adjusted area value of each paint event is determined by how many paint
236 "Adjusted area" can also be thought of as "points" of visual completeness --
246 adjusted area that the paint event is worth.
  /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...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 207 case Type::Adjusted:
476 // Print the adjusted representation, otherwise the adjustment will be
    [all...]
ASTContext.cpp     [all...]
ItaniumMangle.cpp 852 case Type::Adjusted:
    [all...]
ASTImporter.cpp 410 case Type::Adjusted:
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 1061 milliseconds