Searched refs:decision (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980506-1.c1 struct decision struct
4 struct decision *next;
10 register struct decision *p;
23 struct decision *p = 0;
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DX86DisassemblerTables.h62 /// ModR/M decision. Compacts the ModR/M decision if possible. ModR/M
86 /// @param o2 - The output stream to print the decision structure to.
90 /// @param decision - The ModR/M decision to emit. This decision has 256
94 ModRMDecision &decision) const;
114 /// @param o2 - The output stream for the decision structure itself.
118 /// @param decision - The OpcodeDecision to emit along with its subsidiary
122 OpcodeDecision &decision) cons
[all...]
H A DX86DisassemblerTables.cpp591 /// getDecisionType - Determines whether a ModRM decision with 255 entries can
594 /// @param decision - The decision to be compacted.
595 /// @return - The compactest available representation for the decision.
596 static ModRMDecisionType getDecisionType(ModRMDecision &decision) {
603 if (decision.instructionIDs[index] != decision.instructionIDs[0])
607 (decision.instructionIDs[index] != decision.instructionIDs[0xc0]))
611 (decision
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgenrecog.c25 contain a decision tree that recognizes whether an rtx, the
64 /* A listhead of decision trees. The alternatives to a node are kept
70 struct decision *first;
71 struct decision *last;
122 /* Data structure for decision tree for recognizing legitimate insns. */
124 struct decision struct
127 struct decision *next; /* Node to test on failure. */
128 struct decision *prev; /* Node whose failure tests us. */
129 struct decision *afterward; /* Node to test on success,
411 static struct decision *new_decisio
[all...]
H A Dloop-unroll.c151 and affects parameters for further decision a lot). */
175 switch (loop->lpt_decision.decision)
246 loop->lpt_decision.decision = LPT_NONE;
256 if (loop->lpt_decision.decision == LPT_NONE)
259 if (loop->lpt_decision.decision == LPT_PEEL_COMPLETELY)
291 loop->lpt_decision.decision = LPT_NONE;
331 if (loop->lpt_decision.decision == LPT_NONE)
333 if (loop->lpt_decision.decision == LPT_NONE)
335 if (loop->lpt_decision.decision == LPT_NONE)
379 loop->lpt_decision.decision
[all...]
H A Dcfgloop.h29 /* Structure to hold decision about unrolling/peeling. */
42 enum lpt_dec decision; member in struct:lpt_decision
70 /* For loop unrolling/peeling decision. */
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenrecog.c25 contain a decision tree that recognizes whether an rtx, the
67 /* A listhead of decision trees. The alternatives to a node are kept
73 struct decision *first;
74 struct decision *last;
121 /* Data structure for decision tree for recognizing legitimate insns. */
123 struct decision struct
126 struct decision *next; /* Node to test on failure. */
127 struct decision *prev; /* Node whose failure tests us. */
128 struct decision *afterward; /* Node to test on success,
230 static struct decision *new_decisio
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp43 inlining decision. The file containing the specification should be
65 The first value must always correspond to the decision.)"));
80 /// What the default policy's decision would have been.
276 // The first output is the inlining decision.
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1030 const ContextDecision *decision; local
1033 decision = &ONEBYTE_SYM;
1036 decision = &TWOBYTE_SYM;
1039 decision = &THREEBYTE38_SYM;
1042 decision = &THREEBYTE3A_SYM;
1045 decision = &XOP8_MAP_SYM;
1048 decision = &XOP9_MAP_SYM;
1051 decision = &XOPA_MAP_SYM;
1054 decision = &THREEDNOW_MAP_SYM;
1057 decision
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/TW/
H A DTW.pm60 uses C<big5> to mean C<cp950>), a conscious decision was made to alias
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DMac.pm52 path is relative by default and I<not> absolute. This decision was made due
274 decision was made due to portability reasons. Since
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm417 but if both are supplied then a decision must be made between EUMM and
422 decision (something regular CPAN testers will enjoy).
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL622 How you choose to license your work is a personal decision.
/openbsd-current/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm1262 # by the caller. This leaves us with the decision
1414 # First decision is whether or not to open the file
2397 #pod be ignored. The decision to ignore rather than raise an exception
3459 be ignored. The decision to ignore rather than raise an exception

Completed in 237 milliseconds