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

/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp97 /// \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);
248 int Adjusted = 0; local
260 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize;
261 int Opcode = isImmU6(Adjusted)
98 IfNeededExtSP(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, DebugLoc dl, const TargetInstrInfo &TII, MachineModuleInfo *MMI, int OffsetFromTop, int &Adjusted, int FrameSize, bool emitFrameMoves) argument
[all...]
/external/llvm/include/llvm/Support/
H A DScaledNumber.h705 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); local
706 return Adjusted;
/external/clang/lib/Sema/
H A DSemaTemplate.cpp7009 QualType Adjusted = Function->getType(); local
7010 if (!hasExplicitCallingConv(Adjusted))
7011 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType());
7012 if (Context.hasSameType(Adjusted, Method->getType())) {
7829 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType()); local
7830 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) {
H A DSemaExpr.cpp13131 case Type::Adjusted:
/external/clang/lib/AST/
H A DTypePrinter.cpp211 case Type::Adjusted:
H A DItaniumMangle.cpp1487 case Type::Adjusted:
H A DASTContext.cpp1745 case Type::Adjusted:
2377 AdjustedType(Type::Adjusted, Orig, New, Canonical);
H A DASTImporter.cpp455 case Type::Adjusted:
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1631 case Type::Adjusted:
H A DCGDebugInfo.cpp2255 case Type::Adjusted:
/external/clang/include/clang/AST/
H A DType.h2225 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;

Completed in 535 milliseconds