Home
last modified time | relevance | path

Searched refs:DF_A_WIDE (Results 1 – 8 of 8) sorted by relevance

/art/compiler/dex/
Dmir_dataflow.cc45 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
48 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
51 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
66 DF_DA | DF_A_WIDE,
81 DF_UA | DF_A_WIDE,
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,
108 DF_DA | DF_A_WIDE | DF_SETS_CONST,
240 …DF_DA | DF_A_WIDE | DF_UB | DF_UC | DF_NULL_CHK_B | DF_RANGE_CHK_C | DF_REF_B | DF_CORE_C | DF_LVN,
[all …]
Dgvn_dead_code_elimination_test.cc300 mir->dalvikInsn.vA = SRegToVReg(def->defs[0], (df_attrs & DF_A_WIDE) != 0); in DoPrepareMIRs()
302 if ((df_attrs & DF_A_WIDE) != 0) { in DoPrepareMIRs()
310 mir->dalvikInsn.vA = SRegToVReg(mir->ssa_rep->uses, &use, (df_attrs & DF_A_WIDE) != 0); in DoPrepareMIRs()
Dmir_graph.h91 #define DF_A_WIDE (UINT64_C(1) << kAWide) macro
Dmir_optimization.cc110 if (df_attributes & DF_A_WIDE) { in DoConstantPropagation()
1038 if ((df_attributes & DF_A_WIDE) || in EliminateNullChecks()
Dtype_inference.cc990 if (attrs & DF_A_WIDE) { in InitializeSRegs()
Dmir_graph.cc779 def_count_ += (df_flags & DF_A_WIDE) ? 2 : 1; in InlineMethod()
/art/compiler/dex/quick/
Dmir_to_lir.cc493 if (attrs & DF_A_WIDE) { in CompileDalvikInstruction()
518 if (attrs & DF_A_WIDE) { in CompileDalvikInstruction()
/art/compiler/dex/quick/x86/
Dutility_x86.cc1032 if (attrs & DF_A_WIDE) { in AnalyzeFPInstruction()