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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 158 is S or R register. E.g: when 3 scratches and 1 saved is mapped
319 sljit_s32 scratches; member in struct:sljit_compiler
514 Only R registers between R0 and "scratches" argument can be used
515 later. E.g. if "scratches" is set to 2, the register set will be
526 0 <= scratches <= SLJIT_NUMBER_OF_REGISTERS
528 scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS
545 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds,
559 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds,
  /src/external/gpl3/gcc/dist/gcc/
ira.cc 5318 /* Code dealing with scratches (changing them onto
5321 We change scratches into pseudos at the beginning of IRA to
5326 scratches at the end of LRA. */
5339 /* Locations of the former scratches. */
5340 static vec<sloc_t> scratches;
5375 scratches.safe_push (loc);
5396 /* Change INSN's scratches into pseudos and save their location.
5435 /* Change scratches into pseudos and save their location. Return true
5444 scratches.create (get_max_uid ());
5459 /* Changes pseudos created by function remove_scratches onto scratches. *
5315 static vec<sloc_t> scratches; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 5293 /* Code dealing with scratches (changing them onto
5296 We change scratches into pseudos at the beginning of IRA to
5301 scratches at the end of LRA. */
5314 /* Locations of the former scratches. */
5315 static vec<sloc_t> scratches;
5350 scratches.safe_push (loc);
5371 /* Change INSN's scratches into pseudos and save their location.
5410 /* Change scratches into pseudos and save their location. Return true
5419 scratches.create (get_max_uid ());
5434 /* Changes pseudos created by function remove_scratches onto scratches. *
5290 static vec<sloc_t> scratches; local
    [all...]

Completed in 37 milliseconds