Home
last modified time | relevance | path

Searched refs:alternatives (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c105 struct alternatives;
106 static void done_alternative PARAMS ((words, struct alternatives *));
408 struct alternatives struct
410 struct alternatives *outer; argument
430 struct alternatives * alternatives = NULL; argument
443 current.outer = alternatives; \
444 alternatives = &current; \
456 struct alternatives *current;
468 alternatives = current.outer; \
639 struct alternatives alt;
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgensupport.c775 int alternatives, max_operand; local
781 alternatives = 1;
783 collect_insn_data (insn_elem->data, &alternatives, &max_operand);
795 pred = alter_predicate_for_insn (pred, alternatives, max_operand,
821 alternatives, max_operand);
/openbsd-src/gnu/gcc/gcc/
H A Dgensupport.c782 int alternatives, max_operand; in process_one_cond_exec() local
789 alternatives = 1; in process_one_cond_exec()
791 collect_insn_data (insn_elem->data, &alternatives, &max_operand); in process_one_cond_exec()
803 pred = alter_predicate_for_insn (pred, alternatives, max_operand, in process_one_cond_exec()
829 alternatives, max_operand); in process_one_cond_exec()
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DDockerfile59 RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A DRegBankSelect.rst61 target-provided bank assignment alternatives.
H A DPipeline.rst80 alternatives but Combiners can also focus on code size or other metrics.
/openbsd-src/gnu/usr.bin/perl/lib/
H A DInternals.pod24 alternatives to their use.
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A DChangeLog-200469 @item, for options with long option alternatives.
/openbsd-src/bin/ed/
H A DPOSIX71 alternatives are either too complicated to implement or too confusing
/openbsd-src/gnu/llvm/llvm/docs/Proposals/
H A DVectorizationPlan.rst11 potential alternatives, especially for outer-loops [1]_ but also possibly for
12 innermost loops. These alternatives may have significant performance impact,
/openbsd-src/gnu/llvm/llvm/docs/
H A DSupportPolicy.rst185 * Clearly superior alternatives are in use and maintenance is painful.
206 statement of the maintenance costs imposed and the alternatives, if
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.os400105 alternatives for systems that do not have fchdir() available.
H A Dregcomp.sym83 #* [Special] alternatives:
/openbsd-src/gnu/usr.bin/cvs/
H A Dacinclude.m4103 # And look through them for GSS_C_NT_HOSTBASED_SERVICE or its alternatives
/openbsd-src/gnu/gcc/gcc/doc/
H A Dinstall-old.texi158 that it used. GCC does not support all possible alternatives.
H A Dmd.texi579 pattern's constraint alternatives (@pxref{Multi-Alternative}). For example,
629 When an insn pattern has multiple alternatives in its constraints, often
1202 a @code{match_scratch} when certain alternatives will not actually
1221 can use multiple alternatives instead.
1343 that operand. (When multiple alternatives are in use, each pattern must,
1418 These constraints are represented as multiple alternatives. An alternative
1438 @samp{%} in the constraints apply to all the alternatives; their
1446 The alternative requiring the least copying is chosen. If two alternatives
1468 When an insn pattern has multiple alternatives in its constraints, often
1482 @cindex voting between constraint alternatives
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlretut.pod619 Here, all the alternatives match at the first string position, so the
621 alternatives are truncations of the others, put the longest ones first
634 Alternation allows a regexp to choose among alternatives, but by
636 regexp, but sometime we want alternatives for just part of a
641 parts have alternatives, like C<cat|keeper>.
883 matching operation combines the three patterns as alternatives:
894 If any of the alternatives matches, the hash C<%+> is bound to contain the
901 deals with the problem of referring to groups within a set of alternatives.
921 with one higher than the maximum reached across all the alternatives.
981 A group that is required to bundle a set of alternatives ma
[all...]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-pdp11.texi315 Mnemonic alternatives for @code{r6} and @code{r7} are @code{sp} and
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-pdp11.texi315 Mnemonic alternatives for @code{r6} and @code{r7} are @code{sp} and
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.md598 ;; all the various contingencies by the use of alternatives. This
600 ;; only choose amoungst alternatives for a selected insn, it will not
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DHACKERS43 think about using other other alternatives before resorting to adding something
256 You SHOULD be using this construct or the alternatives listed below for ALL
/openbsd-src/gnu/llvm/clang/docs/
H A DToolchain.rst16 platforms, and the LLVM project provides alternatives for a number
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dinstall-old.texi162 that it used. GNU CC does not support all possible alternatives.
375 alternatives for @file{crt0.o}, for use with profiling or other
H A Dmd.texi616 pattern's constraint alternatives (@pxref{Multi-Alternative}). For example,
666 When an insn pattern has multiple alternatives in its constraints, often
886 a @code{match_scratch} when certain alternatives will not actually
905 can use multiple alternatives instead.
1036 that operand. (When multiple alternatives are in use, each pattern must,
1111 These constraints are represented as multiple alternatives. An alternative
1131 @samp{%} in the constraints apply to all the alternatives; their
1139 The alternative requiring the least copying is chosen. If two alternatives
1161 When an insn pattern has multiple alternatives in its constraints, often
1175 @cindex voting between constraint alternatives
[all …]
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Diwmmxt.md121 ;; Note - the "predicable" attribute is not allowed to have alternatives.
123 ;; predicating any of the alternatives in this template. Instead,

123456