HomeSort by relevance Sort by last modified time
    Searched refs:target_flags (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/quick/
local_optimizations.cc 161 uint64_t target_flags = GetTargetInstFlags(this_lir->opcode); local
170 if (LOAD_STORE_FILTER(target_flags) ||
171 ((target_flags & (IS_LOAD | IS_STORE)) == (IS_LOAD | IS_STORE)) ||
172 !(target_flags & (IS_LOAD | IS_STORE))) {
177 bool is_this_lir_load = target_flags & IS_LOAD;
338 uint64_t target_flags = GetTargetInstFlags(this_lir->opcode); local
340 if (!(target_flags & IS_LOAD) ||
342 ((target_flags & (REG_DEF0 | REG_DEF1)) == (REG_DEF0 | REG_DEF1)) ||
343 ((target_flags & (IS_STORE | IS_LOAD)) == (IS_STORE | IS_LOAD))) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h 254 extern int target_flags;
257 #define target_flags global_options.x_target_flags macro
    [all...]

Completed in 56 milliseconds