Home
last modified time | relevance | path

Searched defs:decision (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980506-1.c1 struct decision struct
4 struct decision *next; argument
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp596 static ModRMDecisionType getDecisionType(ModRMDecision &decision) { in getDecisionType()
758 auto &decision = opDecision.modRMDecisions[index]; in emitOpcodeDecision() local
792 ContextDecision &decision, in emitContextDecision()
1024 void DisassemblerTables::setTableFields(ModRMDecision &decision, in setTableFields()
1073 ContextDecision &decision = *Tables[type]; in setTableFields() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenrecog.c123 struct decision struct
125 struct decision_head success; /* Nodes to test on success. */ argument
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
133 struct decision_test *tests; /* The tests for this node. */ argument
135 int number; /* Node number, used for labels */
136 int subroutine_number; /* Number of subroutine this node starts */
137 int need_label; /* Label needs to be output. */
/openbsd-src/gnu/gcc/gcc/
H A Dgenrecog.c124 struct decision struct
126 struct decision_head success; /* Nodes to test on success. */ argument
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
134 struct decision_test *tests; /* The tests for this node. */ argument
136 int number; /* Node number, used for labels */
137 int subroutine_number; /* Number of subroutine this node starts */
138 int need_label; /* Label needs to be output. */
H A Dcfgloop.h42 enum lpt_dec decision; member
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1030 const ContextDecision *decision; in getInstructionIDWithAttrMask() local