Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreFrameLowering.cpp101 int &Adjusted, int FrameSize, bool emitFrameMoves) { in IfNeededExtSP() argument
102 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()
262 int Opcode = isImmU6(Adjusted) ? XCore::ENTSP_u6 : XCore::ENTSP_lu6; in emitPrologue()
265 MIB.addImm(Adjusted); in emitPrologue()
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDTypeBitCodes.def53 TYPE_BIT_CODE(Adjusted, ADJUSTED, 42)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDODRHash.cpp763 QualType Adjusted = T->getAdjustedType(); in VisitAdjustedType() local
768 SplitQualType split = Adjusted.split(); in VisitAdjustedType()
784 AddQualType(Adjusted); in VisitAdjustedType()
HDJSONNodeDumper.cpp1271 QualType Adjusted = CTE->getTypeOperand(Ctx); in VisitCXXTypeidExpr() local
1274 if (Adjusted != Unadjusted) in VisitCXXTypeidExpr()
1275 JOS.attribute("adjustedTypeArg", createQualType(Adjusted)); in VisitCXXTypeidExpr()
HDTypePrinter.cpp245 case Type::Adjusted: in canPrefixQualifiers()
HDASTStructuralEquivalence.cpp482 case Type::Adjusted: in IsStructurallyEquivalent()
HDItaniumMangle.cpp1975 case Type::Adjusted: in mangleUnresolvedTypeOrSimpleId()
HDASTContext.cpp2213 case Type::Adjusted: in getTypeInfoImpl()
3139 AdjustedType(Type::Adjusted, Orig, New, Canonical); in getAdjustedType()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDScaledNumber.h704 auto Adjusted = ScaledNumbers::getAdjusted<DigitsT>(N, Shift); in adjustToWidth() local
705 return Adjusted; in adjustToWidth()
/freebsd-11-stable/contrib/binutils/include/aout/
HDChangeLog166 (_N_BADMAG): Adjusted.
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2694 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
7086 QualType Adjusted = getAdjustedType();
7087 (void)AttributedType::stripOuterNullability(Adjusted);
7088 assert(isa<PointerType>(Adjusted));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplate.cpp8972 QualType Adjusted = Function->getType(); in CheckMemberSpecialization() local
8973 if (!hasExplicitCallingConv(Adjusted)) in CheckMemberSpecialization()
8974 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization()
8977 if (Context.hasSameType(Adjusted, Method->getType())) { in CheckMemberSpecialization()
9915 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), in ActOnExplicitInstantiation() local
9917 if (Context.hasSameUnqualifiedType(Method->getType(), Adjusted)) { in ActOnExplicitInstantiation()
/freebsd-11-stable/contrib/groff/contrib/mom/
HDNEWS122 Adjusted vertical placement of hyphens around page numbering when
HDChangeLog265 o Adjusted vertical placement of hyphens around page numbering
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog339 finish_id_expression): Adjusted the call to perform_or_defer_access_check.
341 perform_or_defer_access_check): Adjusted the call to enforce_access.
347 (eof_token): Adjusted due to the change in struct cp_token.
381 (cp_parser_template_declaration_after_export): Adjusted the call to
387 (cp_parser_simple_declaration): Adjusted the call to
389 (cp_parser_explicit_specialization): Adjusted the call to
392 Adjusted the call to perform_or_defer_access_check.
393 * init.c (build_offset_ref): Adjusted the call to
402 (build_op_delete_call): Adjusted the call to
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDChangeLog-1.414 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (5f2e250 Jardel Weyrich)
HDChangeLog-2.0930 o Adjusted fcntl() retval comparison on evutil_make_socket_nonblocking(). (4df7dbc Jardel Weyrich)
/freebsd-11-stable/contrib/binutils/bfd/
HDChangeLog-9193218 (nlm_alpha_backend_data): Adjusted accordingly.
354 (nlm_write_external_func): Adjusted for field renaming.
360 (nlm32_i386_backend): Adjusted for changes to fields and names.
367 (nlm32_sparc_backend): Adjusted for changes to fields and names.
784 * elf32-target.h: Adjusted elf_backend_data initialization
2998 bfd_alloc_grow): Adjusted prototypes for arg type change.
4110 * Makefile.in: Adjusted.
4225 * Makefile.in, config/*-elf.mt, targets.c: Adjusted.
4263 * Adjusted all uses of JUMP_TABLE.
5676 (RTYPE2HOWTO): Adjusted to use switch.
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp1996 case Type::Adjusted: in EmitVariablyModifiedType()
HDCGDebugInfo.cpp2934 case Type::Adjusted: in UnwrapTypeForDebugInfo()
3105 case Type::Adjusted: in CreateTypeNode()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp3903 case clang::Type::Adjusted: in GetTypeClass()
4707 case clang::Type::Adjusted: in GetEncoding()
4849 case clang::Type::Adjusted: in GetFormat()
/freebsd-11-stable/contrib/mdocml/
HDNEWS944 * Adjusted merge of the significant work by Ingo Schwarze
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-9295216 * configure.in: Adjusted.
4469 * configure.in, configure: Adjusted.
10394 md_number_to_chars, md_section_align): Adjusted to use valueT,
10476 md_number_to_chars, md_section_align): Adjusted.
10480 md_section_align): Adjusted.
11442 * configure.in: Adjusted.
11591 does not support a non sign extended high 16 bits reloc. Adjusted
12300 * Makefile.in (REAL_SOURCES, OBJS): Adjusted.
/freebsd-11-stable/contrib/binutils/ld/
HDChangeLog-91974858 * configure.in: Adjusted.
5622 mostly obsolete variables. Adjusted remaining uses.
6069 * config/sun4sol2.mt (em_elf32_sparc.c): Adjusted accordingly.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp4163 SDValue Adjusted = adjustLoadValueTypeImpl(Load, LoadVT, DL, DAG, Unpacked); in adjustLoadValueType() local
4165 return DAG.getMergeValues({ Adjusted, Load.getValue(1) }, DL); in adjustLoadValueType()

12