| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genrecog.c | 73 struct decision *first; 74 struct decision *last; 123 struct decision struct 126 struct decision *next; /* Node to test on failure. */ argument 127 struct decision *prev; /* Node whose failure tests us. */ argument 128 struct decision *afterward; /* Node to test on success, argument 229 static struct decision *new_decision 239 static struct decision *add_to_sequence 247 PARAMS ((struct decision *, struct decision *, int)); 252 PARAMS ((struct decision *, struct decision *)); [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genrecog.c | 70 struct decision *first; 71 struct decision *last; 124 struct decision struct 127 struct decision *next; /* Node to test on failure. */ argument 128 struct decision *prev; /* Node whose failure tests us. */ argument 129 struct decision *afterward; /* Node to test on success, argument 409 static struct decision *new_decision 419 static struct decision *add_to_sequence 427 (struct decision *, struct decision *, int); 432 (struct decision *, struct decision *); [all …]
|
| H A D | loop-unroll.c | 175 switch (loop->lpt_decision.decision) in unroll_and_peel_loops() 246 loop->lpt_decision.decision = LPT_NONE; in peel_loops_completely() 256 if (loop->lpt_decision.decision == LPT_NONE) in peel_loops_completely() 259 if (loop->lpt_decision.decision == LPT_PEEL_COMPLETELY) in peel_loops_completely() 291 loop->lpt_decision.decision = LPT_NONE; in decide_unrolling_and_peeling() 331 if (loop->lpt_decision.decision == LPT_NONE) in decide_unrolling_and_peeling() 333 if (loop->lpt_decision.decision == LPT_NONE) in decide_unrolling_and_peeling() 335 if (loop->lpt_decision.decision == LPT_NONE) in decide_unrolling_and_peeling() 379 loop->lpt_decision.decision = LPT_PEEL_COMPLETELY; in decide_peel_once_rolling() 460 loop->lpt_decision.decision = LPT_PEEL_COMPLETELY; in decide_peel_completely() [all …]
|
| H A D | cfgloop.h | 42 enum lpt_dec decision; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 980506-1.c | 1 struct decision struct 4 struct decision *next; argument 10 register struct decision *p; in clear_modes() 23 struct decision *p = 0; in main()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | X86DisassemblerTables.cpp | 596 static ModRMDecisionType getDecisionType(ModRMDecision &decision) { in getDecisionType() argument 603 if (decision.instructionIDs[index] != decision.instructionIDs[0]) in getDecisionType() 607 (decision.instructionIDs[index] != decision.instructionIDs[0xc0])) in getDecisionType() 611 (decision.instructionIDs[index] != decision.instructionIDs[0x00])) in getDecisionType() 615 (decision.instructionIDs[index] != decision.instructionIDs[index&0xf8])) in getDecisionType() 619 (decision.instructionIDs[index] != decision.instructionIDs[index&0x38])) in getDecisionType() 667 ModRMDecision &decision) const { in emitModRMDecision() 669 ModRMDecisionType dt = getDecisionType(decision); in emitModRMDecision() 671 if (dt == MODRM_ONEENTRY && decision.instructionIDs[0] == 0) { in emitModRMDecision() 683 ModRMDecision.push_back(decision.instructionIDs[0]); in emitModRMDecision() [all …]
|
| H A D | X86DisassemblerTables.h | 94 ModRMDecision &decision) const; 122 OpcodeDecision &decision) const; 156 ContextDecision &decision, const char* name) const; 225 void setTableFields(ModRMDecision &decision,
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | python.rst | 282 The idea is as follows. The binary search algorithm has two main decision 283 points: the decision to follow the right branch; and, the decision to follow 284 the left branch. We will set a breakpoint at each of these decision points, and 287 function. Each time one of these decision breakpoints is hit, the script will 288 compare the actual decision with the decision the front of the path variable 289 says should be made (the first character of the path). If the actual decision 292 being hit. But if the decision differs from what the path says it should be, 294 user sitting at the first point where a wrong decision is being made. 324 decision to go right: 357 our decision (recall that we are at the breakpoint for the decision to go [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-05-19-ExceptionResponse.txt | 16 Hrm... I guess that is an implementation decision. It can either be 42 Like everything, we can probably defer a final decision until later. :)
|
| H A D | 2001-06-01-GCCOptimizations.txt | 60 Wouldn't it be nice if there were a obvious decision to be made? :)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86Disassembler.cpp | 1030 const ContextDecision *decision; in getInstructionIDWithAttrMask() local 1033 decision = &ONEBYTE_SYM; in getInstructionIDWithAttrMask() 1036 decision = &TWOBYTE_SYM; in getInstructionIDWithAttrMask() 1039 decision = &THREEBYTE38_SYM; in getInstructionIDWithAttrMask() 1042 decision = &THREEBYTE3A_SYM; in getInstructionIDWithAttrMask() 1045 decision = &XOP8_MAP_SYM; in getInstructionIDWithAttrMask() 1048 decision = &XOP9_MAP_SYM; in getInstructionIDWithAttrMask() 1051 decision = &XOPA_MAP_SYM; in getInstructionIDWithAttrMask() 1054 decision = &THREEDNOW_MAP_SYM; in getInstructionIDWithAttrMask() 1057 decision = &MAP5_SYM; in getInstructionIDWithAttrMask() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | DevelopmentModeInlineAdvisor.cpp | 65 The first value must always correspond to the decision.)"));
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | use_mbfw.t | 28 # it never arrives here, but that is a design decision in SubClass
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GitRepositoryPolicy.md | 4 not covered in this document is most likely a case-by-case decision. In these
|
| H A D | ResponseGuide.rst | 218 a decision. An appeal can be made directly to the committee by sending an email 264 enforcement decision has been made.
|
| H A D | RISCVUsage.rst | 133 …to either transition to ratified status, or be eventually removed. The decision on whether to acc…
|
| H A D | CodeOfConduct.rst | 63 will depend on the work of others. Any decision you take will affect users
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | index.rst | 100 whether a given function is supported by GlobalISel or not. The decision would
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | leap-seconds.list | 37 # The decision to introduce a leap second in UTC is the responsibility of the Earth Orientation Center of
|
| H A D | africa | 336 # in Egypt. The Ministers Cabinet decision is explained at 367 # decision to abandon DST permanently. See Ahram Online 2015-04-24. 374 # Egyptian government took the decision to cancel the DST, 657 # final decision has yet to be made on the times that daylight saving 781 # The decision was taken by decree *2-08-224 *but I can't find the decree 848 # They said that the decision was already taken. 940 # 1433 (18 April 2012) and the decision of the Head of Government of 963 # the week end after.... The government does not announce yet the decision 1299 # This video is from the government decision:
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | README.txt | 183 arbitrary decision about the order.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlpolicy.pod | 171 deprecated, a statement of reasoning describing the decision process 178 controlled implicitly by a 'use v5.x.y' is a decision which should be 493 author in perpetuity and the decision should be constantly re-evaluated to 587 reaffirmed decision is not acceptable. Repeatedly protesting about the
|
| H A D | perlgov.pod | 83 decision making by governance groups 120 governance, and delegates substantial decision making power to the Steering
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | index.rst | 92 design decision from first principles based on experience.
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ThinLTO.rst | 200 too often. It does not impact the decision of which files to prune. A
|