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

  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 97 /// \param [in,out] Adjusted the current SP offset from the top of the frame.
101 int OffsetFromTop, int &Adjusted, int FrameSize,
103 while (OffsetFromTop > Adjusted) {
104 assert(Adjusted < FrameSize && "OffsetFromTop is beyond FrameSize");
105 int remaining = FrameSize - Adjusted;
109 Adjusted += OpImm;
111 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 705 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift);
706 return Adjusted;
  /external/clang/lib/Sema/
SemaTemplate.cpp 654 // "function returning T" is adjusted to be of type "pointer to
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 211 case Type::Adjusted:
489 // Print the adjusted representation, otherwise the adjustment will be
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp 455 case Type::Adjusted:
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 666 milliseconds