| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 99 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 D | TypeBitCodes.def | 53 TYPE_BIT_CODE(Adjusted, ADJUSTED, 42)
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
| H A D | socfpga_cyclone5_mercury_sa2.dtsi | 20 /* Adjusted the i2c labels to use generic base-board dtsi files for
|
| H A D | socfpga_cyclone5_mercury_sa1.dtsi | 20 /* Adjusted the i2c labels to use generic base-board dtsi files for
|
| H A D | socfpga_arria10_mercury_aa1.dtsi | 30 /* Adjusted the i2c labels to use generic base-board dtsi files for
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScaledNumber.h | 708 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); in adjustToWidth() local 709 return Adjusted; in adjustToWidth()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1485 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr() local 1488 if (Adjusted != Unadjusted) in VisitCXXTypeidExpr() 1489 JOS.attribute("adjustedTypeArg", createQualType(Adjusted)); in VisitCXXTypeidExpr()
|
| H A D | TypePrinter.cpp | 270 case Type::Adjusted: in canPrefixQualifiers()
|
| H A D | ASTStructuralEquivalence.cpp | 918 case Type::Adjusted: in IsStructurallyEquivalent()
|
| H A D | ASTContext.cpp | 2452 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 D | ItaniumMangle.cpp | 2444 case Type::Adjusted: in mangleUnresolvedTypeOrSimpleId()
|
| /freebsd/contrib/one-true-awk/ |
| H A D | ChangeLog | 196 * regdir/REGRESS: Adjusted.
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 9573 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 D | SemaType.cpp | 6302 case TypeLoc::Adjusted: in GetTypeSourceInfoForDeclarator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 3446 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 D | ChangeLog-1.4 | 14 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich)
|
| H A D | ChangeLog-2.0 | 930 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (4df7dbc Jardel Weyrich)
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 14 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich)
|
| H A D | ChangeLog-2.0 | 930 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (4df7dbc Jardel Weyrich)
|
| /freebsd/contrib/flex/ |
| H A D | NEWS | 202 *** Adjusted buffer sizes on ia64.
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4244 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 D | CodeGenFunction.cpp | 2501 case Type::Adjusted: in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 3882 case Type::Adjusted: in UnwrapTypeForDebugInfo() 4060 case Type::Adjusted: in CreateTypeNode()
|
| /freebsd/contrib/mandoc/ |
| H A D | NEWS | 1294 * Adjusted merge of the significant work by Ingo Schwarze
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 11790 SDValue Adjusted = DAG.getNode(ISD::ADD, dl, ResultIntVT, NarrowBits, Adjust); in expandRoundInexactToOdd() local 11791 Op = DAG.getSelect(dl, ResultIntVT, KeepNarrow, NarrowBits, Adjusted); in expandRoundInexactToOdd()
|