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

  /src/external/gpl3/gcc/dist/libcody/
resolver.cc 55 constexpr char const REPO_DIR[] = "cmi.cache";
65 return "cmi";
153 auto cmi = GetCMIName (module); local
154 s->PathnameResponse (cmi);
160 auto cmi = GetCMIName (module); local
161 s->PathnameResponse (cmi);
176 auto cmi = GetCMIName (include); local
182 && fstatat (fd_dir, cmi.c_str (), &statbuf, 0) == 0
192 append.append (cmi);
199 s->PathnameResponse (cmi);
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
resolver.cc 55 constexpr char const REPO_DIR[] = "cmi.cache";
65 return "cmi";
153 auto cmi = GetCMIName (module); local
154 s->PathnameResponse (cmi);
160 auto cmi = GetCMIName (module); local
161 s->PathnameResponse (cmi);
176 auto cmi = GetCMIName (include); local
182 && fstatat (fd_dir, cmi.c_str (), &statbuf, 0) == 0
192 append.append (cmi);
199 s->PathnameResponse (cmi);
    [all...]
  /src/sys/dev/acpi/
aibs_acpi.c 523 ACPI_OBJECT cmi, tmp; local
547 arg.Pointer = &cmi;
549 cmi.Integer.Value = as->as_type;
550 cmi.Type = type = ACPI_TYPE_INTEGER;
  /src/external/gpl3/gcc/dist/gcc/
lower-subreg.cc 1571 enum classify_move_insn cmi; local
1589 cmi = NOT_SIMPLE_MOVE;
1600 cmi = decompose_copies? DECOMPOSABLE_SIMPLE_MOVE : SIMPLE_MOVE;
1602 cmi = SIMPLE_MOVE;
1608 find_decomposable_subregs (&recog_data.operand[i], &cmi);
1615 if (cmi == SIMPLE_MOVE
1619 cmi = NOT_SIMPLE_MOVE;
  /src/external/gpl3/gcc.old/dist/gcc/
lower-subreg.cc 1542 enum classify_move_insn cmi; local
1560 cmi = NOT_SIMPLE_MOVE;
1571 cmi = decompose_copies? DECOMPOSABLE_SIMPLE_MOVE : SIMPLE_MOVE;
1573 cmi = SIMPLE_MOVE;
1579 find_decomposable_subregs (&recog_data.operand[i], &cmi);
1586 if (cmi == SIMPLE_MOVE
1590 cmi = NOT_SIMPLE_MOVE;

Completed in 32 milliseconds