Home
last modified time | relevance | path

Searched refs:Simplify (Results 1 – 25 of 150) sorted by relevance

123456

/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DSpaceshipPapers.csv6 `LWG3350 <https://wg21.link/LWG3350>`_,Simplify return type of lexicographical_compare_three_way,|N…
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp563 Counter subtractCounters(Counter LHS, Counter RHS, bool Simplify = true) { in subtractCounters()
564 return Builder.subtract(LHS, RHS, Simplify); in subtractCounters()
568 Counter addCounters(Counter LHS, Counter RHS, bool Simplify = true) { in addCounters()
569 return Builder.add(LHS, RHS, Simplify); in addCounters()
573 bool Simplify = true) { in addCounters()
574 return addCounters(addCounters(C1, C2, Simplify), C3, Simplify); in addCounters()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp125 Counter CounterExpressionBuilder::add(Counter LHS, Counter RHS, bool Simplify) { in add() argument
127 return Simplify ? simplify(Cnt) : Cnt; in add()
131 bool Simplify) { in subtract() argument
133 return Simplify ? simplify(Cnt) : Cnt; in subtract()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20009 * decl.c (store_bindings): Simplify.
383 * pt.c (lookup_template_class): Simplify loop exit constructs.
447 (require_complete_types_for_parms): Simplify, use
1111 * semantics.c (genrtl_try_block): Simplify.
1329 * semantics.c (genrtl_named_return_value): Simplify. Fold in
1475 * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
1986 (binfo_for_vtable): Simplify.
2653 * class.c (get_derived_offset): Simplify.
2656 (build_primary_vtable): Simplify.
3356 (instantiate_template): Simplify handling of partial
[all …]
H A DChangeLog-2002284 * call.c (build_scoped_method_call): Simplify.
357 * decl2.c (constructor_name_full): Simplify.
399 Simplify handling of CALL_EXPR and METHOD_CALL_EXPR.
418 (finish_object_call_expr): Simplify handling during templates.
430 (convert_arguments): Simplify.
657 * dump.c (cp_dump_tree): Simplify DECL_GLOBAL_[CD]TOR_P handling.
666 (check_final_overrider): ... here. Simplify.
868 (add_vcall_offset_vtbl_entries_1): Simplify accordingly.
923 (build_vtbl_initializer): Simplify handling of vcall indices.
1034 * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS.
[all …]
H A DChangeLog-19997 (determine_primary_base): ... this. Simplify.
9 (finish_struct_1): Simplify.
436 (do_pushlevel): Simplify, now that we are always
656 (expand_exception_blocks): Simplify. Don't call
741 (is_global): Simplify.
1344 (doing_semantic_analysis_p): Simplify.
1350 (building_stmt_tree): Simplify.
1692 (make_rtl_for_nonlocal_decl): Don't fuss with obstacks. Simplify.
1962 (finish_function): Simplify. Use do_pushlevel and do_poplevel.
1979 (expand_exception_blocks): Simplify.
[all …]
H A DChangeLog-2003110 union_type_node, or enum_type_node. Simplify handling of
1231 (maybe_push_cleanup_level): Simplify.
1320 * error.c (dump_type): Simplify. Use pp_type_specifier_seq for
1392 (begin_scope): Simplify.
1685 (lvalue_or_else): Simplify.
2379 warning. Simplify lookup process if globalize is true.
2714 (TYPE_PTR_P): Simplify.
2817 here. Simplify.
2829 here. Simplify.
3203 any_type_dependent_arguments_p. Simplify call processing.
[all …]
H A DChangeLog-2004196 * init.c (decl_constant_value): Simplify.
604 * name-lookup.c (lookup_name_real): Simplify.
1217 * class.c (dfs_modify_vtables): Simplify condition. Return
1648 (dfs_fixup_binfo_vtbls): No need to clear BINFO_MARKED. Simplify.
2208 (make_new_vtable): Simplify build_primary_vtable arguments.
2934 following inputs. Simplify inputs handling to match that now used for
3127 (var_finalized_p): Simplify.
3128 (maybe_emit_vtables): Simplify.
3160 (do_type_instantiation): Simplify.
3162 Simplify.
[all …]
H A DChangeLog-1998221 (instantiate_type): Use it. Simplify.
676 Simplify.
926 Simplify suggested fix.
1034 * search.c (expand_upcast_fixups): Simplify very slightly.
1514 Simplify code to grow vtable.
1559 (finish_struct_1): Simplify. Use add_implicitly_declared_members.
1560 (finish_struct): Change prototype. Simplify; fields and methods
1565 (currently_open_class): Simplify.
1582 * decl2.c (grok_x_components): Simplify.
1735 (build_indirect_ref): Simplify. Don't strip top-level qualifiers.
[all …]
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog120 (copy_section): ..here. Simplify size adjustment. Divide
/openbsd-src/gnu/llvm/llvm/docs/
H A DOptBisect.rst119 BISECT: running pass (1) Simplify the CFG on function (g)
128 BISECT: running pass (10) Simplify the CFG on function (g)
H A DLoopTerminology.rst280 Loop Simplify Form
283 The Loop Simplify Form is a canonical form that makes
646 :ref:`Loop Simplify Form <loop-terminology-loop-simplify>`
653 Note that a loop has to be in Loop Simplify Form beforehand
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dmmix-elfnmmo.em95 /* Simplify symbol output for the register section (without contents;
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp2307 auto Simplify = [this](Value *V) { in calculatePointerDifference() local
2343 Simplify(CallBuilder(B, CreateSub(Idx0, Idx1))))) in calculatePointerDifference()
2353 Value *AndU0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskU))); in calculatePointerDifference()
2354 Value *AndU1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskU))); in calculatePointerDifference()
2355 Value *SubU = Simplify(CallBuilder(B, CreateSub(AndU0, AndU1))); in calculatePointerDifference()
2364 Value *AndK0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskK))); in calculatePointerDifference()
2365 Value *AndK1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskK))); in calculatePointerDifference()
2366 Value *SubK = Simplify(CallBuilder(B, CreateSub(AndK0, AndK1))); in calculatePointerDifference()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog1511 temporary cxx_binding on stack. Simplify.
1522 (binding_for_name): Use it. Adjust local variable type. Simplify.
1523 (namespace_binding): Simplify.
1645 * decl.c (finish_enum): Do set the type in a template. Simplify.
2279 (add_vcall_offset_vtbl_entries_1): Simplify accordingly.
2334 (build_vtbl_initializer): Simplify handling of vcall indices.
2445 * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS.
2446 * semantics.c (emit_associated_thunks): Simplify.
2681 (initialize_local_var): Simplify, and incorporate cleanup
2686 needs initialization into this function. Simplify.
[all …]
H A DChangeLog.27 (determine_primary_base): ... this. Simplify.
9 (finish_struct_1): Simplify.
436 (do_pushlevel): Simplify, now that we are always
656 (expand_exception_blocks): Simplify. Don't call
741 (is_global): Simplify.
1344 (doing_semantic_analysis_p): Simplify.
1350 (building_stmt_tree): Simplify.
1692 (make_rtl_for_nonlocal_decl): Don't fuss with obstacks. Simplify.
1962 (finish_function): Simplify. Use do_pushlevel and do_poplevel.
1979 (expand_exception_blocks): Simplify.
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Dmmix-elfnmmo.em105 /* Simplify symbol output for the register section (without contents;
/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog667 (setup_string_decl): Simplify since it is only called once.
727 (objc_get_class_ivars): Simplify using get_class_ivars().
769 (adjust_type_for_id_default): Simplify; there is no longer a need to
788 (add_instance_variable): Simplify parameter list; do not call grokfield();
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h202 Counter add(Counter LHS, Counter RHS, bool Simplify = true);
206 Counter subtract(Counter LHS, Counter RHS, bool Simplify = true);
/openbsd-src/gnu/llvm/llvm/
H A DCODE_OWNERS.TXT194 D: IndVar Simplify, Scalar Evolution
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog354 * app.c (do_scrub_chars): Simplify string handling.
547 (md_assemble): Simplify special-case check for ENTRY instructions.
663 of the record_fix field. Simplify error messages for unexpected
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog74 * bfin-dis.c (decode_dsp32shiftimm_0): Simplify and correct the
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog704 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
962 (insert_step_resume_breakpoint): Simplify by using same.
1446 * breakpoint.c (until_break_command): Simplify.
1447 * utils.c (prompt_for_continue): Simplify.
1448 * tracepoint.c (read_actions): Simplify.
1451 (set_prompt, init_main): Simplify.
1454 (extended_remote_async_create_inferior): Simplify.
1456 (mi_interpreter_resume, mi_command_loop): Simplify.
1457 * interps.c (current_interp_command_loop): Simplify.
1458 * infrun.c (proceed): Simplify.
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-2000677 (libstdc++.INC): Simplify rule.
1485 * configure.in: Simplify use of AC_CACHE_SAVE. Put linked files
1566 * libio/libio.h: Simplify, make fewer assumptions. Define those
1568 * config/os/solaris/solaris2.7/bits/os_defines.h: Simplify as a
1691 * mkcheck.in: Simplify.
1693 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
1728 * mkcheck.in: Simplify.
1730 * acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Simplify.
1836 * include/bits/locale_facets.tcc (use_facet): Simplify.
1953 * Makefile.am (CSHADOW_INCLUDES): Simplify.
[all …]
/openbsd-src/gnu/gcc/gcc/treelang/
H A DChangeLog155 * lang-spec.c: Simplify @treelang to what the other
525 (treelang.dvi): Simplify rule and adjust target.
526 (treelang.info): Simplify rule.

123456