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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp97 /// \param [in,out] Adjusted the current SP offset from the top of the frame.
101 int &Adjusted, int FrameSize, bool emitFrameMoves) {
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, Adjusted*4);
249 int Adjusted = 0; local
261 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize;
262 int Opcode = isImmU6(Adjusted)
98 IfNeededExtSP(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, const DebugLoc &dl, const TargetInstrInfo &TII, int OffsetFromTop, int &Adjusted, int FrameSize, bool emitFrameMoves) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp763 QualType Adjusted = T->getAdjustedType(); local
768 SplitQualType split = Adjusted.split();
784 AddQualType(Adjusted);
H A DJSONNodeDumper.cpp1273 QualType Adjusted = CTE->getTypeOperand(Ctx); local
1276 if (Adjusted != Unadjusted)
1277 JOS.attribute("adjustedTypeArg", createQualType(Adjusted));
H A DASTStructuralEquivalence.cpp476 case Type::Adjusted:
H A DTypePrinter.cpp247 case Type::Adjusted:
H A DItaniumMangle.cpp2067 case Type::Adjusted:
H A DASTContext.cpp2187 case Type::Adjusted:
3127 AdjustedType(Type::Adjusted, Orig, New, Canonical);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h704 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); local
705 return Adjusted;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2703 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
7234 QualType Adjusted = getAdjustedType();
7235 (void)AttributedType::stripOuterNullability(Adjusted);
7236 assert(isa<PointerType>(Adjusted));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9038 QualType Adjusted = Function->getType(); local
9039 if (!hasExplicitCallingConv(Adjusted))
9040 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType());
9043 if (Context.hasSameType(Adjusted, Method->getType())) {
9981 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), local
9983 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) {
H A DSemaExpr.cpp4301 case Type::Adjusted:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1999 case Type::Adjusted:
H A DCGDebugInfo.cpp3085 case Type::Adjusted:
3260 case Type::Adjusted:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4062 case clang::Type::Adjusted:
4920 case clang::Type::Adjusted:
5070 case clang::Type::Adjusted:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4525 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked);
4527 return DAG.getMergeValues({ Adjusted, Load.getValue(1) }, DL);

Completed in 324 milliseconds