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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc 23 or bit-field values, to consecutive locations, into fewer wider stores.
26 consecutive memory locations:
122 on little-endian we insert stores to higher (consecutive) bitpositions
1809 bool consecutive; member in class:__anon13747::merged_store_group
2183 consecutive = true;
2320 consecutive = false;
2336 /* But we cannot use it if we don't have consecutive stores. */
2337 if (!consecutive)
3195 Handle also the consecutive INTEGER_CST stores case here,
3374 This store is consecutive to the previous one
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc 23 or bit-field values, to consecutive locations, into fewer wider stores.
26 consecutive memory locations:
122 on little-endian we insert stores to higher (consecutive) bitpositions
1725 bool consecutive; member in class:__anon16175::merged_store_group
2099 consecutive = true;
2236 consecutive = false;
2252 /* But we cannot use it if we don't have consecutive stores. */
2253 if (!consecutive)
3108 Handle also the consecutive INTEGER_CST stores case here,
3270 This store is consecutive to the previous one
    [all...]
  /src/sys/dev/pci/
if_iwnreg.h 1211 uint32_t consecutive; member in struct:iwn_beacon_missed

Completed in 28 milliseconds