Searched refs:DF_CORE_B (Results 1 – 5 of 5) sorted by relevance
/art/compiler/sea_ir/ir/ |
D | instruction_tools.cc | 135 DF_DA | DF_UB | DF_NON_NULL_DST | DF_REF_A | DF_CORE_B | DF_UMS, 177 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_CORE_A | DF_CORE_B | DF_CORE_C, 399 DF_DA | DF_UB | DF_CORE_A | DF_CORE_B, 402 DF_DA | DF_UB | DF_CORE_A | DF_CORE_B, 405 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B, 408 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B, 417 DF_DA | DF_A_WIDE | DF_UB | DF_CORE_A | DF_CORE_B, 420 DF_DA | DF_UB | DF_FP_A | DF_CORE_B, 423 DF_DA | DF_A_WIDE | DF_UB | DF_FP_A | DF_CORE_B, 426 DF_DA | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B, [all …]
|
D | instruction_tools.h | 55 #define DF_CORE_B (1 << kCoreB) macro
|
/art/compiler/dex/ |
D | mir_dataflow.cc | 139 DF_DA | DF_UB | DF_NON_NULL_DST | DF_REF_A | DF_CORE_B | DF_UMS, 181 DF_DA | DF_UB | DF_B_WIDE | DF_UC | DF_C_WIDE | DF_CORE_A | DF_CORE_B | DF_CORE_C, 403 DF_DA | DF_UB | DF_CORE_A | DF_CORE_B, 406 DF_DA | DF_UB | DF_CORE_A | DF_CORE_B, 409 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B, 412 DF_DA | DF_A_WIDE | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B, 421 DF_DA | DF_A_WIDE | DF_UB | DF_CORE_A | DF_CORE_B, 424 DF_DA | DF_UB | DF_FP_A | DF_CORE_B, 427 DF_DA | DF_A_WIDE | DF_UB | DF_FP_A | DF_CORE_B, 430 DF_DA | DF_UB | DF_B_WIDE | DF_CORE_A | DF_CORE_B, [all …]
|
D | vreg_analysis.cc | 126 if (attrs & DF_CORE_B) { in InferTypeAndSize()
|
D | mir_graph.h | 124 #define DF_CORE_B (1 << kCoreB) macro
|