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

  /art/compiler/sea_ir/ir/
instruction_tools.cc 33 DF_DA | DF_UB | DF_IS_MOVE,
36 DF_DA | DF_UB | DF_IS_MOVE,
39 DF_DA | DF_UB | DF_IS_MOVE,
42 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
45 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_UB | DF_NULL_TRANSFER_0 | DF_IS_MOVE | DF_REF_A | DF_REF_B,
54 DF_DA | DF_UB | DF_NULL_TRANSFER_0 | DF_IS_MOVE | DF_REF_A | DF_REF_B,
57 DF_DA | DF_UB | DF_NULL_TRANSFER_0 | DF_IS_MOVE | DF_REF_A | DF_REF_B,
126 DF_DA | DF_UB | DF_CORE_A | DF_REF_B | DF_UMS
    [all...]
instruction_tools.h 30 #define DF_UB (1 << kUB)
62 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
79 #define DF_B_IS_REG (DF_UB)
  /art/compiler/dex/
mir_dataflow.cc 37 DF_DA | DF_UB | DF_IS_MOVE,
40 DF_DA | DF_UB | DF_IS_MOVE,
43 DF_DA | DF_UB | DF_IS_MOVE,
46 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
49 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
52 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_IS_MOVE,
55 DF_DA | DF_UB | DF_NULL_TRANSFER_0 | DF_IS_MOVE | DF_REF_A | DF_REF_B,
58 DF_DA | DF_UB | DF_NULL_TRANSFER_0 | DF_IS_MOVE | DF_REF_A | DF_REF_B,
61 DF_DA | DF_UB | DF_NULL_TRANSFER_0 | DF_IS_MOVE | DF_REF_A | DF_REF_B,
130 DF_DA | DF_UB | DF_CORE_A | DF_REF_B | DF_UMS
    [all...]
mir_graph.h 114 #define DF_UB (UINT64_C(1) << kUB)
150 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC)
167 #define DF_B_IS_REG (DF_UB)
    [all...]
vreg_analysis.cc 180 if (attrs & DF_UB) {
  /art/compiler/dex/quick/
mir_to_lir.cc 414 if (attrs & DF_UB) {
    [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 736 if (attrs & DF_UB) {
    [all...]

Completed in 118 milliseconds