Home
last modified time | relevance | path

Searched refs:Adjusted (Results 1 – 24 of 24) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp102 while (OffsetFromTop > Adjusted) { in IfNeededExtSP()
103 assert(Adjusted < FrameSize && "OffsetFromTop is beyond FrameSize"); in IfNeededExtSP()
104 int remaining = FrameSize - Adjusted; in IfNeededExtSP()
108 Adjusted += OpImm; in IfNeededExtSP()
110 EmitDefCfaOffset(MBB, MBBI, dl, TII, Adjusted*4); in IfNeededExtSP()
249 int Adjusted = 0; in emitPrologue() local
261 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize; in emitPrologue()
265 MIB.addImm(Adjusted); in emitPrologue()
269 EmitDefCfaOffset(MBB, MBBI, dl, TII, Adjusted*4); in emitPrologue()
286 int Offset = Adjusted - OffsetFromTop; in emitPrologue()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def53 TYPE_BIT_CODE(Adjusted, ADJUSTED, 42)
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h705 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); in adjustToWidth() local
706 return Adjusted; in adjustToWidth()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1436 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr() local
1439 if (Adjusted != Unadjusted) in VisitCXXTypeidExpr()
1440 JOS.attribute("adjustedTypeArg", createQualType(Adjusted)); in VisitCXXTypeidExpr()
H A DTypePrinter.cpp269 case Type::Adjusted: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp840 case Type::Adjusted: in IsStructurallyEquivalent()
H A DASTContext.cpp2246 case Type::Adjusted: in getTypeInfoImpl()
3310 AdjustedType(Type::Adjusted, Orig, New, Canonical); in getAdjustedType()
13023 case Type::Adjusted: { in getCommonSugarTypeNode()
H A DItaniumMangle.cpp2399 case Type::Adjusted: in mangleUnresolvedTypeOrSimpleId()
/freebsd-14.2/contrib/one-true-awk/
H A DChangeLog196 * regdir/REGRESS: Adjusted.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2952 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
7665 QualType Adjusted = getAdjustedType();
7666 (void)AttributedType::stripOuterNullability(Adjusted);
7667 assert(isa<PointerType>(Adjusted));
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9866 QualType Adjusted = Function->getType(); in CheckMemberSpecialization() local
9867 if (!hasExplicitCallingConv(Adjusted)) in CheckMemberSpecialization()
9868 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization()
9871 if (Context.hasSameType(Adjusted, Method->getType())) { in CheckMemberSpecialization()
10823 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), in ActOnExplicitInstantiation() local
10825 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) { in ActOnExplicitInstantiation()
H A DSemaType.cpp6695 case TypeLoc::Adjusted: in GetTypeSourceInfoForDeclarator()
H A DSemaExpr.cpp4660 case Type::Adjusted: in captureVariablyModifiedType()
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A DChangeLog-1.414 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich)
H A DChangeLog-2.0930 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (4df7dbc Jardel Weyrich)
/freebsd-14.2/contrib/libevent/
H A DChangeLog-1.414 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich)
H A DChangeLog-2.0930 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (4df7dbc Jardel Weyrich)
/freebsd-14.2/contrib/flex/
H A DNEWS202 *** Adjusted buffer sizes on ia64.
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2317 case Type::Adjusted: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3486 case Type::Adjusted: in UnwrapTypeForDebugInfo()
3658 case Type::Adjusted: in CreateTypeNode()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4178 case clang::Type::Adjusted: in GetTypeClass()
5051 case clang::Type::Adjusted: in GetEncoding()
5205 case clang::Type::Adjusted: in GetFormat()
/freebsd-14.2/contrib/mandoc/
H A DNEWS1294 * Adjusted merge of the significant work by Ingo Schwarze
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5728 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType() local
5730 return DAG.getMergeValues({ Adjusted, Load.getValue(1) }, DL); in adjustLoadValueType()
/freebsd-14.2/contrib/ntp/
H A DCommitLog-4.1.04908 tick can be added or dropped. Adjusted gettimeofday() output