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

  /art/compiler/sea_ir/ir/
instruction_tools.cc 84 DF_DA | DF_SETS_CONST,
87 DF_DA | DF_SETS_CONST,
90 DF_DA | DF_SETS_CONST,
93 DF_DA | DF_SETS_CONST,
96 DF_DA | DF_A_WIDE | DF_SETS_CONST,
99 DF_DA | DF_A_WIDE | DF_SETS_CONST,
102 DF_DA | DF_A_WIDE | DF_SETS_CONST,
105 DF_DA | DF_A_WIDE | DF_SETS_CONST,
instruction_tools.h 37 #define DF_SETS_CONST (1 << kSetsConst)
  /art/compiler/dex/
mir_dataflow.cc 88 DF_DA | DF_SETS_CONST,
91 DF_DA | DF_SETS_CONST,
94 DF_DA | DF_SETS_CONST,
97 DF_DA | DF_SETS_CONST,
100 DF_DA | DF_A_WIDE | DF_SETS_CONST,
103 DF_DA | DF_A_WIDE | DF_SETS_CONST,
106 DF_DA | DF_A_WIDE | DF_SETS_CONST,
109 DF_DA | DF_A_WIDE | DF_SETS_CONST,
    [all...]
mir_optimization.cc 32 /* Setup a constant value for opcodes thare have the DF_SETS_CONST attribute */
61 if (df_attributes & DF_SETS_CONST) {
    [all...]
mir_graph.h 121 #define DF_SETS_CONST (UINT64_C(1) << kSetsConst)
    [all...]

Completed in 1223 milliseconds