Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp99 int &Adjusted, int FrameSize, bool emitFrameMoves) { in IfNeededExtSP() argument
100 while (OffsetFromTop > Adjusted) { in IfNeededExtSP()
101 assert(Adjusted < FrameSize && "OffsetFromTop is beyond FrameSize"); in IfNeededExtSP()
102 int remaining = FrameSize - Adjusted; in IfNeededExtSP()
106 Adjusted += OpImm; in IfNeededExtSP()
108 EmitDefCfaOffset(MBB, MBBI, dl, TII, Adjusted*4); in IfNeededExtSP()
246 int Adjusted = 0; in emitPrologue() local
258 Adjusted = (FrameSize > MaxImmU16) ? MaxImmU16 : FrameSize; in emitPrologue()
259 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue()
262 MIB.addImm(Adjusted); in emitPrologue()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def53 TYPE_BIT_CODE(Adjusted, ADJUSTED, 42)
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_cyclone5_mercury_sa2.dtsi20 /* Adjusted the i2c labels to use generic base-board dtsi files for
H A Dsocfpga_cyclone5_mercury_sa1.dtsi20 /* Adjusted the i2c labels to use generic base-board dtsi files for
H A Dsocfpga_arria10_mercury_aa1.dtsi30 /* Adjusted the i2c labels to use generic base-board dtsi files for
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h708 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); in adjustToWidth() local
709 return Adjusted; in adjustToWidth()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1485 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr() local
1488 if (Adjusted != Unadjusted) in VisitCXXTypeidExpr()
1489 JOS.attribute("adjustedTypeArg", createQualType(Adjusted)); in VisitCXXTypeidExpr()
H A DTypePrinter.cpp270 case Type::Adjusted: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp918 case Type::Adjusted: in IsStructurallyEquivalent()
H A DASTContext.cpp2452 case Type::Adjusted: in getTypeInfoImpl()
3751 case Type::Adjusted: { in adjustType()
3970 AdjustedType(Type::Adjusted, Orig, New, Canonical); in getAdjustedType()
14342 case Type::Adjusted: { in getCommonSugarTypeNode()
H A DItaniumMangle.cpp2444 case Type::Adjusted: in mangleUnresolvedTypeOrSimpleId()
/freebsd/contrib/one-true-awk/
H A DChangeLog196 * regdir/REGRESS: Adjusted.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9573 QualType Adjusted = Function->getType(); in CheckMemberSpecialization() local
9574 if (!hasExplicitCallingConv(Adjusted)) in CheckMemberSpecialization()
9575 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization()
9581 if (!Context.hasSameType(Adjusted, Method->getType())) in CheckMemberSpecialization()
10581 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), in ActOnExplicitInstantiation() local
10583 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) { in ActOnExplicitInstantiation()
H A DSemaType.cpp6302 case TypeLoc::Adjusted: in GetTypeSourceInfoForDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3446 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
9024 QualType Adjusted = getAdjustedType();
9025 (void)AttributedType::stripOuterNullability(Adjusted);
9026 assert(isa<PointerType>(Adjusted));
/freebsd/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/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/contrib/flex/
H A DNEWS202 *** Adjusted buffer sizes on ia64.
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4244 case clang::Type::Adjusted: in GetTypeClass()
5109 case clang::Type::Adjusted: in GetEncoding()
5274 case clang::Type::Adjusted: in GetFormat()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2501 case Type::Adjusted: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3882 case Type::Adjusted: in UnwrapTypeForDebugInfo()
4060 case Type::Adjusted: in CreateTypeNode()
/freebsd/contrib/mandoc/
H A DNEWS1294 * Adjusted merge of the significant work by Ingo Schwarze
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11790 SDValue Adjusted = DAG.getNode(ISD::ADD, dl, ResultIntVT, NarrowBits, Adjust); in expandRoundInexactToOdd() local
11791 Op = DAG.getSelect(dl, ResultIntVT, KeepNarrow, NarrowBits, Adjusted); in expandRoundInexactToOdd()

12