HomeSort by: relevance | last modified time | path
    Searched defs:definition (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_live_var_analysis.cpp 38 for (const Definition& def : instr->definitions) {
58 for (Definition def : instr->definitions) {
117 for (Definition& definition : insn->definitions) {
118 if (!definition.isTemp()) {
121 if ((definition.isFixed() || definition.hasHint()) && definition.physReg() == vcc)
124 const Temp temp = definition.getTemp();
129 definition.setKill(false)
191 Definition& definition = insn->definitions[0]; local
    [all...]
aco_register_allocation.cpp 55 void set(const Definition& def)
215 /* we might still be able to put the definition in the high half,
312 void fill(Definition def)
320 void clear(Definition def) { clear(def.physReg(), def.regClass()); }
721 std::vector<std::pair<Operand, Definition>>& parallelcopies,
725 for (std::pair<Operand, Definition>& copy : parallelcopies) {
740 /* check if we moved a definition: change the register and remove copy */
742 for (Definition& def : instr->definitions) {
744 // FIXME: ensure that the definition can use this reg
756 /* check if we moved another parallelcopy definition */
1921 Definition& definition = phi->definitions[0]; local
1947 Definition& definition = phi->definitions[0]; local
1985 Definition& definition = phi->definitions[0]; local
2597 auto& definition = instr->definitions[i]; local
2636 Definition* definition = &instr->definitions[i]; local
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
struct.c 59 LispObj *list, *cons, *object, *definition, *documentation; local
128 definition = CONS(oname, description);
129 LispSetAtomStructProperty(atom, definition, STRUCT_CONSTRUCTOR);
137 LispSetAtomStructProperty(atom, definition, STRUCT_NAME);
141 LispSetAtomStructProperty(atom, definition, STRUCT_CHECK);
159 LispSetAtomStructProperty(atom, definition, i);
184 LispObj *definition, *object, *field, *fields, *value = NIL, *cons, *list; local
197 definition = atom->property->structure.definition;
212 /* create structure, CAR(definition) is structure name *
297 LispObj *definition, *list; local
355 LispObj *definition, *struc, *name; local
    [all...]
compile.c 1845 LispObj *definition = atom->property->structure.definition; local
1853 com_Structp(com, definition);
1856 atom->property->structure.function, definition);
xedit.c 135 {LispFunction, Xedit_ConvertPropertyList, "convert-property-list name definition"},
498 * syntax definition for the file being loaded */
607 * becomes noticeable slow, better to rethink the syntax definition. */
976 convert-property-list name definition
982 LispObj *name, *definition; local
984 definition = ARGUMENT(1);
988 CHECK_STRING(definition);
992 THESTR(definition),
bytecode.c 188 LispObj *definition; member in struct:_CodeTree::__anon6587::__anon6597
374 compile name &optional definition
380 LispObj *name, *definition; local
382 definition = ARGUMENT(1);
404 if (definition != UNSPEC || lambda->funtype != LispFunction)
405 /* XXX TODO replace definition etc. */
1580 com_Struct(LispCom *com, short offset, LispObj *definition)
1586 tree->data.struc.definition = definition;
1590 com_Structp(LispCom *com, LispObj *definition)
    [all...]
private.h 187 LispObj *definition; member in struct:_LispProperty::__anon6639
482 /* define byte compiled function, or replace definition */
486 /* define function, or replace function definition */
490 /* define builtin, or replace builtin definition */
494 /* define setf macro, or replace current definition */

Completed in 12 milliseconds